diff options
author | Julian Elischer <julian@FreeBSD.org> | 1998-04-17 20:26:43 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1998-04-17 20:26:43 +0000 |
commit | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (patch) | |
tree | c309d665f1fa9c365897993edd7a8bbae71fc550 /sys | |
parent | 69d23ff0629c1564e828df34ba6475e577d67e56 (diff) |
Reserve a number for the ALTQ control devices (96)
Notes
Notes:
svn path=/head/; revision=35252
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/majors | 4 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 3c232183f153..392a9b24c8ec 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.35 1998/02/24 22:08:05 phk Exp $ +$Id: majors.i386,v 1.36 1998/02/27 06:15:50 jkh Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -137,3 +137,5 @@ chrdev name comments 93 coda CODA filesystem. 94 loran Loran-C Receiver 95 gd Geometry disk +96 altq alternate queueing (including cbq, red, wfq) + diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 3c232183f153..392a9b24c8ec 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.35 1998/02/24 22:08:05 phk Exp $ +$Id: majors.i386,v 1.36 1998/02/27 06:15:50 jkh Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -137,3 +137,5 @@ chrdev name comments 93 coda CODA filesystem. 94 loran Loran-C Receiver 95 gd Geometry disk +96 altq alternate queueing (including cbq, red, wfq) + |