summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-09 16:08:20 +0000
committerimp <imp@FreeBSD.org>2004-06-09 16:08:20 +0000
commitaf37537fe396a9fba47ccb8fd90b1e1c4a7eb1d5 (patch)
treee6f921e6e95c4b23e88498664b4aa739fb602613 /sys/conf/kmod.mk
parent0307fa34d7fc48a54789626544488fc902a7bca7 (diff)
downloadFreeBSD-src-af37537fe396a9fba47ccb8fd90b1e1c4a7eb1d5.zip
FreeBSD-src-af37537fe396a9fba47ccb8fd90b1e1c4a7eb1d5.tar.gz
Step 1 in moving EISA devices to kobj/newbus. Use kobj methods for
all of the interface between the driver and the bus. This will enable us to stop special casing eisa bus attachments in modules and treat them like we treat all other busses. In the longer run, we need to eliminate much (all?) of these interfaces and switch to using the standard bus_alloc_resource(), but that's not done right now. # I've not updated the modules to include eisa, etc, just yet Tested on: Compaq Proliant 3000/333 purchased for eisa work
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index fd58f13..de4461b 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -289,7 +289,7 @@ ${_src}:
MFILES?= kern/bus_if.m kern/device_if.m dev/iicbus/iicbb_if.m \
dev/iicbus/iicbus_if.m isa/isa_if.m \
libkern/iconv_converter_if.m \
- dev/mii/miibus_if.m \
+ dev/eisa/eisa_if.m dev/mii/miibus_if.m \
dev/pccard/card_if.m dev/pccard/power_if.m dev/pci/pci_if.m \
dev/pci/pcib_if.m dev/ppbus/ppbus_if.m dev/smbus/smbus_if.m \
dev/usb/usb_if.m dev/sound/pcm/ac97_if.m dev/sound/pcm/channel_if.m \
OpenPOWER on IntegriCloud