PERFORCE change 150678 for review

Peter Wemm peter at FreeBSD.org
Tue Sep 30 02:45:46 UTC 2008


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

Change 150678 by peter at peter_overcee on 2008/09/30 02:45:20

	Use correct function name for kludge attach routine.

Affected files ...

.. //depot/projects/hammer/sys/dev/uart/uart_bus_puc.c#6 edit

Differences ...

==== //depot/projects/hammer/sys/dev/uart/uart_bus_puc.c#6 (text+ko) ====

@@ -114,7 +114,7 @@
 }
 
 static int
-uart_bus_attach(device_t dev)
+uart_puc_attach(device_t dev)
 {
 	
 	uart_puc_kludge_unit(dev);


More information about the p4-projects mailing list