Clone INSTOTHER to INSTALL, with both Adaptec and other SCSI controllers.
This commit is contained in:
parent
e7a52ac635
commit
a2715c2ce6
|
@ -1,10 +1,12 @@
|
|||
# $NetBSD: INSTALL,v 1.28 1996/12/07 00:26:12 thorpej Exp $
|
||||
# $NetBSD: INSTALL,v 1.29 1996/12/20 06:45:15 jonathan Exp $
|
||||
#
|
||||
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
|
||||
# adapters. This kernel is GENERICOTHER with lines
|
||||
# INSTALL -- an installation kernel config.
|
||||
# adapters. This kernel should be GENERICOTHER with lines
|
||||
# deleted, not commented out, so it is easy to maintain.
|
||||
#
|
||||
# Install kernels no longer support X.
|
||||
# Install kernels no longer support X,
|
||||
# soundcards, or non-NetBSD emulation.
|
||||
# These are commented out, comments above notwithstanding.
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
@ -132,17 +134,23 @@ lpt2 at isa? port 0x3bc
|
|||
#mms1 at isa? port 0x238 irq 5
|
||||
#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
|
||||
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
|
||||
#ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers
|
||||
#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI controllers
|
||||
#scsibus* at ahc?
|
||||
#aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
#
|
||||
# HACK: Buslogics must, repeat MUST, be proved before Adaptec 1542
|
||||
# or similar devices, or we may autoconfigure an BHA as an AHA.
|
||||
#
|
||||
|
||||
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
scsibus* at aha?
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
|
||||
ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI controllers
|
||||
scsibus* at ahc?
|
||||
aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers
|
||||
scsibus* at aic?
|
||||
|
||||
bha0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
bha1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
bha* at eisa? slot ?
|
||||
|
|
Loading…
Reference in New Issue