On Wed, 13 May 1998, Scott Mitchell wrote:
Ideally you get the vendor/ID code for the card in question and plug it
into the sio driver. I would think boot -v could tell you this.
I have all the card info -- just needed to know which file to insert it
into.
/sys/i386/isa/sio.c, look around line 2690 for this:
siopnp_ids[] = {
{ 0x8113b04e, "Supra1381"},
{ 0x9012b04e, "Supra1290"},
{ 0x11007256, "USR0011"},
{ 0 }
};
Make a copy of the USR one and plug it in.
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message