From owner-freebsd-current Sat Mar 11 15:45:56 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id 7A88B37B9D0 for ; Sat, 11 Mar 2000 15:45:53 -0800 (PST) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.8.8/8.8.7) with ESMTP id SAA18269; Sat, 11 Mar 2000 18:44:33 -0500 (EST) (envelope-from efutch@nyct.net) Date: Sat, 11 Mar 2000 18:44:32 -0500 (EST) From: "Eric D. Futch" To: Mark Ovens Cc: freebsd-current@FreeBSD.ORG Subject: Re: Weird problems with PnP (related to sio?)? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ugh... nevermind. Getting rid of the PNPBIOS option from the kernel config got rid of all the unknown strangeness, although I still can't explain it. The signal 11's only hit kdm, so I'm assuming that's a different problem. Can someone commit the PnP magic for this modem or should I just send-pr? -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" Index: src/sys/isa/sio.c =================================================================== RCS file: /home/ncvs/src/sys/isa/sio.c,v retrieving revision 1.291 diff -u -r1.291 sio.c --- src/sys/isa/sio.c 2000/03/11 20:22:09 1.291 +++ src/sys/isa/sio.c 2000/03/11 23:42:56 @@ -548,6 +548,7 @@ {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ /* Devices that do not have a compatid */ + {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */ {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */ {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */ {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message