diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-06-28 02:43:24 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-06-28 02:43:24 +0000 |
commit | 309b62374809068e68d7b9b25b08f60d3a4cb5b8 (patch) | |
tree | 23a210106d6e4a2c0943f5ad4c594e3f534a0e04 /sys | |
parent | 2d00a0a9ecd2de8435e73158d51b0f207e9dee89 (diff) |
Oops, cut and pasted a bit too much.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/pci/ciavar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/pci/ciavar.h b/sys/arch/alpha/pci/ciavar.h index fba8d413408..a9b30a86a16 100644 --- a/sys/arch/alpha/pci/ciavar.h +++ b/sys/arch/alpha/pci/ciavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ciavar.h,v 1.7 1998/06/28 02:39:25 angelos Exp $ */ +/* $OpenBSD: ciavar.h,v 1.8 1998/06/28 02:43:23 angelos Exp $ */ /* $NetBSD: ciavar.h,v 1.6 1996/11/25 03:49:11 cgd Exp $ */ /* @@ -46,9 +46,6 @@ struct cia_config { u_int32_t cc_hae_mem; u_int32_t cc_hae_io; - u_int32_t cc_hae_mem; - u_int32_t cc_hae_io; - u_int32_t cc_rev; u_int32_t cc_cnfg; |