Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix typo on fwlynx_pci driver. Brett McCoy repor...



details:   https://anonhg.NetBSD.org/src/rev/76d6c6c0165c
branches:  trunk
changeset: 507084:76d6c6c0165c
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Mar 13 07:38:05 2001 +0000

description:
Fix typo on fwlynx_pci driver. Brett McCoy reported this in.

diffstat:

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

diffs (18 lines):

diff -r 325d08cdcbfd -r 76d6c6c0165c sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Mar 13 07:37:59 2001 +0000
+++ b/sys/dev/pci/files.pci     Tue Mar 13 07:38:05 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.124 2001/03/08 04:18:18 thorpej Exp $
+#      $NetBSD: files.pci,v 1.125 2001/03/13 07:38:05 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/fwlync.c                fwlynx_pci
+file   dev/pci/fwlynx.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