From owner-freebsd-questions Mon Dec 28 19:20:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06304 for freebsd-questions-outgoing; Mon, 28 Dec 1998 19:20:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from labrador.cslab.vt.edu (labrador.cslab.vt.edu [198.82.184.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06299 for ; Mon, 28 Dec 1998 19:20:18 -0800 (PST) (envelope-from jobaldwi@cslab.vt.edu) Received: from localhost (jobaldwi@localhost) by labrador.cslab.vt.edu (8.8.8/8.8.7) with SMTP id WAA29678 for ; Mon, 28 Dec 1998 22:19:58 -0500 (EST) (envelope-from jobaldwi@cslab.vt.edu) Date: Mon, 28 Dec 1998 22:19:57 -0500 (EST) From: "John H. Baldwin" To: freebsd-questions@FreeBSD.ORG Subject: Internal PnP Modem and IRQ not in map... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm having some problems getting an internal PnP modem to work with 2.2.8-Stable. The modem is a HSP K56Flex modem. I figured out its vendor ID from pnpinfo(8) and added it to /usr/src/sys/i386/isa/sio.c so that it recognized the modem and attached it to a sio device. I also enabled it and let the BIOS configure it in the kernel user config. It found the modem at the port and IRQ the BIOS provided (Com3 - 0x3e8 and IRQ 11) but gave an error that "the IRQ was not in the mask of probed IRQs". I then overrode the BIOS PnP settings via user config to use Com2 (0x2f8) and IRQ 3. It still gave the same error message. Does anyone have any ideas or previous experience on this? Thanks. Also, please CC me on any replies as I don't read -questions myself. John Baldwin jobaldwi@cslab.vt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message