Add bge@pci attachment.
This commit is contained in:
parent
7bce3285d4
commit
73f40b9030
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.496 2002/06/18 03:06:58 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.497 2002/06/22 23:13:37 fvdl Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.496 $"
|
||||
#ident "GENERIC-$Revision: 1.497 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -605,6 +605,7 @@ ed* at edc?
|
|||
|
||||
# PCI network interfaces
|
||||
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
|
||||
bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
|
||||
en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.196 2002/04/26 02:05:10 ad Exp $
|
||||
# $NetBSD: INSTALL,v 1.197 2002/06/22 23:13:37 fvdl Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -456,6 +456,7 @@ fd* at fdc? drive ? # the drives themselves
|
|||
|
||||
# PCI network interfaces
|
||||
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
|
||||
bge* at pci? dev ? function ? # Broadcom 570x Gigabit Ethernet
|
||||
#en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||
ex* at pci? dev ? function ? # 3Com 90x[BC]
|
||||
|
|
Loading…
Reference in New Issue