svn commit: r313838 - in head/sys: conf dev/pci

Warner Losh imp at FreeBSD.org
Thu Feb 16 21:57:32 UTC 2017


Author: imp
Date: Thu Feb 16 21:57:30 2017
New Revision: 313838
URL: https://svnweb.freebsd.org/changeset/base/313838

Log:
  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.

Deleted:
  head/sys/dev/pci/eisa_pci.c
Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu Feb 16 21:57:25 2017	(r313837)
+++ head/sys/conf/files	Thu Feb 16 21:57:30 2017	(r313838)
@@ -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


More information about the svn-src-all mailing list