Date: Tue, 5 Aug 2003 12:07:44 -0400 From: Jim Knoble <jmknoble+freebsd-mobile@pobox.com> To: freebsd-mobile@freebsd.org Subject: Re: FBSD-5.1-RELEASE, Sony Vaio PCG-505TR, Linksys Combo (EC2T) PC-Card or Adaptec SlimSCSI 1460D PC-Card Message-ID: <20030805160741.GA9268@crawfish.ais.com> In-Reply-To: <20030805.091653.31255475.imp@bsdimp.com> References: <20030801184743.GA27280@crawfish.ais.com> <20030805.091653.31255475.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Circa 2003-08-05 09:16:53 -0600 dixit M. Warner Losh: : In message: <20030801184743.GA27280@crawfish.ais.com> : Jim Knoble <jmknoble+freebsd-mobile@pobox.com> writes: : : Hi, all. Trying to install FreeBSD-5.1 on a Sony Vaio PCG-505TR : : (Pentium MMX 300MHz, 128MB RAM, external floppy, no CD-ROM, single Type : : II PC-Card slot). Having trouble with the following: : :=20 : : (1) Net install using Linksys Combo EthernetCard (EC2T). This card : : is detected by the ed driver (as ed1), but the card appears to : : want IRQ 9, which doesn't work on this laptop. I've tried : : setting a device hint ("set hints.ed.1.irq=3D11" in the : : bootloader), but FreeBSD still gives it IRQ 9. How can i tell : : FreeBSD to give it IRQ 11? : : =20 : : Same thing goes for my Linksys EtherFast 10/100 PC-Card. :=20 : You must use IRQ 9. What do you mean "which doesn't work on this : laptop?" The reason it is forcing IRQ 9 is that it is using PCI : interrupts, and those are shared between the cardbus bridges and the : cards taht are inserted into them. The PC-Card and CardBus busses *should* use IRQ 9, and they do. However, the card itself should not use IRQ 9 ... it needs IRQ 10 (assigned to disabled IrDA) or 11 (free), because it doesn't work with a shared interrupt. Under 4.8-RELEASE, the installation routine gives me the option to start pccardd, and i can further request it to start as follows: pccardd -i 10 -i 11 which will only let inserted cards get IRQ 10 or 11. This works fine. I need to know how to limit the IRQs assigned to inserted cards under 5.1, since the device hints don't seem to work. : : | cbb0: <RF5C475 PCI-CardBus Bridge> at device 10.0 on pci0 : : | cardbus0: <CardBus bus> on cbb0 : : | pccard0: <16-bit PCCard bus> on cbb0 : : | pci_cfgintr: 0:10 INTA routed to irq 9 :=20 : If IRQ 9 is the wrong thing to route here, then you'll need to add a : hint to route the right thing. (See above). --=20 jim knoble | jmknoble+freebsd-mobile@pobox.com (GnuPG fingerprint: 31C4:8AAC:F24E:A70C:4000::BBF4:289F:EAA8:1381:1491) --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (OpenBSD) Comment: See http://www.pobox.com/~jmknoble/keys/ for my public key. iD8DBQE/L9ZNKJ/qqBOBFJERAhktAJ920fWHOXFsqwLuxghw36VBU9jEAQCfcD+f 009tuxayTu5KbdqHZeo4wF0= =/mFp -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030805160741.GA9268>