diff options
author | imp <imp@FreeBSD.org> | 2002-09-26 05:54:24 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-09-26 05:54:24 +0000 |
commit | 0202d7a244596cf6bb66e8c4a72ddc413573497d (patch) | |
tree | d9aeb319b7a2310bad3d53aec46cef260b097173 | |
parent | 1a6bc64814667c5c93276ecc26054ca714634811 (diff) | |
download | FreeBSD-src-0202d7a244596cf6bb66e8c4a72ddc413573497d.zip FreeBSD-src-0202d7a244596cf6bb66e8c4a72ddc413573497d.tar.gz |
Add cardbus, cbb, ep and pccard. These can likely be moved to the MI
section, but I've not had a chance to build them on other
architectures recently enough to add them.
-rw-r--r-- | sys/modules/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 243a689..88211cb 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -127,6 +127,7 @@ SUBDIR+=ipfilter # ncp \ # nwfs \ # XXX some of these can move to the general case when de-i386'ed +# XXX some of these can move now, but are untested on other architectures. .if ${MACHINE} == "i386" SUBDIR+=aac \ acpi \ @@ -139,6 +140,8 @@ SUBDIR+=aac \ atspeaker \ bktr \ cam \ + cardbus \ + cbb \ cd9660 \ ciss \ cm \ @@ -146,6 +149,7 @@ SUBDIR+=aac \ drm \ el \ em \ + ep \ fe \ fpu \ gnufpu \ @@ -162,6 +166,7 @@ SUBDIR+=aac \ netgraph \ oltr \ pecoff \ + pccard \ ray \ s3 \ sbni \ |