diff options
author | msmith <msmith@FreeBSD.org> | 1998-04-22 05:10:51 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-04-22 05:10:51 +0000 |
commit | cf01114fc439a6090f09b83c524c560a85b87cf3 (patch) | |
tree | 01999554af4683b000f8abea26aacbe041004ed9 | |
parent | 055b4ba6475204b20ccfeb02fa011c20cd9a3732 (diff) | |
download | FreeBSD-src-cf01114fc439a6090f09b83c524c560a85b87cf3.zip FreeBSD-src-cf01114fc439a6090f09b83c524c560a85b87cf3.tar.gz |
Add a block device entry for the 'myx' driver too.
-rw-r--r-- | sys/conf/majors | 3 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 1120cc6..03a05b7 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.37 1998/04/17 20:26:43 julian Exp $ +$Id: majors.i386,v 1.38 1998/04/22 03:57:07 msmith Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -40,6 +40,7 @@ blkdev name comments 24 wstb ATAPI tape client of "ata" 25 vinum RAID fs 26 sw VM internal swap device +27 myx Mylex RAID (ulf@alameda.net) chrdev name comments 0 cn console 1 ctty /dev/tty diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 1120cc6..03a05b7 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.37 1998/04/17 20:26:43 julian Exp $ +$Id: majors.i386,v 1.38 1998/04/22 03:57:07 msmith Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -40,6 +40,7 @@ blkdev name comments 24 wstb ATAPI tape client of "ata" 25 vinum RAID fs 26 sw VM internal swap device +27 myx Mylex RAID (ulf@alameda.net) chrdev name comments 0 cn console 1 ctty /dev/tty |