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 wm* and igphy*/makphy*, for laptops w...



details:   https://anonhg.NetBSD.org/src/rev/058c81deae4c
branches:  trunk
changeset: 555479:058c81deae4c
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Tue Nov 18 21:15:46 2003 +0000

description:
Add wm* and igphy*/makphy*, for laptops with Intel Pro/1000-family
gigabit Ethernet on the motherboard.

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 94250dded340 -r 058c81deae4c sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue Nov 18 20:54:44 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue Nov 18 21:15:46 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.82 2003/11/18 20:54:44 jonathan Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.83 2003/11/18 21:15:46 jonathan Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.82 $"
+#ident                 "GENERIC-$Revision: 1.83 $"
 
 maxusers       32              # estimated number of users
 
@@ -517,6 +517,7 @@
 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)
@@ -546,9 +547,11 @@
 dmphy* at mii? phy ?                   # Davicom DM9101 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