aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/majors
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-05-09 17:52:26 +0000
committerMike Smith <msmith@FreeBSD.org>1998-05-09 17:52:26 +0000
commit795d035511fd5df88ce59dca367b32d90b6d5ad7 (patch)
tree1fee515634d2b8e27e14fcfaab14cf08e6513b46 /sys/conf/majors
parentee4b699da3ec0b5c9235585480f89687f87339d5 (diff)
downloadsrc-795d035511fd5df88ce59dca367b32d90b6d5ad7.tar.gz
src-795d035511fd5df88ce59dca367b32d90b6d5ad7.zip
Add character major for 'loe' loopback pseudo-ethernet device.
Requested by: sbabkin@dcn.att.com
Notes
Notes: svn path=/head/; revision=35899
Diffstat (limited to 'sys/conf/majors')
-rw-r--r--sys/conf/majors3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 03a05b7ae032..96ddb82d8685 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -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)