diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-02-15 04:08:00 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-02-15 04:08:00 +0000 |
commit | c8b00c03932cfab5b77c51e6c4ff391005c70c9f (patch) | |
tree | cb1c31da4698f05d544e931f937a1e04b08cfefc /sys/dev/pci/files.pci | |
parent | 2b570e5d0d483fb51056d7dc3c9677f761dbf802 (diff) |
Import siop, a replacement for the ncr SCSI driver, from NetBSD.
Written for NetBSD by Manuel Bouyer.
Tested with various cards on i386 and alpha.
Outstanding issue: doesn't work with PowerPC yet.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index b57dac99aaf..38f424b1182 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.93 2001/02/14 05:10:17 fgsch Exp $ +# $OpenBSD: files.pci,v 1.94 2001/02/15 04:07:57 krw Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -161,6 +161,15 @@ device ncr: scsi attach ncr at pci file dev/pci/ncr.c ncr +# common code for siop/esiop pci front end +define siop_pci_common +file dev/pci/siop_pci_common.c siop_pci_common + +# Symbios 53c8xx SCSI chips +# device declaration in sys/conf/files +attach siop at pci with siop_pci: siop_pci_common +file dev/pci/siop_pci.c siop_pci + # NeoMagic 256AV and 256ZX device neo: audio, auconv, mulaw, ac97 attach neo at pci |