Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/8fa173b5038b
branches:  netbsd-1-4
changeset: 470739:8fa173b5038b
user:      he <he%NetBSD.org@localhost>
date:      Wed Jul 05 21:14:11 2000 +0000

description:
Apply patch (requested by he):
  Add entry for Alteon ACEnic gigabit Ethernet interface (ti).

diffstat:

 sys/arch/alpha/conf/GENERIC |  3 ++-
 sys/arch/i386/conf/GENERIC  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 82bf3bb39a82 -r 8fa173b5038b sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Jul 05 21:08:32 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Jul 05 21:14:11 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.114.2.5 1999/07/02 17:40:20 perry Exp $
+# $NetBSD: GENERIC,v 1.114.2.6 2000/07/05 21:14:11 he Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -179,6 +179,7 @@
 pciide*        at      pci? dev ? function ?           # PCI IDE controllers
 sio*   at      pci? dev ? function ?           # Intel PCI-ISA Bridges
 tga*   at      pci? dev ? function ?           # DEC ZLXp-E[123] Graphics
+ti*    at      pci? dev ? function ?           # Alteon ACEnic gigabit Ethernet
 tl*    at      pci? dev ? function ?           # TI ThunderLAN Ethernet
 vga*   at      pci? dev ? function ?           # PCI VGA Graphics
 uhci*  at      pci? dev ? function ?           # USB Univ. Host Controller
diff -r 82bf3bb39a82 -r 8fa173b5038b sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Jul 05 21:08:32 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Jul 05 21:14:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.231.2.11 2000/07/05 19:16:08 he Exp $
+#      $NetBSD: GENERIC,v 1.231.2.12 2000/07/05 21:15:03 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -442,6 +442,7 @@
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+ti*    at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet
 tl*    at pci? dev ? function ?        # ThunderLAN-based Ethernet
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 lmc*   at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3



Home | Main Index | Thread Index | Old Index