summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-09-14 02:05:33 +0000
committermjacob <mjacob@FreeBSD.org>2002-09-14 02:05:33 +0000
commit355caacf6841da66e44b53610fda8360f7e93769 (patch)
tree5a3f4c08887410f174357fd61f1de3d9eecdf63c /sys
parent8e0a5436891b7df3728e3584021eba95c6d3ccfe (diff)
downloadFreeBSD-src-355caacf6841da66e44b53610fda8360f7e93769.zip
FreeBSD-src-355caacf6841da66e44b53610fda8360f7e93769.tar.gz
Put firewire under architectures it actually might conceivably
build on, let alone actually do some useful work on real hardware. Namely, put it in i386/pc98. There is no bus_dma.h on the other architecures, tra la.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b13a77d..7d29bff 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -25,7 +25,6 @@ SUBDIR= 3dfx \
ed \
fdescfs \
fdc \
- firewire \
fxp \
gx \
if_disc \
@@ -146,6 +145,7 @@ SUBDIR+=aac \
el \
em \
fe \
+ firewire \
fpu \
gnufpu \
hea \
@@ -201,6 +201,7 @@ SUBDIR+=aic \
.if ${MACHINE} == "pc98"
SUBDIR+=pmc \
+ firewire \
snc
.endif
OpenPOWER on IntegriCloud