Add wi* at pci, to make PRISM mini PCI cards work. Tested on IBM
Thinkpad T30 2366-97U.
This commit is contained in:
parent
e651416a9e
commit
81331897bb
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.177 2006/03/17 12:25:01 jmcneill Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.178 2006/03/17 12:43:35 gdt 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.177 $"
|
||||
#ident "GENERIC-$Revision: 1.178 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -592,6 +592,7 @@ ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g
|
|||
re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
|
||||
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
||||
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
|
||||
|
||||
# PCMCIA network interfaces
|
||||
|
|
Loading…
Reference in New Issue