Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Actually fix fwlynx correctly. Got the right fil...



details:   https://anonhg.NetBSD.org/src/rev/3404b73542f5
branches:  trunk
changeset: 507547:3404b73542f5
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Mar 25 03:48:36 2001 +0000

description:
Actually fix fwlynx correctly. Got the right filename this time.

diffstat:

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

diffs (18 lines):

diff -r ce058ae07904 -r 3404b73542f5 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sun Mar 25 02:22:30 2001 +0000
+++ b/sys/dev/pci/files.pci     Sun Mar 25 03:48:36 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.125 2001/03/13 07:38:05 jmc Exp $
+#      $NetBSD: files.pci,v 1.126 2001/03/25 03:48:36 jmc Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -327,7 +327,7 @@
 
 # IEEE 1394 TI "Lynx" controller
 attach fwlynx at pci with fwlynx_pci
-file   dev/pci/fwlynx.c                fwlynx_pci
+file   dev/pci/fwlynx_pci.c            fwlynx_pci
 
 # VIA Rhine/Rhine II Fast Ethernet controllers
 device vr: ether, ifnet, arp, mii, mii_bitbang



Home | Main Index | Thread Index | Old Index