Date: Thu, 25 Jul 2002 21:23:47 +0200 From: "Mauritz Sundell" <mauritz.sundell@telia.com> To: "Mauritz Sundell" <mauritz.sundell@telia.com>, "M. Warner Losh" <imp@bsdimp.com> Cc: <current@FreeBSD.ORG> Subject: Re: Netgear MA401 pccard support? SOLVED Message-ID: <020601c23410$cdced300$0c81a8c0@gilgamesh> References: <046701c2279c$2878c4e0$0e81a8c0@gilgamesh> <20020709.230547.62885206.imp@bsdimp.com> <014301c227f0$8372d350$0e81a8c0@gilgamesh> <00a501c231c9$14541f00$0e81a8c0@gilgamesh>
next in thread | previous in thread | raw e-mail | index | archive | help
Not really solved but it works for me now. The bus memory allocation doesn't work. Both my pcic0 and fxp0 on pci2 got the same memory area, so I changed CARDBUS_SYS_RES_MEMORY_START (sys/pccard/pcic_pci.c) to a value that seemed to be free after looking thru dmesg after boot -v. In my case 0xd0208000 was good. Is it a bug? -- Mauritz Sundell, mauritz.sundell@telia.com ----- Original Message ----- From: "Mauritz Sundell" <mauritz.sundell@telia.com> To: "M. Warner Losh" <imp@bsdimp.com> Cc: <current@FreeBSD.ORG> Sent: Monday, July 22, 2002 11:45 PM Subject: Re: Netgear MA401 pccard support? > 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 > > -- > Mauritz Sundell, mauritz.sundell@telia.com > ----- Original Message ----- > From: "Mauritz Sundell" <mauritz.sundell@telia.com> > To: "M. Warner Losh" <imp@bsdimp.com> > Cc: <current@FreeBSD.ORG> > Sent: Wednesday, July 10, 2002 11:02 AM > Subject: Re: Netgear MA401 pccard support? > > > > ----- Original Message ----- > > From: "M. Warner Losh" <imp@bsdimp.com> > > To: <mauritz.sundell@telia.com> > > Cc: <current@FreeBSD.ORG> > > Sent: Wednesday, July 10, 2002 7:05 AM > > Subject: Re: Netgear MA401 pccard support? > > > > > > > In message: <046701c2279c$2878c4e0$0e81a8c0@gilgamesh> > > > "Mauritz Sundell" <mauritz.sundell@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 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?020601c23410$cdced300$0c81a8c0>