PERFORCE change 92353 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Feb 24 10:06:01 PST 2006


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

Change 92353 by marcel at marcel_nfs on 2006/02/24 18:05:57

	Build the scc(4) attachment into the uart(4) module.

Affected files ...

.. //depot/projects/uart/modules/uart/Makefile#14 edit

Differences ...

==== //depot/projects/uart/modules/uart/Makefile#14 (text+ko) ====

@@ -9,14 +9,15 @@
 
 KMOD=	uart
 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_core.c uart_cpu_${MACHINE}.c \
-	uart_dbg.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \
-	uart_if.c uart_subr.c uart_tty.c
+	uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \
+	uart_core.c uart_cpu_${MACHINE}.c uart_dbg.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
 SRCS+=	bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
-	power_if.h uart_if.h pccarddevs.h
+	power_if.h pccarddevs.h serdev_if.h
 
 MFILES= dev/pccard/card_if.m dev/pccard/power_if.m dev/pci/pci_if.m \
 	dev/ofw/ofw_bus_if.m dev/uart/uart_if.m isa/isa_if.m kern/bus_if.m \
-	kern/device_if.m
+	kern/device_if.m kern/serdev_if.m
 
 .include <bsd.kmod.mk>


More information about the p4-projects mailing list