Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pullup 1.5 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/9929ed1d92a5
branches:  netbsd-1-5
changeset: 490002:9929ed1d92a5
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 30 22:27:02 2000 +0000

description:
Pullup 1.5 [fvdl]:
Add rtk at pci, some laptops have it.
Add cardbus network cards to INSTALL_LAPTOP (oops, they're largely
the point of INSTALL_LAPTOP..).

diffstat:

 sys/arch/i386/conf/INSTALL_LAPTOP |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r be915bb31618 -r 9929ed1d92a5 sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Mon Oct 30 22:22:58 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Mon Oct 30 22:27:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.4.2.2 2000/10/09 13:16:24 fvdl Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.4.2.3 2000/10/30 22:27:02 tv Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -371,6 +371,7 @@
 ex*    at pci? dev ? function ?        # 3Com 90x[B]
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 
 # PCMCIA network interfaces
 # need more pcic mem window for awi and cnw
@@ -387,6 +388,12 @@
 com*   at mhzc?
 sm*    at mhzc?
 
+# CardBus network cards
+ex*    at cardbus? dev ? function ?    # 3Com 3C575TX
+fxp*   at cardbus? dev ? function ?    # Intel i8255x
+rtk*   at cardbus? dev ? function ?    # Realtek 8129/8139
+tlp*   at cardbus? dev ? function ?    # DECchip 21143
+
 # MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890



Home | Main Index | Thread Index | Old Index