diff options
| author | bouyer <bouyer@NetBSD.org> | 2002-04-22 15:45:19 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2002-04-22 15:45:19 +0000 |
| commit | 458fca4e6a9c884fff8f7cdb414f1f2105a6dcb9 (patch) | |
| tree | 76eabc060e9983b8be656f1ae41fa37ee57e290d /sys/dev | |
| parent | 2e4e5254164f1d85bc53112476c89be59cb1b844 (diff) | |
Add esiop at pci.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 7102445326b..7ddbc319b7b 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.168 2002/04/22 09:41:22 augustss Exp $ +# $NetBSD: files.pci,v 1.169 2002/04/22 15:45:19 bouyer Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -148,6 +148,8 @@ file dev/pci/siop_pci_common.c siop_pci_common # device declaration in sys/conf/files attach siop at pci with siop_pci: siop_pci_common file dev/pci/siop_pci.c siop_pci +attach esiop at pci with esiop_pci: siop_pci_common +file dev/pci/esiop_pci.c esiop_pci # Initio INIC-940/950 SCSI controllers attach iha at pci with iha_pci |
