summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-27 07:57:00 +0000
committerphk <phk@FreeBSD.org>2003-02-27 07:57:00 +0000
commit7ea4339cac9f94df284a74f6e1ad693980b18000 (patch)
tree36fa9cad8d72ba368e1c02816aaf179d35334128 /sys/conf
parent6678adc1b5e270b4a7067d8ea10a2c0cb576b78c (diff)
downloadFreeBSD-src-7ea4339cac9f94df284a74f6e1ad693980b18000.zip
FreeBSD-src-7ea4339cac9f94df284a74f6e1ad693980b18000.tar.gz
Mark comments with '#' to make this machine-readable
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/majors40
1 files changed, 20 insertions, 20 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 291d750..e016ee8 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -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
OpenPOWER on IntegriCloud