Date: Wed, 17 Sep 2008 23:30:39 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149979 for review Message-ID: <200809172330.m8HNUdQ7099694@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149979 Change 149979 by peter@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),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809172330.m8HNUdQ7099694>