delock pccard to pci adapter

2001-12-26 Thread Christoph Kukulies

I probablz made the mistake not to look into the
hardware compatibility list when buying this card
to build a wireless access point using an ELSA
Airlancer MC-11 PCMCIA with tis DeLock (www.delock.de)

Any clues to get it working with a FreeBSD 4.4R?

:r ls
:r l
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 4.4-RELEASE #10: Wed Dec 26 10:38:18 CET 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/BGATEI4B
Timecounter i8254  frequency 1193182 Hz
CPU: AMD Am5x86 Write-Through (486-class CPU)
  Origin = AuthenticAMD  Id = 0x4e4  Stepping = 4
  Features=0x1FPU
real memory  = 67108864 (65536K bytes)
avail memory = 62201856 (60744K bytes)
Preloaded elf kernel kernel at 0xc0314000.
Preloaded userconfig_script /boot/kernel.conf at 0xc031409c.
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0 on motherboard
pci0: PCI bus on pcib0
chip0: Intel 82424ZX (Saturn) cache DRAM controller at device 0.0 on pci0
ncr0: ncr 53c810 fast10 scsi port 0xe800-0xe8ff mem 0xfafef000-0xfafef0ff irq 9 at 
device 1.0 on pci0
isab0: Intel 82378ZB PCI to ISA bridge at device 2.0 on pci0
isa0: ISA bus on isab0
de0: Digital 21041 Ethernet port 0xe400-0xe47f mem 0xfafee000-0xfafee07f irq 10 at 
device 4.0 on pci0
de0: SMC 21041 [10Mb/s] pass 2.1
de0: address 00:e0:29:0b:7a:4e
pci0: Matrox MGA Millennium 2064W graphics accelerator at 5.0 irq 11
chip1: PCI to CardBus bridge (vendor=1180 device=0475) irq 12 at device 6.0 on pci0
orm0: Option ROMs at iomem 0xc-0xc7fff,0xe8000-0xebfff,0xec000-0xe on isa0
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
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console on isa0
sc0: VGA 8 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 flags 0x10 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
pcfclock0: PCF-1.0 on ppbus0
ppi0: Parallel I/O on ppbus0
pps0: Pulse per second Timing Interface on ppbus0
plip0: PLIP network interface on ppbus0
ed0 at port 0x280-0x29f iomem 0xcc000-0xc irq 5 on isa0
ed0: address 00:00:c0:d2:c2:9e, type SMC8216/SMC8216C (16 bit) 
de0: enabling 10baseT port
IP packet filtering initialized, divert enabled, rule-based forwarding disabled, 
default to deny, logging limited to 100 packets/entry by default
ad0: 6149MB WDC AC26400R [13328/15/63] at ata0-master BIOSPIO
Waiting 4 seconds for SCSI devices to settle
Mounting root from ufs:/dev/ad0s1a
da0 at ncr0 bus 0 target 0 lun 0
da0: QUANTUM MAVERICK 540S 0901 Fixed Direct Access SCSI-2 device 
da0: 10.000MB/s transfers (10.000MHz, offset 8)
da0: 516MB (1057758 512 byte sectors: 64H 32S/T 516C)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: delock pccard to pci adapter

2001-12-26 Thread Bernd Walter

On Wed, Dec 26, 2001 at 01:21:42PM +0100, Christoph Kukulies wrote:
 I probablz made the mistake not to look into the
 hardware compatibility list when buying this card
 to build a wireless access point using an ELSA
 Airlancer MC-11 PCMCIA with tis DeLock (www.delock.de)

Your pcmcia chip is not supported by your kernel.
You should first check your kernel config for pcmcia support.
And then pccardc dumpcis if pcmcia works but you card is not indentified.

 chip1: PCI to CardBus bridge (vendor=1180 device=0475) irq 12 at device 6.0 on pci0

Your bridge is only probed as a generic pci chip.

-- 
B.Walter  COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup   [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message