mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Catch up with some recent changes:
1) pcic_isa.c 2) For pc98, add mecia driver and -DPC98 to command line. 3) pcic_p.c -> pcic_pci.c
This commit is contained in:
parent
5a695e4878
commit
367995aaa2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76670
@ -3,9 +3,14 @@
|
||||
.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
|
||||
|
||||
KMOD= oldcard
|
||||
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \
|
||||
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
|
||||
opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
NOMAN=
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS += -DPC98
|
||||
SRCS += mecia.c
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user