Subject: Re: Issue with modem
To: None <kent@goathill.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-net
Date: 01/23/2000 22:27:49
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
On Sun, Jan 23, 2000 at 03:41:15PM +0000, Kent Polk wrote:
> How about PCI 15550 modems? Does anyone have any documentation on how to
> get one of these working with NetBSD?
Could you try the attached patch ?
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
--
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Index: pucdata.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pci/pucdata.c,v
retrieving revision 1.8
diff -u -r1.8 pucdata.c
--- pucdata.c 1999/12/04 05:43:44 1.8
+++ pucdata.c 2000/01/23 21:26:49
@@ -552,5 +552,14 @@
},
},
+ /* US Robotics (3Com) 3CP5609 PCI 15550 Modem */
+ { "US Robotics (3Com) 3CP5609 PCI 15550 Modem",
+ { 0x12b9, 0x1008, 0, 0 },
+ { 0xffff, 0xfffc, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00 },
+ },
+ },
+
{ 0 }
};
--IJpNTDwzlM2Ie8A6--