diff options
| author | matt <matt@NetBSD.org> | 2000-05-30 00:53:14 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2000-05-30 00:53:14 +0000 |
| commit | c7326acd04d0a6d2f6beb82cdd899b4c857f367b (patch) | |
| tree | 022ecdb4616fdec708dcd3613df2d97d6d60fa0a /sys/dev | |
| parent | 3ed6c24d5c3613dfb6ea843bb06ab083b8d59b5a (diff) | |
Add the PCI attachment for IEEE 1394 OHCI controllers. Files to follow later.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index c04f858fc79..6a20fa26dfa 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.94 2000/05/17 17:58:10 thorpej Exp $ +# $NetBSD: files.pci,v 1.95 2000/05/30 00:53:14 matt Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -261,6 +261,10 @@ file dev/pci/uhci_pci.c uhci_pci attach ohci at pci with ohci_pci file dev/pci/ohci_pci.c ohci_pci +# OHCI IEEE 1394 controller +attach fwohci at pci with fwohci_pci +file dev/pci/fwohci_pci.c fwohci_pci + # VIA Rhine/Rhine II Fast Ethernet controllers device vr: ether, ifnet, arp, mii, mii_bitbang attach vr at pci |
