Date: Mon, 13 Aug 2001 11:58:56 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Dan Cox <dancox@teleport.com> Cc: hackers <hackers@FreeBSD.ORG> Subject: Re: zoom modem Message-ID: <20010813115856.C5346@Odin.AC.HMC.Edu> In-Reply-To: <000501c12373$b2b6a510$0100a8c0@network>; from dancox@teleport.com on Sun, Aug 12, 2001 at 02:13:55PM -0700 References: <000501c12373$b2b6a510$0100a8c0@network>
next in thread | previous in thread | raw e-mail | index | archive | help
--+xNpyl7Qekk2NvDX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 12, 2001 at 02:13:55PM -0700, Dan Cox wrote: > I am trying to get my internal pci zoom fax modem installed on freebsd. T= his > modem is not a "winmodem". My problem is that the only instructions I have > are either for windows or Linux. I will include the linux instructions > below. Assuming this is acts like other real PCI modems, you need to do the following: 1) Determine the PCI ID of the modem. You can do this "pciconf -l", just find the unidentified device that is your modem and look from the chip=3D0x???????? entry. 2) Add and an appropriate entry to the pci_ids array in /usr/src/sys/isa/sio.c. The ID is the number in hex, the string is a description and the last entry is pretty much magic. ;-) From what I see there, I'd try 0x10 and then 0x14 since 0x10 is slightly more common. 3) Build a new kernel and reboot. 4) If it works, create a diff of the changes you made and submit a PR so other people won't have to mess with this. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --+xNpyl7Qekk2NvDX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7eCNwXY6L6fI4GtQRAocNAKCaGTweOVBXvVJVn1cqBNEkI3ALSgCfc0oN DplSEzP4KTyF4rpIDAIYKbg= =p3V5 -----END PGP SIGNATURE----- --+xNpyl7Qekk2NvDX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010813115856.C5346>