Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pci Pull up 1.9 -> 1.10, approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/a15d3b2d8ef5
branches:  netbsd-1-5
changeset: 489397:a15d3b2d8ef5
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Sep 06 16:54:28 2000 +0000

description:
Pull up 1.9 -> 1.10, approved by thorpej:
Add a new modem: Actiontec  56K PCI Master

diffstat:

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

diffs (24 lines):

diff -r c6757caf46e3 -r a15d3b2d8ef5 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Wed Sep 06 14:50:04 2000 +0000
+++ b/sys/dev/pci/pucdata.c     Wed Sep 06 16:54:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.9 2000/02/08 16:26:23 bouyer Exp $       */
+/*     $NetBSD: pucdata.c,v 1.9.4.1 2000/09/06 16:54:28 bouyer Exp $   */
 
 /*
  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
@@ -561,5 +561,14 @@
            },
        },
 
+       /* Actiontec  56K PCI Master */
+       {   "Actiontec 56K PCI Master",
+           {   0x11c1, 0x0480, 0x0,    0x0     },
+           {   0xffff, 0xffff, 0x0,    0x0     },
+           {
+               { PUC_PORT_TYPE_COM,    0x14,   0x00    },
+           },
+       },
+
        { 0 }
 };



Home | Main Index | Thread Index | Old Index