From owner-freebsd-questions Mon Dec 20 10:23:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 2535B1537F for ; Mon, 20 Dec 1999 10:23:48 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id NAA12078 for questions@freebsd.org; Mon, 20 Dec 1999 13:22:59 -0500 (EST) (envelope-from mi) Message-Id: <199912201822.NAA12078@misha.cisco.com> Subject: adding a PNP modem to sio.c's list To: questions@freebsd.org Date: Mon, 20 Dec 1999 13:22:59 -0500 (EST) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have this ISA modem, which I believe is a real thing (not a winmodem). When the kernel boots, it reports: CSN 1 Vendor ID: CPI1198 [0x9811090e] Serial 0xe71005f4 Comp ID: @@@0000 [0x00000000] What do I add to isa/sio.c's (or should it be i386/isa/sio.c -- for some reason they have separate lists) for it to be processed a modem? Would that be { 0xe71005f4, "CPI1198" }, or { 0x9811090e, "CPI1198" }, or something else? If it is recognized as "Serial", why is not it probed as a serial automaticly? The machine is a dual PII-300... Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message