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.
[EMAIL PROTECTED] 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message