atom feed6 messages in org.freebsd.freebsd-questionsRe: FreeBSD Modem Compatibility
FromSent OnAttachments
Matt StorchMay 10, 1998 1:07 pm 
Doug WhiteMay 11, 1998 10:35 am 
Scott MitchellMay 12, 1998 4:35 am 
Doug WhiteMay 12, 1998 10:03 am 
Scott MitchellMay 13, 1998 3:28 am 
Doug WhiteMay 13, 1998 2:21 pm 
Subject:Re: FreeBSD Modem Compatibility
From:Doug White (dwh@gdi.uoregon.edu)
Date:May 13, 1998 2:21:18 pm
List:org.freebsd.freebsd-questions

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