Date: Sun, 03 Oct 1999 12:17:30 -0700 From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org> To: Doug Rabson <dfr@nlsystems.com> Cc: "Daniel M. Eischen" <eischen@vigrid.com>, freebsd-current@FreeBSD.ORG, winter@jurai.net Subject: Re: Recent kernel hangs during boot with pnp sio. Message-ID: <3.0.5.32.19991003121730.00933320@localhost> In-Reply-To: <Pine.BSF.4.10.9910031932190.571-100000@salmon.nlsystems.co m> References: <37F78874.F7B86582@vigrid.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I provided a patch for the USR2030 that likely could be committed at the same time. See kern/13983. Kurt At 07:34 PM 10/3/99 +0100, Doug Rabson wrote: >diff -u -r1.268 sio.c >--- sio.c 1999/09/25 18:24:21 1.268 >+++ sio.c 1999/10/03 18:32:10 >@@ -567,7 +567,9 @@ > {0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */ > {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ > {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ >- {0x31307256, "USR3031"}, /* USR3031 */ >+ {0x31307256, NULL}, /* USR3031 */ + {0x30207256, NULL}, /* USR2030 */ >+ {0x8024b04e, NULL}, /* SUP2480 */ >+ {0x8020b04e, NULL}, /* SUP2080 */ > {0} > }; > $ pnpinfo -v Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID USR2030 (0x30207256), Serial Number 0xadacaa93 PnP Version 1.0, Vendor Version 0 Device Description: U.S.Robotics Inc. Sportster 56000 FAX Internal Logical Device ID: USR2030 0x30207256 #0 TAG Start DF Good Configuration I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 3 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 2 3 4 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 2 3 4 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 2 3 4 5 7 - only one type (true/edge) TAG End DF End Tag Successfully got 16 resources, 1 logical fdevs -- card select # 0x0001 CSN USR2030 (0x30207256), Serial Number 0xadacaa93 Logical device #0 IO: 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 IRQ 5 0 DMA 4 4 IO range check 0x00 activate 0x01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19991003121730.00933320>