Add wm* and igphy*/makphy*, for laptops with Intel Pro/1000-family
gigabit Ethernet on the motherboard.
This commit is contained in:
parent
64f5634e18
commit
f95098aec9
|
@ -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 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#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 @@ 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)
|
||||
|
@ -546,9 +547,11 @@ brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue