summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjosef <josef@FreeBSD.org>2004-04-15 15:11:04 +0000
committerjosef <josef@FreeBSD.org>2004-04-15 15:11:04 +0000
commitc7aa42fb7d0b772bf30f75a408f0b9130a6251d7 (patch)
tree9dbe60f8c5fde07dbc7b48edd3836526adfd1170 /sys/i386/conf
parent70f9067e411a6d2bef2019f18d57e5525e4f75b4 (diff)
downloadFreeBSD-src-c7aa42fb7d0b772bf30f75a408f0b9130a6251d7.zip
FreeBSD-src-c7aa42fb7d0b772bf30f75a408f0b9130a6251d7.tar.gz
Add note that npx depends on isa.
Approved by: green
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/NOTES2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 0367a74..8ca6251 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -70,7 +70,7 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
-device isa
+device isa # Required by npx(4)
device eisa
device pci
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ba779ca..7e72d56 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -282,7 +282,7 @@ device apm_saver # Requires APM
#
# ISA bus
#
-device isa
+device isa # Required by npx(4)
#
# Options for `isa':
OpenPOWER on IntegriCloud