From bb63742eb8529039369ec353b8cf44bd49ac6d4e Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 17 Feb 1998 10:44:23 +0000 Subject: Reserve major # for the atapi tape device --- sys/conf/majors | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/conf') diff --git a/sys/conf/majors b/sys/conf/majors index 4bd40f9..5783fbe 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.26 1998/02/13 13:00:02 phk Exp $ +$Id: majors.i386,v 1.27 1998/02/13 22:40:53 pst Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -37,6 +37,7 @@ blkdev name comments 21 ccd concatenated disk 22 gd Geometry disk. 23 worm SCSI "worm type" +24 wstb ATAPI tape client of "ata" chrdev name comments 0 cn console 1 ctty /dev/tty @@ -128,3 +129,4 @@ chrdev name comments 87 wfd ATAPI floppy client of "ata" 88 dpt DPT RAID Controller 89 pps Pulse-Per-Second timing interface +90 wst ATAPI tape client of "ata" -- cgit v1.1