Support for BSD apm

XXX check amd64 pci init
This commit is contained in:
Matthieu Herrb
2008-05-19 05:15:30 +02:00
committed by Matthieu Herrb
parent f4e725f248
commit 10d472bf9d
2 changed files with 22 additions and 1 deletions

View File

@@ -2,8 +2,16 @@ noinst_LTLIBRARIES = libbsd.la
# FIXME: Add USB mouse support?
# FIXME: APM support.
# APM support.
if BSD_KQUEUE_APM
APM_SOURCES = $(srcdir)/bsd_kqueue_apm.c
else
if BSD_APM
APM_SOURCES = $(srcdir)/bsd_apm.c
else
APM_SOURCES = $(srcdir)/../shared/pm_noop.c
endif
endif
if FREEBSD_KLDLOAD
KMOD_SOURCES = bsd_kmod.c