Date: Fri, 24 Aug 2001 10:40:50 -0600 From: Nate Williams <nate@yogotech.com> To: Michael Collette <metrol@earthlink.net> Cc: Warner Losh <imp@harmony.village.org>, FreeBSD <freebsd-mobile@FreeBSD.ORG> Subject: Re: IRQ Problems with Stable Message-ID: <15238.33682.65668.411961@nomad.yogotech.com> In-Reply-To: <20010824070712.4994937B410@hub.freebsd.org> References: <200108240236.f7O2awq50870@rover.village.org> <200108232209.f7NM9tW89010@harmony.village.org> <200108240539.f7O5dEW91414@harmony.village.org> <20010824070712.4994937B410@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> ed1 at port 0x300-0x31f irq 11 slot 0 on pccard0 > ed1: address [mac address], type Linksys (16 bit) > lxtphy0: <LXT970 10/100 media interface> on miibus0 > lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, auto > > Same problem. ed1 is getting assigned to IRQ 11. This actually isn't a bug, and is a feature of the new PCI interrupt routing code. Does the card not work correctly? > No clue why it's not > assigning the card to ed0, as there really is only one card here. This is a bit annoying, but easy to work around. I believe it's caused because ed0 would be the ISA device, and ed1 is the PCI device, and the default is to have it setup as a PCI device if possible in the current code. (Someone correct me if I'm way off base). > At this point, even if a fix is put together I have no good way of > getting it on over to this laptop. I'm still willing to play the test bed > over here to avoid having to do a full reinstall again. The box doesn't have a floppy, or don't you have another FreeBSD box you can build a test kernel on? Nate > On Thursday 23 August 2001 10:39 pm, Warner Losh wrote: > > In message <200108240236.f7O2awq50870@rover.village.org> Michael Collette > writes: > > : Warner, > > : > > : I'm about ready to throw in the towel now. The buildworld compiled > > : properly, as did the kernel. Then I dropped into single user mode to run > > : the installworld. That seems to go okay, until... > > : > > : ===> secure/lib/libtelnet.so.2.0 > > : install -c -o root -g wheel -m 444 libtelnet.a /usr/lib > > : ===> secure/lib/libcrypto > > : mkdir -p openssl > > : mkdir:No such file or directory > > : *** Error code 1 > > > > I don't know what's up with this. > > > > Warner > > -- > "Outside of a dog, a book is man's best friend. Inside of a dog, it's too > dark to read." > - Groucho Marx > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message 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?15238.33682.65668.411961>