summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-12-07 02:29:41 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-12-07 02:29:41 +0000
commit794a222e2ad3fa4185dd52bc6dd077cf5ea3015f (patch)
tree3d757cfc5b493cb7479eecaa4ac520cc6efe19b5 /sys/arch/amd64/include
parent80ff4f801a83d1c8d2c5db8b71400aef0018941f (diff)
remove old and unused NetBSD specific cruft.
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/pci_machdep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/pci_machdep.h b/sys/arch/amd64/include/pci_machdep.h
index e7852418297..7d0c316e82a 100644
--- a/sys/arch/amd64/include/pci_machdep.h
+++ b/sys/arch/amd64/include/pci_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_machdep.h,v 1.1 2004/01/28 01:39:39 mickey Exp $ */
+/* $OpenBSD: pci_machdep.h,v 1.2 2004/12/07 02:29:40 brad Exp $ */
/* $NetBSD: pci_machdep.h,v 1.1 2003/02/26 21:26:11 fvdl Exp $ */
/*
@@ -94,9 +94,6 @@ void pci_intr_disestablish(pci_chipset_tag_t, void *);
void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
int *, int *, int *);
-#define pci_enumerate_bus(sc, m, p) \
- pci_enumerate_bus_generic((sc), (m), (p))
-
/*
* ALL OF THE FOLLOWING ARE MACHINE-DEPENDENT, AND SHOULD NOT BE USED
* BY PORTABLE CODE.