From owner-freebsd-stable Wed Dec 22 8:20:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.bna.bellsouth.net (mail1.bna.bellsouth.net [205.152.150.13]) by hub.freebsd.org (Postfix) with ESMTP id 1736F151AF for ; Wed, 22 Dec 1999 08:20:10 -0800 (PST) (envelope-from jim@siteplus.com) Received: from siteplus.com (host-216-78-4-192.jan.bellsouth.net [216.78.4.192]) by mail1.bna.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id LAA24652; Wed, 22 Dec 1999 11:20:01 -0500 (EST) Message-ID: <3860FA29.D6778406@siteplus.com> Date: Wed, 22 Dec 1999 11:19:53 -0500 From: Jim Weeks X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en MIME-Version: 1.0 To: Gerhard Sittig Cc: FreeBSD Stable Subject: Re: PCI internal modem References: <199912201649.KAA85652@klentaq.com> <19991220213929.X11805@speedy.gsinet> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I may be wrong, but I believe even though this is a pci card you still have to enter the id information in /usr/src/sys/isa.sioc and rebuild you kernel. Then you would configure the irq and address at boot time with boot -c The example of how this works is at http://www.freebsd.org/FAQ/hardware.html#AEN942 and says this. ------------------------------------------------------------------------ Q: I have an internal Plug & Play modem and FreeBSD can't find it. A: You will need to add the modem's PnP ID to the PnP ID list in the serial driver. To enable Plug & Play support, compile a new kernel with controller pnp0 in the configuration file, then reboot the system. The kernel will print the PnP IDs of all the devices it finds. Copy the PnP ID from the modem to the table in /sys/i386/isa/sio.c, at about line 2777. Look for the string "SUP1310" in the structure "siopnp_ids[]" to find the table. Build the kernel again, install, reboot, and your modem should be found. You may have to manually configure the PnP devices using the `pnp' command in the boot-time configuration with a command like pnp 1 0 enable os irq0 3 drq0 0 port0 0x2f8 to make the modem show. ------------------------------------------------------------------------ Good luck, Jim Weeks Gerhard Sittig wrote: > On Mon, Dec 20, 1999 at 10:49 -0600, Wayne M Barnes wrote: > > > > How do I get my PCI modem card to work with FreeBSD 3.4? > > > > [ ... ] > > > > CSN 1 Vendor ID: CSC4236 [0x3642630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] > > I could be wrong, but why does this sound like a sound card to > me? Don't look Crystal's chips (respective PnP cards) look like > this? I don't have one around, but could someone check this? > > Anyway -- IF it is a PCI card, why should it ever show up in the > ISA PnP section? If the port is a real serial port, it should > behave and look just like any other serial port (i.e. io=0x2F8 > for the third one, etc). If it is a so called WinModem, chances > are bad that there will be driver if the manufacturer or dealer > won't provide one. > > virtually yours - Gerhard Sittig > -- > mail -s "get pgp key" Gerhard.Sittig@gmx.net < /dev/null > > If you don't understand or are scared by any of the above > ask your parents or an adult to help you. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message