Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add support for Broadcom and Intel gigabi...



details:   https://anonhg.NetBSD.org/src/rev/75bd58d89fe9
branches:  trunk
changeset: 555480:75bd58d89fe9
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Tue Nov 18 21:21:58 2003 +0000

description:
Add support for Broadcom and Intel gigabit lan devices on (i386)
laptop motherboards. From GENERIC_LAPTOP revisions 1.81->1.83.

diffstat:

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

diffs (38 lines):

diff -r 058c81deae4c -r 75bd58d89fe9 sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Tue Nov 18 21:15:46 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Tue Nov 18 21:21:58 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.52 2003/11/12 11:47:34 dsl Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.53 2003/11/18 21:21:58 jonathan Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -411,11 +411,13 @@
 
 # PCI network interfaces
 bce*   at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet
+bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 ex*    at pci? dev ? function ?        # 3Com 90x[BC]
 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
 tlp*   at pci? dev ? function ?        # DECchip 21x4x and clones
+wm*    at pci? dev ? function ?        # Intel 8254x gigabit
 
 # PCMCIA network interfaces
 an*    at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)
@@ -441,11 +443,14 @@
 tlp*   at cardbus? dev ? function ?    # DECchip 21143
 
 # MII/PHY support
+brgphy*        at mii? phy ?                   # Broadcom BCM5400-family PHYs
 exphy* at mii? phy ?                   # 3Com internal PHYs
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x
+igphy* at mii? phy ?                   # Intel IGP01E1000
 inphy* at mii? phy ?                   # Intel 82555 PHYs
 iophy* at mii? phy ?                   # Intel 82553 PHYs
 lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
+makphy*        at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs



Home | Main Index | Thread Index | Old Index