mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +00:00
In sun4v, use the sparc64 version. We haven't used the serial port on
sun4v yet, so this is a 'best-guess'.
This commit is contained in:
parent
7486916426
commit
951c63bc3a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163445
@ -10,9 +10,14 @@ ofw_bus_if= ofw_bus_if.h
|
||||
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_bus_scc.c \
|
||||
uart_core.c uart_cpu_${MACHINE}.c uart_dbg.c \
|
||||
uart_core.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
|
||||
.if ${MACHINE} == "sun4v"
|
||||
SRCS+= uart_cpu_sparc64.c
|
||||
.else
|
||||
SRCS+= uart_cpu_${MACHINE}.c
|
||||
.endif
|
||||
SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
|
||||
power_if.h pccarddevs.h serdev_if.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user