Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/pci Pull up revision 1.57 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/77d391687c01
branches:  netbsd-1-4
changeset: 469624:77d391687c01
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 23:35:58 1999 +0000

description:
Pull up revision 1.57 (requested by bouyer):
  Back-port of the Realtek ethernet driver.

diffstat:

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

diffs (20 lines):

diff -r a35a83ee300d -r 77d391687c01 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Oct 20 23:35:15 1999 +0000
+++ b/sys/dev/pci/files.pci     Wed Oct 20 23:35:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.54.2.1 1999/10/05 22:09:37 he Exp $
+#      $NetBSD: files.pci,v 1.54.2.2 1999/10/20 23:35:58 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -192,4 +192,10 @@
 # Alteon ACEnic Gigabit Ethernet controller
 device ti: ether, ifnet, arp
 attach ti at pci
+
+# Realtek 8129/8139 Ethernet controllers
+device rl: ether, ifnet, arp, mii
+attach rl at pci
+file   dev/pci/if_rl.c                 rl
+
 file   dev/pci/if_ti.c                 ti



Home | Main Index | Thread Index | Old Index