Currently available internal PCI hardware modems?
mike at sentex.net
mike at sentex.net
Wed Mar 26 18:31:06 PDT 2008
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 at 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
More information about the freebsd-hardware
mailing list