Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 20:19:46 +0100 (CET)
From:      Blaz Zupan <blaz@gold.amis.net>
To:        <freebsd-mobile@freebsd.org>
Subject:   NEWCARD and Wavelan
Message-ID:  <Pine.BSF.4.31.0101202007280.18465-100000@titanic.medinet.si>

next in thread | raw e-mail | index | archive | help
Now that if_wi has been newcard enabled, I wanted to try it out. First I tried
to use it with the Lucent-provided PCI-to-pccard adapter. Upon booting a
newcard enabled kernel (with pccard, cardbus, pccbb and wi enabled), the
machine hung solid after displaying "pccard1: CIS tuple chain". I could not
even invoke the kernel debugger.

After putting in a couple of printf's, I found out that it hangs on the first
pccard_cis_read_1() in pccard_scan_cis in /sys/dev/pccard/pccard_cis.c. It
seems to pass "pccard0" just fine, but hangs on pccard1. Eager to make it
work, I put in the following extremely ugly hack:

--- pccard_cis.c.orig	Mon Oct 30 08:13:15 2000
+++ pccard_cis.c	Sat Jan 20 19:50:52 2001
@@ -99,6 +99,8 @@
 		state.card->error++;
 }

+int my_count = 0;
+
 int
 pccard_scan_cis(device_t dev, int (*fct)(struct pccard_tuple *, void *),
 	void *arg)
@@ -146,6 +148,11 @@
 	mfc_index = 0;

 	DEVPRINTF((dev, "CIS tuple chain:\n"));
