diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-02-16 21:57:30 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-02-16 21:57:30 +0000 |
commit | 7a3a7496f1bb44311992e2ee900f9b412a0df802 (patch) | |
tree | 24b699cf15909f95c74b7293037003fc65c9cb15 /sys/conf | |
parent | 792c00971aed1fe91e2885802a1a07fced74a4d2 (diff) | |
download | src-7a3a7496f1bb44311992e2ee900f9b412a0df802.tar.gz src-7a3a7496f1bb44311992e2ee900f9b412a0df802.zip |
Remove PCI/EISA bridge support. But keep knowing that a chip is this
kind of bridge since we know for other types of unsupported bridges as
well.
Notes
Notes:
svn path=/head/; revision=313838
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index bdfa57c3f478..8a4502d4fe23 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2389,7 +2389,6 @@ dev/pccbb/pccbb.c optional cbb dev/pccbb/pccbb_isa.c optional cbb isa dev/pccbb/pccbb_pci.c optional cbb pci dev/pcf/pcf.c optional pcf -dev/pci/eisa_pci.c optional pci eisa dev/pci/fixup_pci.c optional pci dev/pci/hostb_pci.c optional pci dev/pci/ignore_pci.c optional pci |