diff options
author | phk <phk@FreeBSD.org> | 1999-06-06 10:41:35 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-06-06 10:41:35 +0000 |
commit | 05395ae05f13d6efb65f4f70635b59ae8af57715 (patch) | |
tree | dd52b1b3cf6bf1fa8a8b9dbd78a9ee7753201365 /sys/conf/majors | |
parent | 7c3f5e4d604a158b1487c5c75f35ba94113d031d (diff) | |
download | FreeBSD-src-05395ae05f13d6efb65f4f70635b59ae8af57715.zip FreeBSD-src-05395ae05f13d6efb65f4f70635b59ae8af57715.tar.gz |
Reserve cdev major 126 for sync support.
Diffstat (limited to 'sys/conf/majors')
-rw-r--r-- | sys/conf/majors | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index d0b4c32..cf9ab1d 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.74 1999/05/09 19:38:19 n_hibma Exp $ +$Id: majors.i386,v 1.75 1999/05/18 16:18:23 roger Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -175,5 +175,6 @@ chrdev name comments 123 fb frame buffer 124 ucdc USB Communication Class Driver <hibma@skylink.it> 125 digio Advantech PCI-1750 IO card jen@vulture.dmem.strath.ac.uk +126 sync Generic sync port support <phk>, <brian> 200 ?? entries from 200-255 are reserved for local use 255 ?? entries from 200-255 are reserved for local use |