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


Keyword substitution: kv
Default branch: MAIN


Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sat Jun 22 10:27:44 2024 UTC (5 months, 3 weeks ago) by martin
Branches: netbsd-10
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -4 lines
Pull up following revision(s) (requested by skrll in ticket #719):

	etc/etc.amd64/MAKEDEV.conf: revision 1.36
	etc/etc.aarch64/MAKEDEV.conf: revision 1.10
	etc/etc.i386/MAKEDEV.conf: revision 1.36

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.36: download - view: text, markup, annotated - select for diffs
Tue Apr 2 22:29:35 2024 UTC (8 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -4 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 12 11:15:41 2022 UTC (2 years, 4 months ago) by riastradh
Branches: 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
Branch point for: netbsd-10
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Jul 24 11:39:19 2021 UTC (3 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Dec 6 02:57:30 2020 UTC (4 years ago) by jmcneill
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Aug 13 14:40:44 2020 UTC (4 years, 4 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Aug 3 04:32:13 2020 UTC (4 years, 4 months ago) by nia
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Create 8 /dev/ldX by default, as with other disk drivers and ports

Revision 1.26.4.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:45:41 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.26.4.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.4.2: +2 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.26.4.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:03:56 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.26.4.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.4.1: +1 -2 lines
Merge changes from current as of 20200406

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 5 14:09:17 2020 UTC (4 years, 8 months ago) by jdolecek
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2 lines
remove nsmb from MD list of devices to create for 'all'

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jul 21 11:14:19 2019 UTC (5 years, 4 months ago) by maya
Branches: 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
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Jun 10 21:42:42 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Sync with HEAD

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jan 27 08:53:29 2019 UTC (5 years, 10 months ago) by maxv
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:13 2018 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.1: +2 -1 lines
Sync with HEAD, resolve a few conflicts

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 27 14:55:56 2018 UTC (6 years ago) by msaitoh
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
 Add tprof

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:09 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -2 lines
Ssync with HEAD

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Sep 23 09:20:59 2018 UTC (6 years, 2 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Jan 9 19:29:02 2018 UTC (6 years, 11 months ago) by snj
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Jan 5 10:04:13 2018 UTC (6 years, 11 months ago) by msaitoh
Branches: 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
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -1 lines
 Add NVMe devices.

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 02:57:56 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +5 -4 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.21.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:49:04 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.21.4.1: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.4.1: +6 -5 lines
sync with head

Revision 1.21.6.1: download - view: text, markup, annotated - select for diffs
Wed Oct 24 03:23:45 2012 UTC (12 years, 1 month ago) by riz
Branches: 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
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Sep 23 01:15:17 2012 UTC (12 years, 2 months ago) by chs
Branches: 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
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -3 lines
add more sd and pci devices.
remove duplicate ch0.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Sep 19 21:24:29 2012 UTC (12 years, 2 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Aug 16 13:31:25 2012 UTC (12 years, 3 months ago) by abs
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Apr 17 00:02:57 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
sync with head

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 7 17:22:10 2012 UTC (12 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
give wedges to everyone

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Sat Mar 5 15:08:43 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +2 -1 lines
Sync with HEAD

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Feb 26 18:07:17 2011 UTC (13 years, 9 months ago) by ahoka
Branches: 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
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Jan 17 20:43:43 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.15.12.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.12.1: +4 -8 lines
Sync with HEAD.

Revision 1.16.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 6 23:14:18 2008 UTC (16 years, 1 month ago) by snj
Branches: 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
Diff to: previous 1.16.2.3: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.2.3: +3 -8 lines
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 - view: text, markup, annotated - select for diffs
Tue Nov 4 14:25:10 2008 UTC (16 years, 1 month ago) by joerg
Branches: 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
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -8 lines
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 - view: text, markup, annotated - select for diffs
Sun Nov 2 18:06:31 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.16.2.2: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.2: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Nov 2 18:03:36 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.16.2.1: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.1: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Nov 2 18:02:15 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Oct 31 16:26:47 2008 UTC (16 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Create 8 dk instances by default.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Oct 31 16:25:29 2008 UTC (16 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Can't type. xkbd -> xbd.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Oct 31 16:14:23 2008 UTC (16 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Oct 5 20:11:19 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Sync with HEAD.

Revision 1.15.16.1: download - view: text, markup, annotated - select for diffs
Wed Sep 24 16:32:56 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +2 -1 lines
Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Sep 13 11:46:18 2008 UTC (16 years, 3 months ago) by tsutsui
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3, netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Jun 4 01:54:12 2007 UTC (17 years, 6 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.10.4.2: preferred, colored; next MAIN 1.10.4.3: preferred, colored
Changes since revision 1.10.4.2: +2 -1 lines
Update to today's netbsd-4.

Revision 1.10.4.3: download - view: text, markup, annotated - select for diffs
Wed May 23 21:56:04 2007 UTC (17 years, 6 months ago) by pavel
Branches: 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
Diff to: previous 1.10.4.2: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.4.2: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed May 16 13:06:34 2007 UTC (17 years, 7 months ago) by martti
Branches: 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
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Create /dev/bio

Revision 1.10.4.2: download - view: text, markup, annotated - select for diffs
Sun Feb 18 14:05:35 2007 UTC (17 years, 9 months ago) by tron
Branches: netbsd-4
Branch point for: wrstuden-fixsa
Diff to: previous 1.10.4.1: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.1: +1 -0 lines
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 - view: text, markup, annotated - select for diffs
Sat Feb 10 16:27:08 2007 UTC (17 years, 10 months ago) by bouyer
Branches: netbsd-4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -3 lines
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 - view: text, markup, annotated - select for diffs
Fri Feb 9 21:17:11 2007 UTC (17 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -3 lines
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 - view: text, markup, annotated - select for diffs
Tue Feb 6 21:27:43 2007 UTC (17 years, 10 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Create /dev/cmos.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 15 23:35:12 2007 UTC (17 years, 11 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Dec 29 19:16:30 2006 UTC (17 years, 11 months ago) by ad
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Enable /dev/io for COMPAT_FREEBSD.

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 30 16:38:58 2006 UTC (18 years, 4 months ago) by tron
Branches: 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
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Jul 26 10:31:00 2006 UTC (18 years, 4 months ago) by tron
Branches: MAIN
CVS tags: netbsd-4-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: netbsd-4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Jul 23 12:01:25 2006 UTC (18 years, 4 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Jul 4 21:39:55 2006 UTC (18 years, 5 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Add new xen device xsd_kva (for Xen3 dom0 operations)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:44:35 2006 UTC (18 years, 5 months ago) by gdamore
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Apr 7 11:40:17 2005 UTC (19 years, 8 months ago) by tron
Branches: 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
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Apr 6 21:06:28 2005 UTC (19 years, 8 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Add xencons to the default list of devices. Fix port-xen/29887 by Juan RP.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 15 23:46:09 2005 UTC (19 years, 9 months ago) by xtraeme
Branches: MAIN
CVS tags: netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
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 - view: text, markup, annotated - select for diffs
Fri Mar 11 20:55:10 2005 UTC (19 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Dec 2 16:44:28 2004 UTC (20 years ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Only make bpf, not bpfN

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:07:27 2003 UTC (21 years, 1 month ago) by jdolecek
Branches: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -4 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 15 19:13:33 2003 UTC (21 years, 2 months ago) by jdolecek
Branches: 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

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>