diff options
author | msmith <msmith@FreeBSD.org> | 1998-04-22 03:57:07 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-04-22 03:57:07 +0000 |
commit | 055b4ba6475204b20ccfeb02fa011c20cd9a3732 (patch) | |
tree | b24678863ecfbc131151514ef17b9bb835a048cc | |
parent | b8c5fe2677d5aa4db121a61184c0d0fc87e9cdd6 (diff) | |
download | FreeBSD-src-055b4ba6475204b20ccfeb02fa011c20cd9a3732.zip FreeBSD-src-055b4ba6475204b20ccfeb02fa011c20cd9a3732.tar.gz |
Add 'myx' for Ulf Zimmerman's Mylex Raid driver (ulf@alameda.net>
-rw-r--r-- | sys/conf/majors | 4 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 392a9b2..1120cc6 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.36 1998/02/27 06:15:50 jkh Exp $ +$Id: majors.i386,v 1.37 1998/04/17 20:26:43 julian Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -138,4 +138,4 @@ chrdev name comments 94 loran Loran-C Receiver 95 gd Geometry disk 96 altq alternate queueing (including cbq, red, wfq) - +97 myx Mylex RAID controller (ulf@alameda.net) diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 392a9b2..1120cc6 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.36 1998/02/27 06:15:50 jkh Exp $ +$Id: majors.i386,v 1.37 1998/04/17 20:26:43 julian Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -138,4 +138,4 @@ chrdev name comments 94 loran Loran-C Receiver 95 gd Geometry disk 96 altq alternate queueing (including cbq, red, wfq) - +97 myx Mylex RAID controller (ulf@alameda.net) |