Mark comments with '#' to make this machine-readable

This commit is contained in:
phk 2003-02-27 07:57:00 +00:00
parent 6678adc1b5
commit 7ea4339cac

View File

@ -1,22 +1,22 @@
$FreeBSD$
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
For local use, you are encouraged to use the reserved numbers.
If you intend the driver to be available, send email to the
hackers@freebsd.org mailing list to see about having a number
reserved for you.
The most "complete" version of this will be the one in FreeBSD-current.
(see http://www.freebsd.org/)
NOTICE: FreeBSD does not use block major numbers anymore, you neither
need to assign nor use a block major number for any device driver any
more.
chrdev name comments
# $FreeBSD$
#
# Hopefully, this list will one day be obsoleted by DEVFS, but for now
# this is the current allocation of device major numbers.
#
# For local use, you are encouraged to use the reserved numbers.
#
# If you intend the driver to be available, send email to the
# hackers@freebsd.org mailing list to see about having a number
# reserved for you.
#
# The most "complete" version of this will be the one in FreeBSD-current.
# (see http://www.freebsd.org/)
#
# NOTICE: FreeBSD does not use block major numbers anymore, you neither
# need to assign nor use a block major number for any device driver any
# more.
#
#maj name comments
0 cn console
1 ctty /dev/tty
2 mm /dev/mem,kmem,etc
@ -206,4 +206,4 @@ chrdev name comments
252 ?? entries from 200-252 are reserved for local use
253 was:MFS was: used by MFS in <= RELENG_4
254 internal Used internally by the kernel
255 bad choice -1 is 255 which has magic meanings internally
255 bad_choice -1 is 255 which has magic meanings internally