Add wi* at pci?
This commit is contained in:
parent
84dd3a42b4
commit
3721870c9e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NET4501,v 1.11 2002/08/05 01:16:59 itojun Exp $
|
||||
# $NetBSD: NET4501,v 1.12 2002/08/10 20:20:22 thorpej Exp $
|
||||
#
|
||||
# NET4501 -- kernel configuration for a Soekris Engineering net4501
|
||||
# single-board computer.
|
||||
|
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "NET4501-$Revision: 1.11 $"
|
||||
#ident "NET4501-$Revision: 1.12 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -229,6 +229,7 @@ wd* at wdc? channel ? drive ? flags 0x0000
|
|||
|
||||
# PCI network interfaces
|
||||
sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
|
||||
wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
|
||||
|
||||
# MII/PHY support
|
||||
nsphyter* at mii? phy ? # NS83843 PHYs
|
||||
|
|
Loading…
Reference in New Issue