Include pio.h so that all those drivers that only include cpufunc.h

get the faster io macros/inline code rather than call the routines
in support.s

This whole area needs some going over.....
This commit is contained in:
Paul Richards 1994-09-15 17:55:47 +00:00
parent 3b8a29aebc
commit e69c40d865
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2804
2 changed files with 6 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: cpufunc.h,v 1.20 1994/09/02 04:12:16 davidg Exp $ * $Id: cpufunc.h,v 1.21 1994/09/15 16:27:12 paul Exp $
*/ */
/* /*
@ -46,6 +46,8 @@
#include <machine/spl.h> #include <machine/spl.h>
#include <machine/pio.h>
#ifdef __GNUC__ #ifdef __GNUC__
static inline int bdb(void) static inline int bdb(void)

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: cpufunc.h,v 1.20 1994/09/02 04:12:16 davidg Exp $ * $Id: cpufunc.h,v 1.21 1994/09/15 16:27:12 paul Exp $
*/ */
/* /*
@ -46,6 +46,8 @@
#include <machine/spl.h> #include <machine/spl.h>
#include <machine/pio.h>
#ifdef __GNUC__ #ifdef __GNUC__
static inline int bdb(void) static inline int bdb(void)