diff options
author | msmith <msmith@FreeBSD.org> | 1998-05-09 17:52:26 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-05-09 17:52:26 +0000 |
commit | 0bee450feaf8a00c798459b0edd4cd68e44f58df (patch) | |
tree | 679130a07b6cbfc24d1c73aff26cabc705bf9791 /sys/i386/conf | |
parent | d04603a325d3b5aadae8d956ea57417b9f91433e (diff) | |
download | FreeBSD-src-0bee450feaf8a00c798459b0edd4cd68e44f58df.zip FreeBSD-src-0bee450feaf8a00c798459b0edd4cd68e44f58df.tar.gz |
Add character major for 'loe' loopback pseudo-ethernet device.
Requested by: sbabkin@dcn.att.com
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/majors.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 03a05b7..96ddb82 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -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) |