summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-21 06:05:08 +0000
committerbde <bde@FreeBSD.org>2001-10-21 06:05:08 +0000
commitdf59c79af7326b9c53eaa09bc986ed6b3d9fba6c (patch)
tree60f2b88ab0a3f72089136c928dffaa78be67e357 /sys/amd64
parent23731f7ff266e61bb93845bf634caaf3b09ca709 (diff)
downloadFreeBSD-src-df59c79af7326b9c53eaa09bc986ed6b3d9fba6c.zip
FreeBSD-src-df59c79af7326b9c53eaa09bc986ed6b3d9fba6c.tar.gz
MFi386:
- sys/pc98/pc98/npx.c 1.87 (2001/09/15; author: imp) I don't think pc98 has acpi at all, so ifdef the acpi attachments for now. This completes merging sys/pc98/pc98/npx.c into sys/i386/isa/npx.c so that the former can be removed.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/fpu.c2
-rw-r--r--sys/amd64/isa/npx.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 1807ba9..1238d67 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -997,5 +997,7 @@ static driver_t npxisa_driver = {
static devclass_t npxisa_devclass;
DRIVER_MODULE(npxisa, isa, npxisa_driver, npxisa_devclass, 0, 0);
+#ifndef PC98
DRIVER_MODULE(npxisa, acpi, npxisa_driver, npxisa_devclass, 0, 0);
+#endif
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 1807ba9..1238d67 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -997,5 +997,7 @@ static driver_t npxisa_driver = {
static devclass_t npxisa_devclass;
DRIVER_MODULE(npxisa, isa, npxisa_driver, npxisa_devclass, 0, 0);
+#ifndef PC98
DRIVER_MODULE(npxisa, acpi, npxisa_driver, npxisa_devclass, 0, 0);
+#endif
OpenPOWER on IntegriCloud