Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 21:57:30 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313838 - in head/sys: conf dev/pci
Message-ID:  <201702162157.v1GLvU41043950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702162157.v1GLvU41043950>