+
+ my_count++;
+ if(my_count == 2) {
+    goto done;
+ }

 	while (1) {
 		while (1) {


This made the machine bootable with the new kernel. Unfortunately, my Wavelan
card is not being detected at all. I see pccard reading all the data from the
card and actually recognizing it, but it never seems to invoke the Wavelan
driver. Below is a verbose boot from a kernel patched with the above patch.
What concerns me is, that cardbus insist on sitting on IRQ 3 which is already
occupied by sio. So I disabled the second serial port in the BIOS and marked
IRQ 3 as "reserved". Cardbus now moved to IRQ 4. Hmmm, this can't work, can
it?

Any suggestions on how to make this work will be much appreciated. Oh btw, it
doesn't work with the isa-to-pccard adapter either. The adapter is
recognized and the IRQ specified in hints is correctly used, but it never
ever finds the Wavelan card.

Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #4: Sat Jan 20 19:16:10 CET 2001
    root@gold.amis.net:/home/blaz/FreeBSD/src/sys/compile/GOLD
Calibrating clock(s) ... TSC clock: 232879393 Hz, i8254 clock: 1193174 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: Pentium/P55C (232.88-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory  = 67108864 (65536K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x0041c000 - 0x03ff7fff, 62767104 bytes (15324 pages)
avail memory = 61276160 (59840K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00f7730
bios32: Entry = 0xfd7c0 (c00fd7c0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd7c0+0x21c
pnpbios: Found PnP BIOS data at 0xc00f7760
pnpbios: Entry = f0000:b3a0  Rev = 1.0
Other BIOS signatures found:
Preloaded elf kernel "kernel.test" at 0xc03f6000.
Intel Pentium detected, installing workaround for F00F bug
null: <null device, zero device>
random: <entropy source>
mem: <memory & I/O>
Using $PIR table, 6 entries at 0xc00fdf60
apm0: <APM BIOS> on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
i586_bzero() bandwidth = 174489617 bytes/sec
bzero() bandwidth = 741839762 bytes/sec
pcib0: <Host to PCI bridge> at pcibus 0 on motherboard
pci0: physical bus=0
found->	vendor=0x8086, dev=0x7100, revid=0x01
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
found->	vendor=0x8086, dev=0x7110, revid=0x01
	bus=0, slot=7, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	map[20]: type 4, range 32, base 0000fc90, size  4, enabled
found->	vendor=0x8086, dev=0x7111, revid=0x01
	bus=0, slot=7, func=1
	class=01-01-80, hdrtype=0x00, mfdev=0
	map[20]: type 4, range 32, base 0000fca0, size  5, enabled
found->	vendor=0x8086, dev=0x7112, revid=0x01
	bus=0, slot=7, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	intpin=d, irq=9
	map[90]: type 4, range 32, base 00007000, size  4, enabled
found->	vendor=0x8086, dev=0x7113, revid=0x01
	bus=0, slot=7, func=3
	class=06-80-00, hdrtype=0x00, mfdev=0
	map[10]: type 1, range 32, base f8000000, size 26, enabled
found->	vendor=0x5333, dev=0x8811, revid=0x53
	bus=0, slot=13, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	intpin=a, irq=11
	map[10]: type 4, range 32, base 0000fcc0, size  6, enabled
found->	vendor=0x10b7, dev=0x9000, revid=0x00
	bus=0, slot=14, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	intpin=a, irq=9
found->	vendor=0x104c, dev=0xac1c, revid=0x01
	bus=0, slot=16, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
found->	vendor=0x104c, dev=0xac1c, revid=0x01
	bus=0, slot=16, func=1
	class=06-07-00, hdrtype=0x02, mfdev=1
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
pci0: <PCI bus> on pcib0
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0xfc90-0xfc9f at device 7.1 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xfc90
ata0: mask=03 status0=50 status1=50
ata0: mask=03 ostat0=50 ostat2=50
ata0-master: ATAPI probe a=00 b=00
ata0-slave: ATAPI probe a=00 b=00
ata0: mask=03 status0=50 status1=50
ata0-master: ATA probe a=01 b=a5
ata0-slave: ATA probe a=01 b=a5
ata0: devices=03
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xfc98
ata1: mask=03 status0=50 status1=01
ata1: mask=03 ostat0=50 ostat2=01
ata1-master: ATAPI probe a=14 b=eb
ata1-slave: ATAPI probe a=14 b=eb
ata1: mask=03 status0=00 status1=01
ata1: devices=0c
ata1: at 0x170 irq 15 on atapci0
pci0: <serial bus, USB> at 7.2 (no driver attached)
pci0: <bridge, PCI-unknown> at 7.3 (no driver attached)
pci0: <display, VGA> at 13.0 (no driver attached)
xl0: <3Com 3c900-TPO Etherlink XL> port 0xfcc0-0xfcff irq 9 at device 14.0 on pci0
xl0: Ethernet address: 00:a0:24:d8:32:0b
xl0: media options word: e108
xl0: found 10baseT
xl0: found AUI
xl0: selecting 10baseT transceiver, half duplex
bpf: xl0 attached
pccbb0: <TI1225 PCI-CardBus Bridge> at device 16.0 on pci0
pccbb0: PCI Memory allocated: 44000000
pci_cfgintr_virgin: using routable interrupt 4
pci_cfgintr: 0:16 INTA routed to irq 4
cardbus0: <Cardbus bus (newcard)> on pccbb0
pccard0: <16-bit PCCard bus> on pccbb0
pccbb1: <TI1225 PCI-CardBus Bridge> at device 16.1 on pci0
pccbb1: PCI Memory allocated: 44001000
pci_cfgintr_virgin: using routable interrupt 4
pci_cfgintr: 0:16 INTA routed to irq 4
cardbus1: <Cardbus bus (newcard)> on pccbb1
pccard1: <16-bit PCCard bus> on pccbb1
Trying Read_Port at 203
ELS0133: start dependant
ELS0133: adding io range 0x160-0x367, size=0x8, align=0x8
ELS0133: adding irq mask 0x9cb8
ELS0133: end dependant
pnpbios: 16 devices, largest 126 bytes
PNP0c02: adding io range 0x78-0x7f, size=0x8, align=0x1
PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1
PNP0c02: adding fixed memory32 range 0xfffc0000-0xffffffff, size=0x40000
PNP0c02: end config
pnpbios: handle 0 device ID PNP0c02 (020cd041)
PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000
PNP0c01: adding fixed memory32 range 0xe4000-0xfffff, size=0x1c000
PNP0c01: adding fixed memory32 range 0x100000-0x3ffffff, size=0x3f00000
PNP0c01: adding fixed memory32 range 0xfff80000-0xfffbffff, size=0x40000
PNP0c01: end config
pnpbios: handle 1 device ID PNP0c01 (010cd041)
PNP0c02: skipping empty range
PNP0c02: skipping empty range
PNP0c02: skipping empty range
PNP0c02: skipping empty range
PNP0c02: end config
pnpbios: handle 2 device ID PNP0c02 (020cd041)
PNP0c02: adding memory32 range 0xe0000-0xe3fff, size=0x4000, align=0x4000
PNP0c02: end config
pnpbios: handle 3 device ID PNP0c02 (020cd041)
PNP0200: adding io range 0-0xf, size=0x10, align=0x1
PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1
PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
PNP0200: adding dma mask 0x10
PNP0200: end config
pnpbios: handle 4 device ID PNP0200 (0002d041)
PNP0000: adding io range 0x20-0x21, size=0x2, align=0x1
PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0x1
PNP0000: adding irq mask 0x4
PNP0000: end config
pnpbios: handle 5 device ID PNP0000 (0000d041)
PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1
PNP0100: adding irq mask 0x1
PNP0100: end config
pnpbios: handle 6 device ID PNP0100 (0001d041)
PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1
PNP0b00: adding irq mask 0x100
PNP0b00: end config
pnpbios: handle 7 device ID PNP0b00 (000bd041)
PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
PNP0303: adding irq mask 0x2
PNP0303: end config
pnpbios: handle 8 device ID PNP0303 (0303d041)
PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
PNP0c04: adding irq mask 0x2000
PNP0c04: end config
pnpbios: handle 9 device ID PNP0c04 (040cd041)
PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
PNP0800: end config
pnpbios: handle 10 device ID PNP0800 (0008d041)
PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
PNP0a03: end config
pnpbios: handle 11 device ID PNP0a03 (030ad041)
PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1
PNP0c02: adding io range 0x8000-0x803f, size=0x40, align=0x1
PNP0c02: adding io range 0x7000-0x700f, size=0x10, align=0x1
PNP0c02: end config
pnpbios: handle 12 device ID PNP0c02 (020cd041)
PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8
PNP0501: adding irq mask 0x10
PNP0501: end config
pnpbios: handle 14 device ID PNP0501 (0105d041)
PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x8
PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1
PNP0700: adding irq mask 0x40
PNP0700: adding dma mask 0x4
PNP0700: end config
pnpbios: handle 18 device ID PNP0700 (0007d041)
PNP0f13: adding irq mask 0x1000
PNP0f13: end config
pnpbios: handle 21 device ID PNP0f13 (130fd041)
sc-: sc0 already exists, using sc1 instead
vga-: vga0 already exists, using vga1 instead
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3-00, 3 buttons
psm0: config:00000000, flags:00000000, packet size:4
psm0: syncmask:08, syncbits:08
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pmtimer0 failed to probe on isa0
ppc0 failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: irq maps: 0x51 0x51 0x51 0x51
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: irq maps: 0x51 0x59 0x51 0x51
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81
bf 1f 00 4f 0d 0e 00 00 06 e0 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
EGA/VGA parameters to be used for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
sc1: no video adapter is found.
sc1: <System console> failed to probe on isa0
vga1: <Generic ISA VGA> failed to probe on isa0
isa_probe_children: probing PnP devices
isic0: <ELSA QuickStep 1000pro> at port 0x160-0x167 irq 5 on isa0
isic0: passive stack unit 0
isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
isic0: HSCX 82525 or 21525 Version 2.1
unknown: <PNP0303> can't assign resources
unknown: <PNP0303> at port 0x60 on isa0
unknown: <PNP0800> failed to probe at port 0x61 on isa0
unknown: <PNP0501> can't assign resources
unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
unknown: <PNP0700> can't assign resources
unknown: <PNP0700> at port 0x3f0-0x3f5 on isa0
unknown: <PNP0f13> can't assign resources
unknown: <PNP0f13> at irq 12 on isa0
BIOS Geometries:
 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
 1:0311fe3f 0..785=786 cylinders, 0..254=255 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
i4bctl: ISDN system control port attached
IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to accept, logging disabled
bpf: lo0 attached
i4btrc: 4 ISDN trace device(s) attached
i4bisppp: 4 ISDN SyncPPP device(s) attached (VJ header compression)
bpf: isp0 attached
bpf: isp1 attached
bpf: isp2 attached
bpf: isp3 attached
i4b: ISDN call control device attached
i4btel: 2 ISDN telephony interface device(s) attached
i4brbch: 4 raw B channel access device(s) attached
Linux ELF exec handler installed
IPsec: Initialized Security Association Processing.
ata1-slave: ata_command: timeout waiting for intr
ata1-slave: identify failed
ata0-master: success setting UDMA2 on PIIX4 chip
Creating DISK ad0
ad0: <IBM-DTTA-371440/T71OA73A> ATA-4 disk at ata0-master
ad0: 13783MB (28229040 sectors), 28005 cyls, 16 heads, 63 S/T, 512 B/S
ad0: 16 secs/int, 1 depth queue, UDMA33
ad0: piomode=4 dmamode=2 udmamode=2 cblid=0
ad0: 13783MB <IBM-DTTA-371440> [28005/16/63] at ata0-master UDMA33
ata0-slave: success setting UDMA2 on PIIX4 chip
Creating DISK ad1
ad1: <Maxtor 90648D5/WAS82739> ATA-4 disk at ata0-slave
ad1: 6179MB (12655440 sectors), 12555 cyls, 16 heads, 63 S/T, 512 B/S
ad1: 16 secs/int, 1 depth queue, UDMA33
ad1: piomode=4 dmamode=2 udmamode=2 cblid=0
ad1: 6179MB <Maxtor 90648D5> [12555/16/63] at ata0-slave UDMA33
ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1
ata1-master: success setting PIO4 on generic chip
acd0: <CD-540E/3.0A> CDROM drive at ata1 as master
acd0: read 6890KB/s (6890KB/s), 128KB buffer, PIO4
acd0: Reads: CD-R, CD-RW, CD-DA stream, packet
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
Mounting root from ufs:/dev/ad0s1a
ad0s1: type 0xa5, start 63, end = 28226204, size 28226142 : OK
pccbb0: card inserted: event=0x00000000, state=30000410
pccard0: chip_socket_enable
pccbb_pcic_socket_enable:
pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44]
pccbb0: pccbb_power: CARD_VCC_5V and CARD_VPP_VCC [15]
pccbb0: pccbb_pcic_wait_ready: status 0x6f
pccbb0: card type is mem
pccard0: read_cis
pccbb_pcic_mem_map window 0 bus 44002000+400+bbffe000 card addr 0
pccbb_pcic_do_mem_map window 0: 8002 8002 3ffe 44 (44002000+00000400.00001000*bbffe000)
pccbb_pcic_do_mem_map window 0: 8002 8002 7ffe 44 (44002000+00000400.00001000*bbffe000)
cis mem map c6490000
pccard0: CIS tuple chain:
CISTPL_DEVICE type=null speed=null
 01 03 00 00 ff
CISTPL_DEVICE_A type=sram speed=ext
 17 04 67 5a 08 ff
unhandled CISTPL 1d
 1d 05 01 67 5a 08 ff
CISTPL_VERS_1
 15 50 05 00 4c 75 63 65 6e 74 20 54 65 63 68 6e
 6f 6c 6f 67 69 65 73 00 57 61 76 65 4c 41 4e 2f
 49 45 45 45 00 56 65 72 73 69 6f 6e 20 30 31 2e
 30 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 ff
CISTPL_MANFID
 20 04 56 01 02 00
CISTPL_FUNCID
 21 02 06 00
unhandled CISTPL 22
 22 02 01 07
unhandled CISTPL 22
 22 05 02 40 42 0f 00
unhandled CISTPL 22
 22 05 02 80 84 1e 00
unhandled CISTPL 22
 22 05 02 60 ec 53 00
unhandled CISTPL 22
 22 05 02 c0 d8 a7 00
unhandled CISTPL 22
 22 02 03 07
unhandled CISTPL 22
 22 08 04 06 00 60 1d f1 15 bb
unhandled CISTPL 22
 22 02 05 01
CISTPL_CONFIG
 1a 07 03 01 e0 03 00 00 01
CISTPL_CFTABLE_ENTRY
 1b 0f c1 01 19 76 c5 4b d5 19 36 36 05 46 7f ff
 ff
CISTPL_END
 ff
pccard0: check_cis_quirks
pccard0: CIS version PC Card Standard 5.0
pccard0: CIS info: Lucent Technologies, WaveLAN/IEEE, Version 01.01,
pccard0: Manufacturer code 0x156, product 0x2
pccard0: function 0: network adapter, ccr addr 3e0 mask 1
pccard0: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; rdybsy_active wp_active bvd_active io16 irqpulse irqlevel
pccard0: functions scanning
pccbb_pcic_socket_enable:
pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44]
pccbb0: pccbb_power: CARD_VCC_5V and CARD_VPP_VCC [15]
pccbb0: pccbb_pcic_wait_ready: status 0x6f
pccbb0: card type is io
pccard0: ++enabled_count = 1
pccbb_pcic_mem_map window 0 bus 44002000+400+bbffe000 card addr 0
pccbb_pcic_do_mem_map window 0: 8002 8002 3ffe 44 (44002000+00000400.00001000*bbffe000)
pccard0: ccr_res == 44002000-440023ff, base=3e0
pccbb_pcic_do_mem_map window 0: 8002 8002 7ffe 44 (44002000+00000400.00001000*bbffe000)
pccbb_pcic_do_mem_map window 0: 8002 8002 7ffe 44 (44002000+00000400.00001000*bbffe000)
pccard0: function 0 CCR at 0 offset 3e0: 41 80 22 ff, ff ff ff ff, ff
pccbb1: card inserted: event=0x00000000, state=30001810
pccard1: chip_socket_enable
pccbb_pcic_socket_enable:
pccbb1: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44]
pccbb1: pccbb_power: CARD_VCC_3V and CARD_VPP_VCC [11]
pccbb1: pccbb_pcic_wait_ready: status 0x4c
pccbb1: ready never happened, status = 4c
pccbb1: card type is mem
pccard1: read_cis
pccbb_pcic_mem_map window 0 bus 44003000+400+bbffd000 card addr 0
pccbb_pcic_do_mem_map window 0: 8003 8003 3ffd 44 (44003000+00000400.00001000*bbffd000)
pccbb_pcic_do_mem_map window 0: 8003 8003 7ffd 44 (44003000+00000400.00001000*bbffd000)
cis mem map c6491000
pccard1: CIS tuple chain:
pccard1: check_cis_quirks
pccard1: Card has no functions!
pccbb1: card activation failed
start_init: trying /sbin/init




Blaz Zupan,  Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia
E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0101202007280.18465-100000>