Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 20:55:18 +0200
From:      Marc Fonvieille <fonvi@easynet.fr>
To:        Warner Losh <imp@harmony.village.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Better patches
Message-ID:  <20010731205518.A1937@gothic.blackend.org>
In-Reply-To: <200107310620.f6V6Kvw44993@harmony.village.org>; from imp@harmony.village.org on Tue, Jul 31, 2001 at 12:20:57AM -0600
References:  <200107310620.f6V6Kvw44993@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 31, 2001 at 12:20:57AM -0600, Warner Losh wrote:
> There are two patches.  First patch is
> 	http://people.freebsd.org/~imp/pcic-stable.diff.14a
> 	http://people.freebsd.org/~imp/pcic-stable.diff.14b
> 
hi Warner,

Since first MFC of new pcic code (pcmcia devices treated as pci devices)
my Netgear FA410TX refuses to run: i just obtain «famous» device timeout

fa_select has now no effect on the card (i think it's normal with new
code). Even with last stable which use miibus with ed driver, my card
doesn't want to negociate speed.

So i used your patches but without more chance :(

Here's dmesg output (stable with your patches)

Jul 31 18:43:48 marduk /kernel: pci0: <PCI bus> on pcib0
Jul 31 18:43:48 marduk /kernel: pci0: <unknown card> (vendor=0x8086, dev=
0x7195) at 0.1 irq 11
Jul 31 18:43:48 marduk /kernel: pci0: <unknown card> (vendor=0x8086, dev=
0x7196) at 0.2 irq 11
Jul 31 18:43:48 marduk /kernel: pci0: <NeoMagic MagicGraph 128XD SVGA con
troller> at 2.0 irq 5
Jul 31 18:43:48 marduk /kernel: pcic0: <O2micro 6812/6872 PCI-Cardbus Bridge> irq 11 at device 6.0 on pci0
Jul 31 18:43:48 marduk /kernel: pcic0: PCI Memory allocated: 0x44000000  
Jul 31 18:43:48 marduk /kernel: pccard0: <PC Card bus (classic)> on pcic0
Jul 31 18:43:48 marduk /kernel: isab0: <PCI to ISA bridge (vendor=8086 de
vice=7198)> at device 7.0 on pci0
Jul 31 18:43:48 marduk /kernel: isa0: <ISA bus> on isab0
[...]
[...]
Jul 31 18:43:48 marduk /kernel: chip1: <PCI to Other bridge (vendor=8086 
device=719b)> at device 7.3 on pci0
Jul 31 18:43:48 marduk /kernel: orm0: <Option ROM> at iomem 0xc0000-0xc9f
ff on isa0
[...]
[...]
Jul 31 18:43:48 marduk /kernel: pcic0: Event mask 0x6
Jul 31 18:43:49 marduk /kernel: pccard: card inserted, slot 0
Jul 31 18:43:49 marduk /kernel: pcic0: debounced state is 0x30000411
Jul 31 18:43:49 marduk /kernel: pccard: card inserted, slot 0
Jul 31 18:43:50 marduk lpd[181]: lpd startup: logging=0
Jul 31 18:43:52 marduk pccardd[69]: Card "NETGEAR"("FA410TX") [Fast Ether
net] [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)]
Jul 31 18:43:57 marduk /kernel: ed0 at port 0x240-0x25f irq 11 slot 0 on pccard0
Jul 31 18:43:57 marduk /kernel: ed0: address 00:e0:98:7a:f5:61, type Link
sys (16 bit)
Jul 31 18:43:57 marduk pccardd[69]: ed0: NETGEAR (FA410TX) inserted.
Jul 31 18:43:57 marduk pccard:ed0: NETGEAR FA410TX Ethernet inserted
Jul 31 18:43:57 marduk pccardd[69]: pccardd started
Jul 31 18:43:59 marduk /kernel: ed0: device timeout
Jul 31 18:44:59 marduk /kernel: ed0: device timeout


in rc.conf:

pccard_enable="YES"
pccard_beep="0"
pccardd_flags="-I"
pccard_ifconfig="inet 192.168.1.202 netmask 255.255.255.0 broadcast 192.1
68.1.255"

kernel config:

device          card
device          pcic

Marc

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?20010731205518.A1937>