atom feed6 messages in org.freebsd.freebsd-currentRe: Netgear MA401 pccard support?
FromSent OnAttachments
Mauritz SundellJul 9, 2002 3:58 pm 
M. Warner LoshJul 9, 2002 10:05 pm 
Mauritz SundellJul 10, 2002 2:02 am 
Mauritz SundellJul 22, 2002 2:44 pm 
Mauritz SundellJul 25, 2002 12:23 pm 
M. Warner LoshJul 25, 2002 1:56 pm 
Subject:Re: Netgear MA401 pccard support?
From:Mauritz Sundell (maur@telia.com)
Date:Jul 22, 2002 2:44:59 pm
List:org.freebsd.freebsd-current

I still haven't got my Netgear MA401 working on my Compaq Evo N160 laptop using FreeBSD-5.0 but it works using FreeBSD-4.6.

Now I wonder isn't it wrong that both pcic0 and fxp0 using the same memory area 0xd0200000? In 4.6 the pcic0 get 0x44000000 (4.6-RELEASE) resp. 0x88000000 (4.6-STABLE).

Any ideas? I've tested patches, hints and kerneloptions found in other threads but nothing makes any difference.

dmesg for 5.0-DP1 and 5.0-CURRENT (cvsuped several times from 27 june until today): pcic0: <TI PCI-1410 PCI-CardBus Bridge> irq 10 at device 6.0 on pci2 pcib2: device pcic0 requested decoded memory range 0xd0200000-0xd02fffff pccard0: <PC Card bus (classic)> on pcic0 pcic0: PCI Memory allocated: 0xd0200000 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] fxp0: <Intel Pro/100 Ethernet> port 0x3000-0x303f mem 0xd0200000-0xd0200fff irq 9 at device 8.0 on pci2

dmesg for 4.6-RELEASE: pcic0: <TI PCI-1410 PCI-CardBus Bridge> irq 10 at device 6.0 on pci2 pcic0: PCI Memory allocated: 0x44000000 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] pccard0: <PC Card bus (classic)> on pcic0 fxp0: <Intel Pro/100 Ethernet> port 0x3000-0x303f mem 0xd0200000-0xd0200fff irq 9 at device 8.0 on pci2

dmesg for 4.6-CURRENT (cvsuped today): pcic0: <TI PCI-1410 PCI-CardBus Bridge> irq 10 at device 6.0 on pci2 pcic0: PCI Memory allocated: 0x88000000 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] pccard0: <PC Card bus (classic)> on pcic0 fxp0: <Intel Pro/100 Ethernet> port 0x3000-0x303f mem 0xd0200000-0xd0200fff irq 9 at device 8.0 on pci2

----- Original Message ----- From: "Mauritz Sundell" <maur@telia.com> To: "M. Warner Losh" <im@bsdimp.com> Cc: <curr@FreeBSD.ORG> Sent: Wednesday, July 10, 2002 11:02 AM Subject: Re: Netgear MA401 pccard support?

----- Original Message ----- From: "M. Warner Losh" <im@bsdimp.com> To: <maur@telia.com> Cc: <curr@FreeBSD.ORG> Sent: Wednesday, July 10, 2002 7:05 AM Subject: Re: Netgear MA401 pccard support?

In message: <046701c2279c$2878c4e0$0e81a8c0@gilgamesh> "Mauritz Sundell" <maur@telia.com> writes: : I cant get my NETGEAR MA401 network pccard to work in CURRENT.

Bummer. It works for other people.

: I have a Compaq Evo N160 laptop.

What kind of pccard/cardbus bridge do you have? TI1410 PCI-CardBus Bridge

: Today I saw that the man-page for pcic(4) was updated (v.1.5) and stated : "This does not work at all at the moment."

That's just for older ISA devices. Most PCI devices work great.

: It did work under 4.6-RELEASE ( I have not tried 4.6-STABLE).

Maybe sending a dmesg from -stable would help. Alternatively, you should be able to run OLDCARD on -current.

Warner