Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 1998 14:21:39 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Scott Mitchell <scott@dcs.qmw.ac.uk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: FreeBSD Modem Compatibility
Message-ID:  <Pine.BSF.3.96.980513142013.1690H-100000@gdi.uoregon.edu>
In-Reply-To: <199805131028.LAA00925@hotpoint.dcs.qmw.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980513142013.1690H-100000>