Date: Sat, 11 Mar 2000 18:44:32 -0500 (EST) From: "Eric D. Futch" <efutch@nyct.net> To: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Weird problems with PnP (related to sio?)? Message-ID: <Pine.BSF.4.05.10003111802340.26806-100000@bsd1.nyct.net> In-Reply-To: <Pine.BSF.4.05.10003111724520.19380-200000@bsd1.nyct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10003111802340.26806-100000>