Add wpi@pci.
This commit is contained in:
parent
af29995e74
commit
14c80e001b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.773 2006/08/12 15:29:53 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.774 2006/08/13 02:27:32 simonb 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.773 $"
|
||||
#ident "GENERIC-$Revision: 1.774 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -861,6 +861,7 @@ vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet
|
|||
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
||||
wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
|
||||
wm* at pci? dev ? function ? # Intel 8254x gigabit
|
||||
wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG
|
||||
xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE
|
||||
|
||||
# EISA network interfaces
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.198 2006/08/12 22:28:07 agc Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.199 2006/08/13 02:27:33 simonb 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.198 $"
|
||||
#ident "GENERIC-$Revision: 1.199 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -608,6 +608,7 @@ sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
|
|||
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
||||
wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
|
||||
wm* at pci? dev ? function ? # Intel 8254x gigabit
|
||||
wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG
|
||||
|
||||
# PCMCIA network interfaces
|
||||
an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
|
||||
|
|
Loading…
Reference in New Issue