diff options
author | imp <imp@FreeBSD.org> | 2001-05-13 01:52:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-05-13 01:52:55 +0000 |
commit | 6615e0fcc9b963b84d5309e6bf421db627ebeb3c (patch) | |
tree | e96d23bf103ade35a5762c691f6845e1e0228ee8 /sys/conf/files | |
parent | baa510a9095471fa1528a4c5916fa194d74e9214 (diff) | |
download | FreeBSD-src-6615e0fcc9b963b84d5309e6bf421db627ebeb3c.zip FreeBSD-src-6615e0fcc9b963b84d5309e6bf421db627ebeb3c.tar.gz |
I'll be making some rather substantial changes to the pci attachment
of the pcic class of devices. Go ahead and move it to the "usual"
place. I say "usual" in quotes since it isn't exactly right (not in
dev/blah), but it is closer than before.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 0b53c9eda..b0fe74d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1142,6 +1142,7 @@ pccard/pccard.c count card pccard/pccard_beep.c optional card pccard/pccard_nbk.c optional card pccard/pcic.c optional pcic card +pccard/pcic_pci.c optional pcic card pci pci/agp.c optional agp pci/agp_if.m optional agp pci/agp_intel.c optional agp @@ -1176,7 +1177,6 @@ pci/meteor.c count meteor pci pci/ncr.c optional ncr pci/ohci_pci.c optional ohci dev/pccbb/pccbb.c optional pccbb -pci/pcic_p.c optional pcic pci card pci/simos.c optional simos pci/uhci_pci.c optional uhci pci/xrpu.c optional xrpu |