summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/bus_pio.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-12 02:44:37 +0000
committerpeter <peter@FreeBSD.org>2003-05-12 02:44:37 +0000
commit0cfa424a1b7fa54e27d45d7f940f926cf176d926 (patch)
treeb3060ae99b0e8dc3a0e8971716248f0b47146c86 /sys/amd64/include/bus_pio.h
parent002e3de30f346b1a00a774260bbd088259e6aecb (diff)
downloadFreeBSD-src-0cfa424a1b7fa54e27d45d7f940f926cf176d926.zip
FreeBSD-src-0cfa424a1b7fa54e27d45d7f940f926cf176d926.tar.gz
AMD64 physical space is much larger than i386, de-i386 the bus_space and
bus_dma MD code for AMD64. (And a trivial ifdef update in dev/kbd because of this). More updates are needed here to take advantage of the 64 bit instructions. Approved by: re (blanket amd64/*)
Diffstat (limited to 'sys/amd64/include/bus_pio.h')
-rw-r--r--sys/amd64/include/bus_pio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/bus_pio.h b/sys/amd64/include/bus_pio.h
index 8742dd1..87aeebe 100644
--- a/sys/amd64/include/bus_pio.h
+++ b/sys/amd64/include/bus_pio.h
@@ -26,6 +26,6 @@
* $FreeBSD$
*/
-#ifndef _I386_BUS_PIO_H_
-#define _I386_BUS_PIO_H_
-#endif /* _I386_BUS_PIO_H_ */
+#ifndef _AMD64_BUS_PIO_H_
+#define _AMD64_BUS_PIO_H_
+#endif /* _AMD64_BUS_PIO_H_ */
OpenPOWER on IntegriCloud