PERFORCE change 36544 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Aug 20 18:26:34 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=36544

Change 36544 by marcel at 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	},


More information about the p4-projects mailing list