diff options
| author | jonathan <jonathan@NetBSD.org> | 1997-09-01 08:09:28 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 1997-09-01 08:09:28 +0000 |
| commit | f6914cd0c8ee24345fde9e560465546f0ea0ed9e (patch) | |
| tree | de8f65d96971038e0f6448d2af66125e37032095 /sys/dev/tc | |
| parent | 034f64c0dabeda560a378a9a63bf50562a0dbf19 (diff) | |
Remove '#ifdef alpha' around bus_space_tag_t uses and includes.
Diffstat (limited to 'sys/dev/tc')
| -rw-r--r-- | sys/dev/tc/tcvar.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/tc/tcvar.h b/sys/dev/tc/tcvar.h index c78f6bddb97..324c1231e66 100644 --- a/sys/dev/tc/tcvar.h +++ b/sys/dev/tc/tcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcvar.h,v 1.8 1997/07/17 01:12:42 jtk Exp $ */ +/* $NetBSD: tcvar.h,v 1.9 1997/09/01 08:09:28 jonathan Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -34,9 +34,7 @@ * Definitions for TurboChannel autoconfiguration. */ -#ifdef __alpha__ /* XXX pmax does not yet have machine/bus.h */ #include <machine/bus.h> -#endif #include <dev/tc/tcreg.h> /* @@ -91,9 +89,7 @@ typedef enum { */ struct tcbus_attach_args { char *tba_busname; /* XXX should be common */ -#ifdef __alpha__ /* XXX */ bus_space_tag_t tba_memt; -#endif /* Bus information */ u_int tba_speed; /* see TC_SPEED_* below */ @@ -113,9 +109,7 @@ struct tcbus_attach_args { * Arguments used to attach TurboChannel devices. */ struct tc_attach_args { -#ifdef __alpha__ /* XXX */ bus_space_tag_t ta_memt; -#endif char ta_modname[TC_ROM_LLEN+1]; u_int ta_slot; |
