summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-18 23:20:14 +0000
committerpeter <peter@FreeBSD.org>1999-05-18 23:20:14 +0000
commit5273339761ae47f7c26e0683fd975e154c3886f8 (patch)
treec0c85ac7d9e1aee0b7e668f126de1ef9afcc9555
parenteda8109f760c380590162c32f963ac2b4ca6a51b (diff)
downloadFreeBSD-src-5273339761ae47f7c26e0683fd975e154c3886f8.zip
FreeBSD-src-5273339761ae47f7c26e0683fd975e154c3886f8.tar.gz
Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is no
longer exported on the i386.
-rw-r--r--sys/alpha/pci/pcibus.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c
index 1479e12..0a1d672 100644
--- a/sys/alpha/pci/pcibus.c
+++ b/sys/alpha/pci/pcibus.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcibus.c,v 1.11 1999/04/21 07:26:24 peter Exp $
+ * $Id: pcibus.c,v 1.12 1999/05/08 21:58:44 dfr Exp $
*
*/
@@ -107,12 +107,6 @@ pci_cfgwrite(pcicfgregs *cfg, int reg, int data, int bytes)
}
}
-int
-pci_cfgopen(void)
-{
- return 1;
-}
-
vm_offset_t
pci_cvt_to_dense(vm_offset_t sparse)
{
OpenPOWER on IntegriCloud