Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 18:26:32 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36544 for review
Message-ID:  <200308210126.h7L1QWZt016506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36544

Change 36544 by marcel@marcel_nfs on 2003/08/20 18:26:04

	Merge support for the HP diva management board from the ia64
	branch. Define the serial ports as type UART, not COM due to
	the fact that the ports are mapped in memory.

Affected files ...

.. //depot/projects/uart/dev/puc/pucdata.c#5 edit

Differences ...

==== //depot/projects/uart/dev/puc/pucdata.c#5 (text+ko) ====

@@ -51,6 +51,17 @@
 
 const struct puc_device_description puc_devices[] = {
 
+	{   "Diva Serial [GSP] Multiport UART",
+	    NULL,
+	    {   0x103c, 0x1048, 0x103c, 0x1282 },
+	    {   0xffff, 0xffff, 0xffff, 0xffff },
+	    {
+		{   PUC_PORT_TYPE_UART, 0x10, 0x00, 0, PUC_FLAGS_MEMORY },
+		{   PUC_PORT_TYPE_UART, 0x10, 0x10, 0, PUC_FLAGS_MEMORY },
+		{   PUC_PORT_TYPE_UART, 0x10, 0x38, 0, PUC_FLAGS_MEMORY },
+	    },
+	},
+
 	{   "Comtrol RocketPort 550/4 RJ45",
 	    NULL,
 	    {	0x11fe,	0x8014,	0,	0	},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308210126.h7L1QWZt016506>