Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci add support for NetMos NM9835 Dual UART and 1284...
details: https://anonhg.NetBSD.org/src/rev/dcaa571614c8
branches: trunk
changeset: 504560:dcaa571614c8
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Mar 04 21:30:24 2001 +0000
description:
add support for NetMos NM9835 Dual UART and 1284 Printer port.
diffstat:
sys/dev/pci/pucdata.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 07b1123f3ac0 -r dcaa571614c8 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sun Mar 04 21:28:11 2001 +0000
+++ b/sys/dev/pci/pucdata.c Sun Mar 04 21:30:24 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.16 2001/02/14 21:10:20 christos Exp $ */
+/* $NetBSD: pucdata.c,v 1.17 2001/03/04 21:30:24 msaitoh Exp $ */
/*
* Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved.
@@ -640,5 +640,16 @@
},
},
+ /* NetMos 2S1P PCI 16C650 : 2S, 1P */
+ { "NetMos NM9835 Dual UART and 1284 Printer port",
+ { 0x9710, 0x9835, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
+ },
+ },
+
{ 0 }
};
Home |
Main Index |
Thread Index |
Old Index