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:
Hajimu UMEMOTO 2001-10-24 16:53:54 +00:00
parent 53db40974b
commit a55dfa2ac1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85417
2 changed files with 11 additions and 0 deletions

View file

@ -11,6 +11,7 @@ SUBDIR= 3dfx \
aha \
amr \
an \
apm \
aue \
bge \
bridge \

10
sys/modules/apm/Makefile Normal file
View 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>