From owner-freebsd-hackers Mon Feb 19 9:17:19 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id C6E0A37B491 for ; Mon, 19 Feb 2001 09:17:13 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f1JHH2r59529; Mon, 19 Feb 2001 09:17:02 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200102191717.f1JHH2r59529@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Wes Peters Cc: Victor Ivanov , freebsd-hackers@FreeBSD.ORG Subject: Re: isa/pnp modem not in sio.c In-Reply-To: <3A914ADD.AF1B6714@softweyr.com> Date: Mon, 19 Feb 2001 09:17:02 -0800 From: Peter Wemm Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wes Peters wrote: > Victor Ivanov wrote: > > > > Hello, > > > > A friend of mine has internal modem which is not detected autmagically by > > sio.c. It is V.34 ISA modem which behaves like a serial port. > > > > It is a 4.x system. > > > > Pnpinfo returns: > > Vendor ID GVC1601 (0x0116c31e), Serial Number 0x00000001 > > Device Description: Rockwell V.34 Plug & Play Modem > > > > I found a device list in sio.c and adding {0x0116c31e, NULL} to this list > > solves the problem (the device is detected and the modem is working just > > fine). > > > > The question is: do we need to do this every time after cvsup or there is a n > > easier way to detect the modem at boot time (something in /boot)? > > Submit a PR with a patch (diff -c sio.c.orig sio.c) so someone can commit > it to the source. Then send me the PR number and I'll go commit it for > you. ;^) Actually, we want the device logical id, not the card vendor id. There can be more than one logical device per card. I constantly wonder why on earth the !#%$!^%!# modem vendors dont use the 'compatid' field to say 'this is compatable with a COM port' - and everything would work nicely. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message