Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/pci Pull up revision 1.9 (via patch, requested ...



details:   https://anonhg.NetBSD.org/src/rev/6be2d078a0fa
branches:  netbsd-1-4
changeset: 470341:6be2d078a0fa
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 10 21:44:49 2000 +0000

description:
Pull up revision 1.9 (via patch, requested by bouyer):
  Add support for US Robotics 3CP5609 PCI 16550 Modem.

diffstat:

 sys/dev/pci/pucdata.c |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 73bfea5ab0cf -r 6be2d078a0fa sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Thu Feb 10 21:44:19 2000 +0000
+++ b/sys/dev/pci/pucdata.c     Thu Feb 10 21:44:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.4.2.1 1999/07/06 23:54:31 perry Exp $    */
+/*     $NetBSD: pucdata.c,v 1.4.2.2 2000/02/10 21:44:49 he Exp $       */
 
 /*
  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
@@ -514,5 +514,14 @@
            },
        },
 
+       /* US Robotics (3Com) PCI Modems */
+       {   "US Robotics (3Com) 3CP5609 PCI 16550 Modem",
+           {   0x12b9, 0x1008, 0,      0       },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, 0x10, 0x00 },
+           },
+       },
+
        { 0 }
 };



Home | Main Index | Thread Index | Old Index