90x[B] -> 90x[BC]
This commit is contained in:
parent
e380d9806e
commit
d08ed3cb49
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.415 2001/08/14 13:15:45 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.416 2001/08/22 15:28:57 hubertf Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.415 $"
|
||||
#ident "GENERIC-$Revision: 1.416 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -571,7 +571,7 @@ an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
|
|||
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||
ex* at pci? dev ? function ? # 3Com 90x[BC]
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
esh* at pci? dev ? function ? # Essential HIPPI card
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.18 2001/08/14 00:27:03 hubertf Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.19 2001/08/22 15:28:57 hubertf 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
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -458,7 +458,7 @@ fd* at fdc? drive ? # the drives themselves
|
|||
# Network Interfaces
|
||||
|
||||
# PCI network interfaces
|
||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||
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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.170 2001/07/30 19:59:06 ad Exp $
|
||||
# $NetBSD: INSTALL,v 1.171 2001/08/22 15:28:57 hubertf Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -445,7 +445,7 @@ fd* at fdc? drive ? # the drives themselves
|
|||
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||
ex* at pci? dev ? function ? # 3Com 90x[BC]
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
esh* at pci? dev ? function ? # Essential HIPPI card
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_LAPTOP,v 1.9 2001/07/08 16:32:18 abs Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.10 2001/08/22 15:28:57 hubertf Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -369,7 +369,7 @@ fd* at fdc? drive ? # the drives themselves
|
|||
# Network Interfaces
|
||||
|
||||
# PCI network interfaces
|
||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue