From 7af5f89a60b2c01199275c6b9d0271c6bf342100 Mon Sep 17 00:00:00 2001 From: kato Date: Wed, 29 Mar 2000 03:15:22 +0000 Subject: Added indirect pio into the bus space stuff for the NEC PC-98. bus.h includes one of bus_at386.h and bus_pc98.h. Becuase only bus_pc98.h supports indirect pio and bus_at386.h is identical to old bus.h, there is no functional change in PC-AT's kernels. That is, it cannot cause performance loss. Submitted by: nyan Reviewed by: imp bde and luoqi provided useful comments for earlier version. --- sys/sys/bus_dma.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/sys/bus_dma.h') diff --git a/sys/sys/bus_dma.h b/sys/sys/bus_dma.h index 6617612..2dc6ecb 100644 --- a/sys/sys/bus_dma.h +++ b/sys/sys/bus_dma.h @@ -69,8 +69,8 @@ */ /* $FreeBSD$ */ -#ifndef _I386_BUS_H_ -#define _I386_BUS_H_ +#ifndef _I386_BUS_AT386_H_ +#define _I386_BUS_AT386_H_ #include @@ -1288,4 +1288,4 @@ void _bus_dmamap_unload(bus_dma_tag_t dmat, bus_dmamap_t map); if ((dmamap) != NULL) \ _bus_dmamap_unload(dmat, dmamap) -#endif /* _I386_BUS_H_ */ +#endif /* _I386_BUS_AT386_H_ */ -- cgit v1.1