PERFORCE change 144744 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 5 20:20:56 UTC 2008


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

Change 144744 by marcel at marcel_xcllnt on 2008/07/05 20:20:54

	Make this compile...

Affected files ...

.. //depot/projects/uart/dev/uart/uart.h#16 edit
.. //depot/projects/uart/dev/uart/uart_bus_isa.c#11 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart.h#16 (text+ko) ====

@@ -70,6 +70,10 @@
 extern struct uart_class uart_sab82532_class __attribute__((weak));
 extern struct uart_class uart_z8530_class __attribute__((weak));
 
+#ifdef PC98
+struct uart_class *uart_pc98_getdev(u_long port);
+#endif
+
 /*
  * Device flags.
  */

==== //depot/projects/uart/dev/uart/uart_bus_isa.c#11 (text+ko) ====

@@ -164,10 +164,6 @@
 	{0}
 };
 
-#ifdef PC98
-extern struct uart_class *uart_pc98_getdev(u_long);
-#endif
-
 static int
 uart_isa_probe(device_t dev)
 {


More information about the p4-projects mailing list