Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE>

Added "device pci" and "device ncr" lines for a generic kernel with
support for the NCR 53c810 PCI SCSI host adapter (with no interrupts
configured, ie. working with 100Hz timer interrupts only).
This commit is contained in:
Stefan Eßer 1994-09-01 02:19:28 +00:00
parent 96a09a3064
commit e295ba7678
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2437

View File

@ -1,12 +1,13 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
# $Id: GENERICAH,v 1.37 1994/08/19 00:00:38 phk Exp $
# $Id: GENERICAH,v 1.38 1994/08/31 06:17:19 davidg Exp $
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU"
ident GENERICAH
maxusers 10
@ -58,6 +59,10 @@ controller ahb0 at isa? bio irq 11 vector ahbintr
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
controller scbus0
#device pci0 at isa? bio irq 9 vector pciintr
device pci0
device ncr0
device sd0
device sd1
device sd2