From owner-freebsd-questions Wed Apr 23 11:52:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA16646 for questions-outgoing; Wed, 23 Apr 1997 11:52:11 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA16580; Wed, 23 Apr 1997 11:51:56 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id UAA01342; Wed, 23 Apr 1997 20:50:40 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id UAA03534; Wed, 23 Apr 1997 20:22:00 +0200 (MET DST) Message-ID: <19970423202159.VJ16948@uriah.heep.sax.de> Date: Wed, 23 Apr 1997 20:21:59 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: dmm125@bellatlantic.net (Donn Miller) Cc: freebsd-bugs@freebsd.org, questions@freebsd.org Subject: Re: com3 - sio2: "not found", but there References: <1.5.4.16.19970423084052.2caf2e18@postoffice.bellatlantic.net> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <1.5.4.16.19970423084052.2caf2e18@postoffice.bellatlantic.net>; from Donn Miller on Apr 23, 1997 04:40:52 -0400 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Donn Miller wrote: > I recently had this problem: while booting, and probing for > sio2 on the isa bus, I get a "not found at 0x3e8", but I checked > with MSD under DOS and this is the correct port address. Also, it > is set to probe at irq4, port 0x3e8, which is the setting I use > under Windows, which works OK there. This doesn't mean anything. :) > It is a Wang 14.4 Data Fax Modem (Hayes Compatible). Many internal modems are known to have a poor UART emulation. You can try to spot the problem by turning on flags 0x80 in the sio2 driver (using boot -c), this will report the failing probe routine. Then, look into /sys/i386/isa/sio.c, maybe you can tweak some DELAY() value to give your UART emulation a little more time to react. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)