Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf probe/attach Dell TrueMobile 1150 MiniPCI...
details: https://anonhg.NetBSD.org/src/rev/4db9d804144c
branches: trunk
changeset: 535186:4db9d804144c
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Aug 11 16:22:09 2002 +0000
description:
probe/attach Dell TrueMobile 1150 MiniPCI 802.11b card - not very useful
without external antenna...
cbb0: interruptingaat irq 10
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0
pcmcia0 at cardslot0
wi0 at pcmcia0 function 0: Dell, TrueMobile 1150 Series PC Card, Version 01.01
wi0: 802.11 address 00:02:2d:6c:db:f6
wi0: using Lucent Embedded WaveLAN/IEEE
wi0: Lucent Firmware: Station (8.10.1)
wi0: supported rates: 1Mbps, 2Mbps, 5.5Mbps, 11Mbps
diffstat:
sys/arch/i386/conf/NET4501 | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diffs (43 lines):
diff -r 07bf89bbe6cd -r 4db9d804144c sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501 Sun Aug 11 15:37:06 2002 +0000
+++ b/sys/arch/i386/conf/NET4501 Sun Aug 11 16:22:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.12 2002/08/10 20:20:22 thorpej Exp $
+# $NetBSD: NET4501,v 1.13 2002/08/11 16:22:09 itojun Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@@ -10,7 +10,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "NET4501-$Revision: 1.12 $"
+#ident "NET4501-$Revision: 1.13 $"
maxusers 32 # estimated number of users
@@ -195,6 +195,14 @@
# ISA bus support
isa0 at mainbus?
+# CardBus bridge support
+cbb* at pci? dev ? function ?
+cardslot* at cbb?
+
+# CardBus bus support
+cardbus* at cardslot?
+pcmcia* at cardslot?
+
# Coprocessor Support
# Math Coprocessor support
@@ -231,6 +239,9 @@
sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
+# PCMCIA network interfaces
+wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
+
# MII/PHY support
nsphyter* at mii? phy ? # NS83843 PHYs
Home |
Main Index |
Thread Index |
Old Index