Add driver for AMD 53c974 SCSI (Tekram DC390/390T).
Remove MAX_LUN=2 option for NCR driver: FAILSAFE does no longer imply MAX_LUN=1.
This commit is contained in:
parent
9d78fdc466
commit
1827d21394
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.79 1996/12/13 07:55:10 jkh Exp $
|
||||
# $Id: GENERIC,v 1.80 1996/12/15 16:31:18 se Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -64,6 +64,7 @@ device wcd0 #IDE CD-ROM
|
||||
controller ncr0
|
||||
controller ahb0
|
||||
controller ahc0
|
||||
controller amd0 #Tekram DC390/390T, use ncr0 for DC390W/U/F
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
|
||||
controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.79 1996/12/13 07:55:10 jkh Exp $
|
||||
# $Id: GENERIC,v 1.80 1996/12/15 16:31:18 se Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -64,6 +64,7 @@ device wcd0 #IDE CD-ROM
|
||||
controller ncr0
|
||||
controller ahb0
|
||||
controller ahc0
|
||||
controller amd0 #Tekram DC390/390T, use ncr0 for DC390W/U/F
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
|
||||
controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
|
||||
|
Loading…
Reference in New Issue
Block a user