The NetBSD Project

CVS log for src/etc/etc.i386/MAKEDEV.conf

[BACK] Up to [cvs.NetBSD.org] / src / etc / etc.i386

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.36 / (download) - annotate - [select for diffs], Tue Apr 2 22:29:35 2024 UTC (2 weeks, 1 day ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +3 -4 lines
Diff to previous 1.35 (colored)

MAKEDEV: Tidy some entries on x86 and Arm.

While here, reduce some diffs arising from ordering and formatting
between these architectures.

Only difference between evbarm and aarch64 now is /dev/vchiq.  Not
sure offhand if it makes sense on aarch64 or only 32-bit Arm.

PR port-amd64/58093: /dev/efi missing on x86
PR port-arm/58100: /dev/ttyVI* missing on aarch64
PR port-arm/58101: /dev/nvme* missing on aarch64
PR port-arm/58102: /dev/raid* missing on aarch64

Revision 1.35 / (download) - annotate - [select for diffs], Fri Aug 12 11:15:41 2022 UTC (20 months ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

viocon(4): New virtio tty driver imported from OpenBSD.

viocon* at virtio?

/dev/ttyVI??

Tested under qemu with:

qemu-system-aarch64 ... \
  -device virtio-serial \
  -chardev socket,path=/tmp/ttyVI00,server=on,wait=off,id=ttyVI00 \
  -device virtconsole,chardev=ttyVI00,name=org.NetBSD.dev.ttyVI00 \
  ...

I updated MAKEDEV.conf to create /dev/ttyVI?? on all ports where it
looks likely to work based on:
(a) having pci or a non-pci virtio attachment,
(b) `qemu-system-$ARCH -M ?' mentioned something resembling the port,
    and
(c) `qemu-system-$ARCH -device virtio-serial' launched without
    complaining about the virtio-serial device.

(Criterion (c) excluded sparc and sparc64.)

Revision 1.34 / (download) - annotate - [select for diffs], Sat Jul 24 11:39:19 2021 UTC (2 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

smbios: Add character device for accessing SMBIOS tables

The /dev/smbios character device gives an aperture into physical memory
that allows read-only access to the SMBIOS header and tables.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Dec 6 02:57:30 2020 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

acpi: add character device for accessing ACPI tables

The /dev/acpi character device gives an aperture into physical memory
that allows only read access to known ACPI tables: RSDP, XSDT/RSDT, and
the root tables. Adapt acpidump(8) to use this interface by default,
falling back to the old /dev/mem method if it is not available or if
ACPIDUMP_USE_DEVMEM=1 is set in the environment. The user visible benefit
of this change is that "options INSECURE" is no longer required to
dump ACPI tables.

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Thu Aug 13 14:40:44 2020 UTC (3 years, 8 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

Pull up following revision(s) (requested by nia in ticket #1046):

	etc/etc.i386/MAKEDEV.conf: revision 1.32
	etc/etc.amd64/MAKEDEV.conf: revision 1.31

Create 8 /dev/ldX by default, as with other disk drivers and ports

Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 3 04:32:13 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Create 8 /dev/ldX by default, as with other disk drivers and ports

Revision 1.26.4.3 / (download) - annotate - [select for diffs], Mon Apr 13 07:45:41 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.26.4.2: +2 -1 lines
Diff to previous 1.26.4.2 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.26.4.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:03:56 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.26.4.1: +1 -2 lines
Diff to previous 1.26.4.1 (colored) to branchpoint 1.26 (colored)

Merge changes from current as of 20200406

Revision 1.31 / (download) - annotate - [select for diffs], Sun Apr 5 14:09:17 2020 UTC (4 years ago) by jdolecek
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

remove nsmb from MD list of devices to create for 'all'

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 21 11:14:19 2019 UTC (4 years, 8 months ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-20191119, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, is-mlppp-base, is-mlppp
Branch point for: netbsd-9
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Create up to pci19.

We probably don't need more than one pci file, but the code needs to be
changed for it, which might introduce problems, and we're just before a
branch.

Not needed for evbarm because it uses devpubd by default.

Stopgap fix for PR xsrc/54388.

Revision 1.26.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:42:42 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Sync with HEAD

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 27 08:53:29 2019 UTC (5 years, 2 months ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Remove the satlink driver. It was disabled everywhere, had no man page and
no use either. Spotted by thorpej in PR/21345, ok christos.

Revision 1.26.2.2 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:13 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.26.2.1: +2 -1 lines
Diff to previous 1.26.2.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 27 14:55:56 2018 UTC (5 years, 4 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

 Add tprof

Revision 1.26.2.1 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:09 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Ssync with HEAD

Revision 1.27 / (download) - annotate - [select for diffs], Sun Sep 23 09:20:59 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.

Revision 1.25.24.1 / (download) - annotate - [select for diffs], Tue Jan 9 19:29:02 2018 UTC (6 years, 3 months ago) by snj
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Changes since 1.25: +5 -1 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #483):
	etc/etc.i386/MAKEDEV.conf: revision 1.26
Add NVMe devices.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 5 10:04:13 2018 UTC (6 years, 3 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.25: +5 -1 lines
Diff to previous 1.25 (colored)

 Add NVMe devices.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 02:57:56 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.23: +5 -4 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.21.4.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:49:04 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.21.4.1: +6 -5 lines
Diff to previous 1.21.4.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

sync with head

Revision 1.21.6.1 / (download) - annotate - [select for diffs], Wed Oct 24 03:23:45 2012 UTC (11 years, 5 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

Pull up following revision(s) (requested by bouyer in ticket #629):
	sys/compat/linux/common/linux_ioctl.c: revision 1.57
	sys/dev/ic/mfi.c: revision 1.47
	sys/conf/majors: revision 1.62
	etc/etc.i386/MAKEDEV.conf: revision 1.24
	sys/dev/ic/mfivar.h: revision 1.20
	etc/MAKEDEV.tmpl: revision 1.159
	sys/dev/ic/mfiio.h: revision 1.1
	etc/etc.amd64/MAKEDEV.conf: revision 1.19
	sys/dev/ic/mfireg.h: revision 1.8
Add a pass-through ioctl for mfi(4), allowing userland to send raw commands
to the controller. This is compatible with the linux and FreeBSD
implementations.
Add the needed conversion for mfi ioctls in COMPAT_LINUX
Allocate a character major number, and create /dev/mfi0 by default
on amd64 and i386.
This allows (along with a hand-created /emul/linux/proc/devices file)
to run the MegaCLI linux binary provided by LSI.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 23 01:15:17 2012 UTC (11 years, 6 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, khorben-n900, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: netbsd-8
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

add more sd and pci devices.
remove duplicate ch0.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Sep 19 21:24:29 2012 UTC (11 years, 7 months ago) by bouyer
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Add a pass-through ioctl for mfi(4), allowing userland to send raw commands
to the controller. This is compatible with the linux and FreeBSD
implementations.
Add the needed conversion for mfi ioctls in COMPAT_LINUX
Allocate a character major number, and create /dev/mfi0 by default
on amd64 and i386.
This allows (along with a hand-created /emul/linux/proc/devices file)
to run the MegaCLI linux binary provided by LSI.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 16 13:31:25 2012 UTC (11 years, 8 months ago) by abs
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that.
Sort bpf to come directly after 'std' where relevant.
* (apart from etc.evbppc who's ramdisk target *only* builds md0,
  which just doesn't make sense).
Should allow a fighting chance for dhcpcd to get an IP address.

Revision 1.21.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:02:57 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

sync with head

Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 7 17:22:10 2012 UTC (12 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

give wedges to everyone

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 15:08:43 2011 UTC (13 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync with HEAD

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 26 18:07:17 2011 UTC (13 years, 1 month ago) by ahoka
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase
Branch point for: yamt-pagecache, netbsd-6
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
 - Flash layer, which gives a common API to access flash devices
 - NAND controller subsystem for the flash layer
 - An example OMAP driver which is used on BeagleBoard or alike ARM boards

Revision 1.15.12.2 / (download) - annotate - [select for diffs], Sat Jan 17 20:43:43 2009 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.15.12.1: +4 -8 lines
Diff to previous 1.15.12.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Sync with HEAD.

Revision 1.16.2.4 / (download) - annotate - [select for diffs], Thu Nov 6 23:14:18 2008 UTC (15 years, 5 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b
Changes since 1.16.2.3: +3 -8 lines
Diff to previous 1.16.2.3 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

Pull up following revision(s) (requested by joerg in ticket #18):
	etc/etc.amd64/MAKEDEV.conf: revision 1.16
	etc/etc.i386/MAKEDEV.conf: revision 1.20
Now that the installation floppies are including tmpfs as well, stop
distinguishing MAKEDEV init and MAKEDEV all for x86.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 4 14:25:10 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: mjf-devfs2-base2, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, bouyer-quota2-base
Branch point for: bouyer-quota2
Changes since 1.19: +3 -8 lines
Diff to previous 1.19 (colored)

Now that the installation floppies are including tmpfs as well, stop
distinguishing MAKEDEV init and MAKEDEV all for x86.

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Sun Nov 2 18:06:31 2008 UTC (15 years, 5 months ago) by snj
Branch: netbsd-5
Changes since 1.16.2.2: +2 -1 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored)

Pull up following revision(s) (requested by joerg in ticket #3):
	etc/etc.amd64/MAKEDEV.conf: revision 1.15
	etc/etc.i386/MAKEDEV.conf: revision 1.19
Create 8 dk instances by default.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Sun Nov 2 18:03:36 2008 UTC (15 years, 5 months ago) by snj
Branch: netbsd-5
Changes since 1.16.2.1: +2 -2 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored)

Pull up following revision(s) (requested by joerg in ticket #3):
	etc/etc.amd64/MAKEDEV.conf: revision 1.14
	etc/etc.i386/MAKEDEV.conf: revision 1.18
Can't type. xkbd -> xbd.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Sun Nov 2 18:02:15 2008 UTC (15 years, 5 months ago) by snj
Branch: netbsd-5
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Pull up following revision(s) (requested by joerg in ticket #3):
	etc/etc.amd64/MAKEDEV.conf: revision 1.13
	etc/etc.i386/MAKEDEV.conf: revision 1.17
Create 4 Xen disks by default and all three Xen devices to make it
usable out-of-the-box.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Oct 31 16:26:47 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Create 8 dk instances by default.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 31 16:25:29 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Can't type. xkbd -> xbd.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 31 16:14:23 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Create 4 Xen disks by default and all three Xen devices to make it
usable out-of-the-box.

Revision 1.15.12.1 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:19 2008 UTC (15 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Sync with HEAD.

Revision 1.15.16.1 / (download) - annotate - [select for diffs], Wed Sep 24 16:32:56 2008 UTC (15 years, 6 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Sep 13 11:46:18 2008 UTC (15 years, 7 months ago) by tsutsui
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Move "makedev cfs" for the vcoda device from MI MAKEDEV.tmpl to
MD MAKEDEV.conf.  Not all ports have vcoda in their majors.foo files
and we shouldn't (re)assign major numbers on all ports before 5.0.

Should close PR port-sgimips/38962.

Revision 1.10.4.2.2.1 / (download) - annotate - [select for diffs], Mon Jun 4 01:54:12 2007 UTC (16 years, 10 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.10.4.2: +2 -1 lines
Diff to previous 1.10.4.2 (colored) next main 1.10.4.3 (colored)

Update to today's netbsd-4.

Revision 1.10.4.3 / (download) - annotate - [select for diffs], Wed May 23 21:56:04 2007 UTC (16 years, 10 months ago) by pavel
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0
Changes since 1.10.4.2: +2 -1 lines
Diff to previous 1.10.4.2 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Pull up following revision(s) (requested by martti in ticket #657):
	etc/MAKEDEV.tmpl: revision 1.86
	etc/etc.amd64/MAKEDEV.conf: revision 1.10
	etc/etc.i386/MAKEDEV.conf: patch
Create /dev/bio

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 16 13:06:34 2007 UTC (16 years, 11 months ago) by martti
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: wrstuden-revivesa, mjf-devfs2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Create /dev/bio

Revision 1.10.4.2 / (download) - annotate - [select for diffs], Sun Feb 18 14:05:35 2007 UTC (17 years, 2 months ago) by tron
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.10.4.1: +1 -0 lines
Diff to previous 1.10.4.1 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by hubertf in ticket #429):
	etc/etc.bebox/MAKEDEV.conf: revision 1.5
	etc/etc.x68k/MAKEDEV.conf: revision 1.8
	etc/etc.next68k/MAKEDEV.conf: revision 1.3
	etc/etc.ofppc/MAKEDEV.conf: revision 1.5
	etc/etc.hpcmips/MAKEDEV.conf: revision 1.4
	etc/etc.amd64/MAKEDEV.conf: revision 1.8
	etc/etc.algor/MAKEDEV.conf: revision 1.4
	etc/etc.sparc64/MAKEDEV.conf: revision 1.12
	etc/etc.hp300/MAKEDEV.conf: revision 1.11
	etc/etc.sgimips/MAKEDEV.conf: revision 1.8
	etc/etc.pc532/MAKEDEV.conf: revision 1.5
	etc/etc.mvmeppc/MAKEDEV.conf: revision 1.6
	etc/etc.mvme68k/MAKEDEV.conf: revision 1.6
	etc/etc.pmppc/MAKEDEV.conf: revision 1.6
	etc/etc.cobalt/MAKEDEV.conf: revision 1.4
	etc/etc.evbmips/MAKEDEV.conf: revision 1.4
	etc/etc.sparc/MAKEDEV.conf: revision 1.11
	etc/etc.hpcarm/MAKEDEV.conf: revision 1.7
	etc/etc.i386/MAKEDEV.conf: revision 1.12
	etc/etc.acorn32/MAKEDEV.conf: revision 1.8
	etc/etc.evbppc/MAKEDEV.conf: revision 1.5
	etc/etc.amiga/MAKEDEV.conf: revision 1.10
	etc/etc.prep/MAKEDEV.conf: revision 1.4
	etc/etc.sandpoint/MAKEDEV.conf: revision 1.4
	etc/MAKEDEV.tmpl: revision 1.71
	etc/etc.alpha/MAKEDEV.conf: revision 1.7
	etc/etc.ibmnws/MAKEDEV.conf: revision 1.6
	etc/etc.macppc/MAKEDEV.conf: revision 1.7
	etc/etc.mmeye/MAKEDEV.conf: revision 1.5
	etc/etc.mac68k/MAKEDEV.conf: revision 1.7
	etc/etc.vax/MAKEDEV.conf: revision 1.10
	etc/etc.arc/MAKEDEV.conf: revision 1.6
	etc/etc.hp700/MAKEDEV.conf: revision 1.4
	etc/etc.mipsco/MAKEDEV.conf: revision 1.3
	etc/etc.atari/MAKEDEV.conf: revision 1.7
Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) to
those platforms that actually have the driver.
See also:
http://mail-index.netbsd.org/tech-userlevel/2007/01/08/0001.html
Fixes PR 26511 properly.
OK'd by wrstuden@

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Sat Feb 10 16:27:08 2007 UTC (17 years, 2 months ago) by bouyer
Branch: netbsd-4
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

Pull up following revision(s) (requested by tron in ticket #425):
	etc/etc.amd64/MAKEDEV.conf: revision 1.9
	etc/etc.i386/MAKEDEV.conf: revision 1.14
Increase the number of raid(4) device node sets to four and the number
of wd(4) device node sets to eight. This fixes another problem
reported in PR port-amd64/35532

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 9 21:17:11 2007 UTC (17 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)

Increase the number of raid(4) device node sets to four and the number
of wd(4) device node sets to eight. This fixes another problem
reported in PR port-amd64/35532

Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 6 21:27:43 2007 UTC (17 years, 2 months ago) by dyoung
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Create /dev/cmos.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 15 23:35:12 2007 UTC (17 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) to
those platforms that actually have the driver.

See also:
http://mail-index.netbsd.org/tech-userlevel/2007/01/08/0001.html

Fixes PR 26511 properly.

OK'd by wrstuden@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Dec 29 19:16:30 2006 UTC (17 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Enable /dev/io for COMPAT_FREEBSD.

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Sun Jul 30 16:38:58 2006 UTC (17 years, 8 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1
Changes since 1.5.2.1: +2 -2 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

Apply patch (requested by bouyer in ticket #1431):
- Add a /dev/amr* control file for amr(4) devices, which allows sending
  raw commands to the controller.
- Add a amrctl(8) control tool, which for now only allows to get status
  from the adapter (status of adapter, logical volumes and and
  individual drives).

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 26 10:31:00 2006 UTC (17 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-4-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: netbsd-4
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 23 12:01:25 2006 UTC (17 years, 8 months ago) by bouyer
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 4 21:39:55 2006 UTC (17 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Add new xen device xsd_kva (for Xen3 dom0 operations)

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 19 15:44:35 2006 UTC (17 years, 10 months ago) by gdamore
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,
NetBSD Foundation Membership still pending.)  This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Thu Apr 7 11:40:17 2005 UTC (19 years ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Pull up revision 1.6 (requested by bouyer in ticket #121):
Add xencons to the default list of devices. Fix port-xen/29887 by Juan RP.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 6 21:06:28 2005 UTC (19 years ago) by bouyer
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Add xencons to the default list of devices. Fix port-xen/29887 by Juan RP.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 15 23:46:09 2005 UTC (19 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Create the xbd1* devices as well as xbd0*, this is useful to install
domUs via CDROM or unmounted FS in the sysinst menu.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 11 20:55:10 2005 UTC (19 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 (colored)

Integrate Xen to the i386 build process:
- Add xen devices to MAKEDEV
- Add Xen kernels to list of kernel to build
- Add INSTALL_XENU to the install kernels
- introduce the xbd disk devices to sysinst.

This will add 3 kernels to the i386 release:
XEN0 for use as a Xen domain0 kernel
XENU for use on a non-privileged domain
INSTALL_XENU to install NetBSD on a non-privileged domain virtual disk.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 2 16:44:28 2004 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Only make bpf, not bpfN

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 19 19:07:27 2003 UTC (20 years, 6 months ago) by jdolecek
Branch: MAIN
CVS Tags: unifiedMKDEV-pre, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.1: +1 -4 lines
Diff to previous 1.1 (colored)

determine the platform number of disk partitions by looking
at MAXPARTITIONS/OLDMAXPARTITIONS in kernel sources, so that it wouldn't
need to be specified separately in MAKEDEV.conf

change platform MAKEDEV.conf to contain only MD targets and nothing else;
simplify the parsing in MAKEDEV.awk accordingly

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 15 19:13:33 2003 UTC (20 years, 6 months ago) by jdolecek
Branch: MAIN

MD part of unified MAKEDEV
this contains information about disk partitions used by platform,
and MD MAKEDEV targets, such as 'init', MD part of 'all',
as well as any other MD-specific targets not covered by MAKEDEV.tmpl

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>