mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Make apm a module.
We need further work to be able to specify an equivalence of `flags 0x20'. Many PCs should work for now. But, some PCs need `flags 0x20'.
This commit is contained in:
parent
53db40974b
commit
a55dfa2ac1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85417
@ -11,6 +11,7 @@ SUBDIR= 3dfx \
|
||||
aha \
|
||||
amr \
|
||||
an \
|
||||
apm \
|
||||
aue \
|
||||
bge \
|
||||
bridge \
|
||||
|
10
sys/modules/apm/Makefile
Normal file
10
sys/modules/apm/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/apm
|
||||
|
||||
KMOD= apm
|
||||
SRCS= apm.c apm.h \
|
||||
device_if.h bus_if.h
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user