> > I am attempting to install FreeBSD 4.1.1, off floppy, brand new CUBX
> > motherboard with the 4 IDE channels. It's a GENERIC kernel, so I've done
> > nothing to it yet.
>
> GENERIC:
> device ata0 at isa? port IO_WD1 irq 14
> device ata1 at isa? port IO_WD2 irq 15
>
> notice the lack of ata2 and ata3.
>
> I have no idea what irq to use though.
Kind of begs the question: why is this stuff still statically
allocated in "config" anyway, since it's PnP known to the
system, and so could be configured dynamically.
The only argument for this, I guess, is to allow you to
leave the controller and driver out of a kernel entirely?
It seems to me that the same effect could be had by ensuring
that said drivers were in their own ELF sections, and that
that space be reclaimed, should a device not be found.
Terry Lambert
[EMAIL PROTECTED]
---
Any opinions in this posting are my own and not those of my present
or previous employers.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message