PERFORCE change 144790 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun Jul 6 16:39:45 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144790
Change 144790 by marcel at marcel_xcllnt on 2008/07/06 16:39:19
Compile...
Affected files ...
.. //depot/projects/uart/dev/uart/uart_dev_i8251.c#7 edit
.. //depot/projects/uart/modules/uart/Makefile#18 edit
.. //depot/projects/uart/pc98/conf/DEFAULTS#8 edit
Differences ...
==== //depot/projects/uart/dev/uart/uart_dev_i8251.c#7 (text+ko) ====
@@ -217,7 +217,6 @@
{
struct uart_bas *bas;
struct uart_devinfo *di;
- uint16_t st, rb;
bas = &sc->sc_bas;
if (sc->sc_sysdev != NULL) {
@@ -303,7 +302,6 @@
{
struct uart_bas *bas;
int ipend;
- uint16_t scce;
bas = &sc->sc_bas;
ipend = 0;
==== //depot/projects/uart/modules/uart/Makefile#18 (text+ko) ====
@@ -11,7 +11,8 @@
SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \
uart_core.c uart_dbg.c \
- uart_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \
+ uart_dev_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c \
+ uart_dev_z8530.c \
uart_if.c uart_if.h uart_subr.c uart_tty.c
.if ${MACHINE} == "sun4v"
SRCS+= uart_cpu_sparc64.c
==== //depot/projects/uart/pc98/conf/DEFAULTS#8 (text+ko) ====
@@ -18,8 +18,8 @@
device io # I/O device
# UART chips on this platform
+device uart_i8251
device uart_ns8250
-#device uart_i8251
# Default partitioning schemes
options GEOM_BSD
More information about the p4-projects
mailing list