mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Reserve a number for the ALTQ control devices (96)
This commit is contained in:
parent
69d23ff062
commit
2720a2efd6
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue