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.62 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/acd9f975c1d9
branches:  netbsd-1-4
changeset: 469531:acd9f975c1d9
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 05 22:09:37 1999 +0000

description:
Pull up revision 1.62 (via patch, requested by drochner):
  Back-port of driver for Alteon Gigabit Ethernet driver, originally
  from FreeBSD.

diffstat:

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

diffs (18 lines):

diff -r 091c32859762 -r acd9f975c1d9 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Oct 05 22:08:51 1999 +0000
+++ b/sys/dev/pci/files.pci     Tue Oct 05 22:09:37 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.54 1999/03/25 00:51:53 explorer Exp $
+#      $NetBSD: files.pci,v 1.54.2.1 1999/10/05 22:09:37 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -188,3 +188,8 @@
 device vr: ether, ifnet, arp, mii
 attach vr at pci
 file   dev/pci/if_vr.c                 vr
+
+# Alteon ACEnic Gigabit Ethernet controller
+device ti: ether, ifnet, arp
+attach ti at pci
+file   dev/pci/if_ti.c                 ti



Home | Main Index | Thread Index | Old Index