Date: Wed, 26 Mar 2008 20:58:15 -0400 From: mike@sentex.net To: scott.marshall@mail.com Cc: freebsd-hardware@freebsd.org Subject: Re: Currently available internal PCI hardware modems? Message-ID: <hmrlu35slsdevvf42op2tdd6tk0j19c9bd@4ax.com> In-Reply-To: <20080326230956.5077A49B6BD@ws1-3a.us4.outblaze.com> References: <20080326230956.5077A49B6BD@ws1-3a.us4.outblaze.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Mar 2008 23:09:56 +0000, in sentex.lists.freebsd.hardware
you wrote:
>As copiously written elsewhere, FreeBSD works best with hardware modems, not WinModems / LinModems.
Hi,
we use a USR 5610C
uc0@pci0:8:0: class=0x070002 card=0x00d312b9 chip=0x100812b9 rev=0x01
hdr=0x00
vendor = '3COM Corp, Modem Division (Formerly US Robotics)'
device = 'TL16CFM700PGE / 980C / 42A30KW PCI Serial Controller
(for modem)d'
class = simple comms
puc0: <US Robotics (3Com) 3CP5609 PCI 16550 Modem> port 0xe400-0xe407
irq 12 at device 8.0 on pci0
sio4: <US Robotics (3Com) 3CP5609 PCI 16550 Modem> on puc0
Works well on RELENG_6 and RELENG_7. One small patch we run with is
below
--- sio_pci.c Wed Mar 26 20:53:47 2008
+++ sio_pci.c.new Wed Mar 26 20:54:05 2008
@@ -68,7 +68,6 @@
};
static struct pci_ids pci_ids[] = {
- { 0x100812b9, "3COM PCI FaxModem", 0x10 },
{ 0x2000131f, "CyberSerial (1-port) 16550", 0x10 },
{ 0x01101407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10
},
{ 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10
},
---Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hmrlu35slsdevvf42op2tdd6tk0j19c9bd>
