Salut, Doug Rabson <dfr_at_nlsystems.com> wrote: >On Sat, 2003-11-15 at 22:32, Philippe Charnier wrote: >> Hello, >> >> I have a Compaq armada 7800 with a noname pccard ethernet adapter >> which used to be detected as: >> >> rl0: <RealTek 8139 10/100BaseTX> port 0x1100-0x11ff mem 0x88000000-0x880001f >f irq 11 at device 0.0 on cardbus0 >> rl0: Ethernet address: 00:10:60:58:60:b8 >> miibus0: <MII bus> on rl0 >> rlphy0: <RealTek internal media interface> on miibus0 >> rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> rl0: bpf attached >> >> After revision 1.222 of src/sys/pci/if_rl.c, the card is not detected >> anymore and I get: >> >> cardbus0: <network, ethernet> at device 0.0 (no driver attached) >> cbb0: CardBus card activation failed > >Which version of dev/cardbus/cardbus.c and dev/pci/pci.c do you have? > > In a CET timezone (1 hour shift against UTC) I got a working kernel using cvs update -D "november 3" which gives if_rl.c(1.121) cardbus.c(1.42) and pci.c(1.234). I got a failing kernel using cvs update -D "november 5" which gives if_rl.c(1.122) cardbus.c(1.42) and pci.c(1.235). I don't think 1.234->1.235 of pci.c (committed by jhb_at_) is relevant here ("Enable PCI interrupt routing for i386 SMP kernels") because SMP is not defined in my kernel configuration file. Using if_rl.c(1.125 but with 1.121->1.122 reverted), I have a running kernel with cardbus(1.42) and pci.c(1.235) which is -current. I takes nearly 2 hours to get a new kernel, but if you need more testing, just ask. ------ ------ Philippe Charnier charnier_at_{xp11.frmug.org,free.fr,FreeBSD.org} ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------Received on Sun Nov 16 2003 - 23:44:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:29 UTC