From owner-freebsd-current Sun Oct 3 9:47: 0 1999 Delivered-To: freebsd-current@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id CEE4014EA3 for ; Sun, 3 Oct 1999 09:46:58 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from vigrid.com (pm3-pt44.pcnet.net [206.105.29.118]) by pcnet1.pcnet.com (8.8.7/PCNet) with ESMTP id MAA26401; Sun, 3 Oct 1999 12:45:45 -0400 (EDT) Message-ID: <37F78874.F7B86582@vigrid.com> Date: Sun, 03 Oct 1999 12:46:44 -0400 From: "Daniel M. Eischen" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug Rabson Cc: freebsd-current@freebsd.org, winter@jurai.net Subject: Re: Recent kernel hangs during boot with pnp sio. References: <37F667B5.C09E163D@vigrid.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Eischen wrote: > OK, I originally did that to no avail, but I didn't make the change to > the correct file (sys/isa/sio.c, not sys/dev/sio/sio.c)! So with the > following change: > > Index: sio.c > =================================================================== > RCS file: /opt/b/CVS/src/sys/isa/sio.c,v > retrieving revision 1.268 > diff -u -r1.268 sio.c > --- sio.c 1999/09/25 18:24:21 1.268 > +++ sio.c 1999/10/02 21:54:33 > @@ -568,6 +568,7 @@ > {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ > {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ > {0x31307256, "USR3031"}, /* USR3031 */ > + {0x8024b04e, "SupraExpress 56i Sp V.90"}, > {0} > }; > > the modem is detected as: > > sio-1: irq maps: 0x801 0x821 0x801 0x801 > sio3: at port 0x3e8-0x3ef irq 5 on isa0 > sio3: type 16550A Who's responsible for sio.c? Can I commit this change? Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message