Remove support for ATAPI and SCSI tapes from INSTALL and INSTALL_TINY.
This (just about) counteracts the bloat added by the 64bit inode changes and the the larger data structures of the new ioconf.c. The 'st' driver got fingered itself because of it's own size increase caused by the addition of the stats.
This commit is contained in:
parent
1ac6a7dc0f
commit
d802408333
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.270 2005/08/19 05:19:50 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.271 2005/09/03 20:38:07 dsl Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -386,7 +386,7 @@ scsibus* at scsi?
|
|||
|
||||
# SCSI devices
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
#st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
#ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
|
@ -478,7 +478,7 @@ atapibus* at atapi?
|
|||
# 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
|
||||
#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.116 2005/08/19 05:19:51 christos Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.117 2005/09/03 20:38:07 dsl Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -315,7 +315,7 @@ scsibus* at scsi?
|
|||
|
||||
# SCSI devices
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
#st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
#ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
|
@ -359,7 +359,7 @@ atapibus* at atapi?
|
|||
# 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
|
||||
#st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
|
||||
|
||||
# Miscellaneous mass storage devices
|
||||
|
|
Loading…
Reference in New Issue