summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-08-31 18:38:43 +0000
committerphk <phk@FreeBSD.org>2002-08-31 18:38:43 +0000
commitedb326987a5bb0cfd6fa035f67e4a1ae144d17f8 (patch)
tree0809b3ca64dfcae9b798e20a8fee0f253effc70d /sys/conf/files
parent480c5ff48a7e64b7c4abfd66f91740ed53f078b9 (diff)
downloadFreeBSD-src-edb326987a5bb0cfd6fa035f67e4a1ae144d17f8.zip
FreeBSD-src-edb326987a5bb0cfd6fa035f67e4a1ae144d17f8.tar.gz
Split the puc driver in pci specific and generic parts.
Add a pccard frontend for it as well. The PCcard stuff does not work yet because there is still some PCImagic left in puc.c
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1f3e83a..2f86cec 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -526,7 +526,9 @@ dev/ppbus/ppi.c optional ppi
dev/ppbus/pps.c optional pps
dev/ppbus/vpo.c optional vpo
dev/ppbus/vpoio.c optional vpo
-dev/puc/puc.c optional puc pci
+dev/puc/puc.c optional puc
+dev/puc/puc_pci.c optional puc pci
+dev/puc/puc_pccard.c optional puc pccard
dev/puc/pucdata.c optional puc pci
dev/random/harvest.c standard
dev/random/randomdev.c optional random
OpenPOWER on IntegriCloud