Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2003 23:30:22 +0900 (JST)
From:      Takefumi SAYO <alan34@themis.ocn.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/55470: [PATCH] new pccard.conf entry (I-O DATA WN-B11/PCMH)
Message-ID:  <20030811.233022.41638383.alan34@themis.ocn.ne.jp>
Resent-Message-ID: <200308111440.h7BEeDsJ062433@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55470
>Category:       conf
>Synopsis:       [PATCH] new pccard.conf entry (I-O DATA WN-B11/PCMH)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 11 07:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Takefumi SAYO
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
personal
>Environment:
System: FreeBSD n150.my.domain 5.1-CURRENT FreeBSD 5.1-CURRENT #13: Mon Aug 11 08:44:42 JST 2003 root@n150.my.domain:/usr/src/sys/i386/compile/OLDCARD-local i386

>Description:
new pccard.conf entry of I-O DATA WN-B11/PCMH

# I-O DATA WN-B11/PCMH
card "IO DATA" "WNB11PCMH"
	config	auto "wi" ?
	insert	/etc/pccard_ether $device start
	remove	/etc/pccard_ether $device stop

product information (in Japanese):
http://www.iodata.co.jp/prod/network/wnlan/2002/wn-b11pcmh/index.htm

% dmesg | grep wi0
wi0 at port 0x240-0x27f irq 10 slot 1 on pccard1
wi0: 802.11 address: 00:a0:b0:xx:xx:xx
wi0: using RF:PRISM3(PCMCIA)
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9)
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps

% pccardc dumpcis 1
Configuration data for card in slot 1
Tuple #1, code = 0x1 (Common memory descriptor), length = 3
    000:  00 00 ff
	Common memory device information:
		Device number 1, type No device, WPS = OFF
		Speed = No speed, Memory block size = 512b, 1 units
Tuple #2, code = 0x17 (Attribute memory descriptor), length = 4
    000:  67 5a 08 ff
	Attribute memory device information:
		Device number 1, type SRAM, WPS = OFF
		Speed = 5.0 x 100 ns, Memory block size = 512b, 2 units
Tuple #3, code = 0x1d (Other conditions for attribute memory), length = 5
    000:  03 67 5a 08 ff
	(MWAIT) (3V card)
Tuple #4, code = 0x15 (Version 1 info), length = 36
    000:  05 00 49 4f 20 44 41 54 41 00 57 4e 42 31 31 50
    010:  43 4d 48 00 56 65 72 73 69 6f 6e 20 30 31 2e 30
    020:  32 00 00 ff
	Version = 5.0, Manuf = [IO DATA], card vers = [WNB11PCMH]
	Addit. info = [Version 01.02],[]
Tuple #5, code = 0x20 (Manufacturer ID), length = 4
    000:  8a 02 02 00
	PCMCIA ID = 0x28a, OEM ID = 0x2
Tuple #6, code = 0x21 (Functional ID), length = 2
    000:  06 00
	Network/LAN adapter
Tuple #7, code = 0x22 (Functional EXT), length = 2
    000:  01 07
	Network technology: Wireless
Tuple #8, code = 0x22 (Functional EXT), length = 5
    000:  02 40 42 0f 00
	Network speed: 1 Mb/sec
Tuple #9, code = 0x22 (Functional EXT), length = 5
    000:  02 80 84 1e 00
	Network speed: 2 Mb/sec
Tuple #10, code = 0x22 (Functional EXT), length = 5
    000:  02 60 ec 53 00
	Network speed: 5 Mb/sec
Tuple #11, code = 0x22 (Functional EXT), length = 5
    000:  02 c0 d8 a7 00
	Network speed: 11 Mb/sec
Tuple #12, code = 0x22 (Functional EXT), length = 2
    000:  03 07
	Network media: 2.4 GHz
Tuple #13, code = 0x22 (Functional EXT), length = 8
    000:  04 06 00 a0 b0 xx xx xx
	Network node ID: 00 a0 b0 xx xx xx
Tuple #14, code = 0x22 (Functional EXT), length = 2
    000:  05 01
	Network connector: closed connector standard
Tuple #15, code = 0x1a (Configuration map), length = 7
    000:  03 01 e0 03 00 00 01
	Reg len = 4, config register addr = 0x3e0, last config = 0x0
	Registers: X------- 
Tuple #16, code = 0x1b (Configuration entry), length = 16
    000:  c1 01 19 77 b5 1e 35 b5 3c 36 36 05 46 7f ff ff
	Config index = 0x1(default)
	Interface byte = 0x1 (I/O)
	Vcc pwr:
		Nominal operating supply voltage: 3 x 1V, ext = 0x1e
		Minimum operating supply voltage: 3 x 1V
		Maximum operating supply voltage: 3 x 1V, ext = 0x3c
		Max current average over 1 second: 3 x 100mA
		Max current average over 10 ms: 3 x 100mA
		Power down supply current: 1 x 10mA
	Card decodes 6 address lines, limited 8/16 Bit I/O
		IRQ modes: Level, Pulse
		IRQs:  NMI IOCK BERR VEND 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Tuple #17, code = 0xff (Terminator), length = 0
2 slots found

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811.233022.41638383.alan34>