Add bge* and brgphy*, for laptops with Broadcom gigabit on motherboard.
This commit is contained in:
parent
7db67502f8
commit
64f5634e18
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.81 2003/10/18 08:12:07 lukem Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.82 2003/11/18 20:54:44 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.81 $"
|
||||
#ident "GENERIC-$Revision: 1.82 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -511,6 +511,7 @@ fd* at fdc? drive ? # the drives themselves
|
||||
|
||||
# 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
|
||||
@ -541,6 +542,7 @@ rtk* at cardbus? dev ? function ? # Realtek 8129/8139
|
||||
tlp* at cardbus? dev ? function ? # DECchip 21143
|
||||
|
||||
# MII/PHY support
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user