diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-08-16 14:07:26 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-08-16 14:07:26 +0000 |
| commit | cc11e361c33073843d5dcf6243aa05ff3899f8c8 (patch) | |
| tree | eec92d1615b80979df1c96b0e02ff661f93af7c7 /sys | |
| parent | 22531ffcefa5774ad6a481259187a8ed877ded82 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ppc/ppcreg.h | 6 | ||||
| -rw-r--r-- | sys/i386/isa/ppcreg.h | 6 | ||||
| -rw-r--r-- | sys/isa/ppcreg.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ppc/ppcreg.h b/sys/dev/ppc/ppcreg.h index 05a58dfc6de5..7ab6189e2436 100644 --- a/sys/dev/ppc/ppcreg.h +++ b/sys/dev/ppc/ppcreg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ppcreg.h,v 1.1 1997/08/14 14:01:36 msmith Exp $ * */ #ifndef __PPC_H @@ -45,11 +45,11 @@ * Generic structure to hold parallel port chipset info. */ struct ppc_data { - int ppc_unit; - int ppc_base; + int ppc_unit; int ppc_type; +#define ppc_base ppc_link.base #define ppc_mode ppc_link.mode #define ppc_epp ppc_link.epp_protocol #define ppc_irq ppc_link.id_irq diff --git a/sys/i386/isa/ppcreg.h b/sys/i386/isa/ppcreg.h index 05a58dfc6de5..7ab6189e2436 100644 --- a/sys/i386/isa/ppcreg.h +++ b/sys/i386/isa/ppcreg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ppcreg.h,v 1.1 1997/08/14 14:01:36 msmith Exp $ * */ #ifndef __PPC_H @@ -45,11 +45,11 @@ * Generic structure to hold parallel port chipset info. */ struct ppc_data { - int ppc_unit; - int ppc_base; + int ppc_unit; int ppc_type; +#define ppc_base ppc_link.base #define ppc_mode ppc_link.mode #define ppc_epp ppc_link.epp_protocol #define ppc_irq ppc_link.id_irq diff --git a/sys/isa/ppcreg.h b/sys/isa/ppcreg.h index 05a58dfc6de5..7ab6189e2436 100644 --- a/sys/isa/ppcreg.h +++ b/sys/isa/ppcreg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ppcreg.h,v 1.1 1997/08/14 14:01:36 msmith Exp $ * */ #ifndef __PPC_H @@ -45,11 +45,11 @@ * Generic structure to hold parallel port chipset info. */ struct ppc_data { - int ppc_unit; - int ppc_base; + int ppc_unit; int ppc_type; +#define ppc_base ppc_link.base #define ppc_mode ppc_link.mode #define ppc_epp ppc_link.epp_protocol #define ppc_irq ppc_link.id_irq |
