diff options
author | se <se@FreeBSD.org> | 1994-09-28 17:00:14 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1994-09-28 17:00:14 +0000 |
commit | cd2cee44a945cb22119520f7e881c881a55540a5 (patch) | |
tree | 24917650d71462d15c97a2e599cc6e666d0a1023 | |
parent | 57b6c0c34c7d3130b7c00e4293686bd588419fe6 (diff) | |
download | FreeBSD-src-cd2cee44a945cb22119520f7e881c881a55540a5.zip FreeBSD-src-cd2cee44a945cb22119520f7e881c881a55540a5.tar.gz |
Added entries for PCI and NCR device drivers.
-rw-r--r-- | sys/conf/NOTES | 8 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e8e5f8d..3b7a5c1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.85 1994/09/26 16:15:05 jkh Exp $ +# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $ # machine "i386" @@ -125,6 +125,8 @@ device uk0 #unknown scsi devices # #This is needed here so the isa? below will work controller isa0 +#This is a preliminary PCI bus ``device'' +device pci0 # driver for the Adaptec 154x SCSI cards. controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr @@ -134,6 +136,10 @@ controller ahb0 at isa? bio irq 11 vector ahbintr controller aic0 at isa? port 0x340 bio irq 11 vector aicintr # driver for the Bustek 742. controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr +# Driver for the NCR 53c810 and 53c825 PCI SCSI host adapter chips +device ncr0 +# example specification of IRQ for PCI device ID 5 (ncr0 on some MB) +#device pci5 at isa? bio irq 9 vector pciintr controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index e8e5f8d..3b7a5c1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.85 1994/09/26 16:15:05 jkh Exp $ +# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $ # machine "i386" @@ -125,6 +125,8 @@ device uk0 #unknown scsi devices # #This is needed here so the isa? below will work controller isa0 +#This is a preliminary PCI bus ``device'' +device pci0 # driver for the Adaptec 154x SCSI cards. controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr @@ -134,6 +136,10 @@ controller ahb0 at isa? bio irq 11 vector ahbintr controller aic0 at isa? port 0x340 bio irq 11 vector aicintr # driver for the Bustek 742. controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr +# Driver for the NCR 53c810 and 53c825 PCI SCSI host adapter chips +device ncr0 +# example specification of IRQ for PCI device ID 5 (ncr0 on some MB) +#device pci5 at isa? bio irq 9 vector pciintr controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e8e5f8d..3b7a5c1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.85 1994/09/26 16:15:05 jkh Exp $ +# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $ # machine "i386" @@ -125,6 +125,8 @@ device uk0 #unknown scsi devices # #This is needed here so the isa? below will work controller isa0 +#This is a preliminary PCI bus ``device'' +device pci0 # driver for the Adaptec 154x SCSI cards. controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr @@ -134,6 +136,10 @@ controller ahb0 at isa? bio irq 11 vector ahbintr controller aic0 at isa? port 0x340 bio irq 11 vector aicintr # driver for the Bustek 742. controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr +# Driver for the NCR 53c810 and 53c825 PCI SCSI host adapter chips +device ncr0 +# example specification of IRQ for PCI device ID 5 (ncr0 on some MB) +#device pci5 at isa? bio irq 9 vector pciintr controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 |