PERFORCE change 149979 for review

Peter Wemm peter at FreeBSD.org
Wed Sep 17 23:30:40 UTC 2008


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

Change 149979 by peter at peter_daintree on 2008/09/17 23:29:57

	Spell uart_puc_attach() correctly.

Affected files ...

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

Differences ...

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

@@ -49,7 +49,7 @@
 static device_method_t uart_puc_methods[] = {
 	/* Device interface */
 	DEVMETHOD(device_probe,		uart_puc_probe),
-	DEVMETHOD(device_attach,	uart_bus_attach),
+	DEVMETHOD(device_attach,	uart_puc_attach),
 	DEVMETHOD(device_detach,	uart_bus_detach),
 	/* Serdev interface */
 	DEVMETHOD(serdev_ihand,		uart_bus_ihand),


More information about the p4-projects mailing list