Add st at atapibus, now that it works.
This commit is contained in:
parent
c6c2c476eb
commit
49aef70ae6
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.441 2001/11/21 17:11:02 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.442 2001/12/01 00:09:07 bouyer Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.441 $"
|
||||
#ident "GENERIC-$Revision: 1.442 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -546,6 +546,7 @@ atapibus* at pciide? channel ?
|
|||
# flags have the same meaning as for IDE drives.
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.34 2001/11/20 12:56:30 lukem Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.35 2001/12/01 00:09:08 bouyer Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.34 $"
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -448,6 +448,7 @@ atapibus* at pciide? channel ?
|
|||
# flags have the same meaning as for IDE drives.
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.178 2001/11/20 12:56:30 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.179 2001/12/01 00:09:08 bouyer Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -420,6 +420,7 @@ atapibus* at pciide? channel ?
|
|||
# flags have the same meaning as for IDE drives.
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
#uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_LAPTOP,v 1.15 2001/11/20 12:56:30 lukem Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.16 2001/12/01 00:09:08 bouyer Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -356,6 +356,7 @@ atapibus* at pciide? channel ?
|
|||
# flags have the same meaning as for IDE drives.
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
#uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.75 2001/11/20 12:56:30 lukem Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.76 2001/12/01 00:09:09 bouyer Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -349,6 +349,7 @@ atapibus* at wdc?
|
|||
# ATAPI devices
|
||||
cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? # ATAPI disk drives
|
||||
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
|
||||
|
||||
# Miscellaneous mass storage devices
|
||||
|
|
Loading…
Reference in New Issue