mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00:00
Add pccard_device.c
This commit is contained in:
parent
73cac3387f
commit
852999de55
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150363
@ -754,6 +754,7 @@ dev/pccard/card_if.m standard
|
||||
dev/pccard/pccard.c optional pccard
|
||||
dev/pccard/pccard_cis.c optional pccard
|
||||
dev/pccard/pccard_cis_quirks.c optional pccard
|
||||
dev/pccard/pccard_device.c optional pccard
|
||||
dev/pccard/power_if.m standard
|
||||
dev/pccbb/pccbb.c optional cbb
|
||||
dev/pccbb/pccbb_isa.c optional cbb isa
|
||||
|
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/pccard
|
||||
|
||||
KMOD= pccard
|
||||
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
|
||||
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c pccard_device.c \
|
||||
device_if.h bus_if.h card_if.h power_if.h pccarddevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user