Add character major for 'loe' loopback pseudo-ethernet device.

Requested by:	sbabkin@dcn.att.com
This commit is contained in:
Mike Smith 1998-05-09 17:52:26 +00:00
parent ee4b699da3
commit 795d035511
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35899
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
$Id: majors.i386,v 1.38 1998/04/22 03:57:07 msmith Exp $
$Id: majors.i386,v 1.39 1998/04/22 05:10:51 msmith Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -140,3 +140,4 @@ chrdev name comments
95 gd Geometry disk
96 altq alternate queueing (including cbq, red, wfq)
97 myx Mylex RAID controller (ulf@alameda.net)
98 loe Loopback pseudo-ethernet (sbabkin@dcn.att.com)

View file

@ -1,4 +1,4 @@
$Id: majors.i386,v 1.38 1998/04/22 03:57:07 msmith Exp $
$Id: majors.i386,v 1.39 1998/04/22 05:10:51 msmith Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -140,3 +140,4 @@ chrdev name comments
95 gd Geometry disk
96 altq alternate queueing (including cbq, red, wfq)
97 myx Mylex RAID controller (ulf@alameda.net)
98 loe Loopback pseudo-ethernet (sbabkin@dcn.att.com)