PERFORCE change 37151 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Aug 28 20:59:58 PDT 2003


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

Change 37151 by marcel at marcel_nfs on 2003/08/28 20:58:58

	Recognize the zs device (= Z8530).

Affected files ...

.. //depot/projects/uart/dev/uart/uart_cpu_sparc64.c#6 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_cpu_sparc64.c#6 (text+ko) ====

@@ -98,6 +98,8 @@
 		di->ops = uart_sab82532_ops;
 	else if (!strcmp(buffer, "su") || !strcmp(buffer, "su_pnp"))
 		di->ops = uart_ns8250_ops;
+	else if (!strcmp(buffer, "zs"))
+		di->ops = uart_z8530_ops;
 	else
 		return (ENXIO);
 


More information about the p4-projects mailing list