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 fwlynx PCI attachment



details:   https://anonhg.NetBSD.org/src/rev/85e3663eb4c5
branches:  trunk
changeset: 499246:85e3663eb4c5
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Nov 14 23:40:44 2000 +0000

description:
Add fwlynx PCI attachment

diffstat:

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

diffs (20 lines):

diff -r 68ecd14ba17f -r 85e3663eb4c5 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Nov 14 23:37:58 2000 +0000
+++ b/sys/dev/pci/files.pci     Tue Nov 14 23:40:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.108 2000/11/08 19:46:27 ad Exp $
+#      $NetBSD: files.pci,v 1.109 2000/11/14 23:40:44 matt Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -302,6 +302,10 @@
 attach fwohci at pci with fwohci_pci
 file   dev/pci/fwohci_pci.c            fwohci_pci
 
+# IEEE 1394 TI "Lynx" controller
+attach fwlynx at pci with fwlynx_pci
+file   dev/pci/fwlync.c                fwlynx_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