Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add the PCI attachment for IEEE 1394 OHCI contro...



details:   https://anonhg.NetBSD.org/src/rev/61fae65f2e1a
branches:  trunk
changeset: 486875:61fae65f2e1a
user:      matt <matt%NetBSD.org@localhost>
date:      Tue May 30 00:53:14 2000 +0000

description:
Add the PCI attachment for IEEE 1394 OHCI controllers.  Files to follow later.

diffstat:

 sys/dev/pci/files.pci |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c86dcd991b22 -r 61fae65f2e1a sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue May 30 00:48:47 2000 +0000
+++ b/sys/dev/pci/files.pci     Tue May 30 00:53:14 2000 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index