From owner-freebsd-current Thu Jul 25 12:19:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A39D837B400 for ; Thu, 25 Jul 2002 12:19:16 -0700 (PDT) Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EA443E31 for ; Thu, 25 Jul 2002 12:19:14 -0700 (PDT) (envelope-from mauritz.sundell@telia.com) Received: from d1o89.telia.com (d1o89.telia.com [213.66.60.241]) by maila.telia.com (8.12.5/8.12.5) with ESMTP id g6PJIfET029882; Thu, 25 Jul 2002 21:18:41 +0200 (CEST) X-Original-Recipient: current@FreeBSD.ORG Received: from gilgamesh (h131n1fls31o89.telia.com [213.66.60.131]) by d1o89.telia.com (8.10.2/8.10.1) with SMTP id g6PJIdK06692; Thu, 25 Jul 2002 21:18:39 +0200 (CEST) Message-ID: <020601c23410$cdced300$0c81a8c0@gilgamesh> From: "Mauritz Sundell" To: "Mauritz Sundell" , "M. Warner Losh" Cc: References: <046701c2279c$2878c4e0$0e81a8c0@gilgamesh> <20020709.230547.62885206.imp@bsdimp.com> <014301c227f0$8372d350$0e81a8c0@gilgamesh> <00a501c231c9$14541f00$0e81a8c0@gilgamesh> Subject: Re: Netgear MA401 pccard support? SOLVED Date: Thu, 25 Jul 2002 21:23:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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" To: "M. Warner Losh" Cc: 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: irq 10 at device 6.0 on pci2 > pcib2: device pcic0 requested decoded memory range 0xd0200000-0xd02fffff > pccard0: on pcic0 > pcic0: PCI Memory allocated: 0xd0200000 > pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC > serial isa irq] > fxp0: port 0x3000-0x303f mem 0xd0200000-0xd0200fff > irq 9 at device 8.0 on pci2 > > dmesg for 4.6-RELEASE: > pcic0: 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: on pcic0 > fxp0: port 0x3000-0x303f mem 0xd0200000-0xd0200fff > irq 9 at device 8.0 on pci2 > > dmesg for 4.6-CURRENT (cvsuped today): > pcic0: 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: on pcic0 > fxp0: 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" > To: "M. Warner Losh" > Cc: > Sent: Wednesday, July 10, 2002 11:02 AM > Subject: Re: Netgear MA401 pccard support? > > > > ----- Original Message ----- > > From: "M. Warner Losh" > > To: > > Cc: > > Sent: Wednesday, July 10, 2002 7:05 AM > > Subject: Re: Netgear MA401 pccard support? > > > > > > > In message: <046701c2279c$2878c4e0$0e81a8c0@gilgamesh> > > > "Mauritz Sundell" 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