diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-10-28 18:47:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-10-28 18:47:14 +0000 |
commit | 346c9a889424d97c0103e55605fe5cd23a16b2bc (patch) | |
tree | d9831d94b838e56fd621c6bc80055019a6f29b30 | |
parent | 11cfbaccf067b989d124df3fc9de73fb9ae45375 (diff) |
wrong paste from lasi
-rw-r--r-- | sys/arch/hppa/dev/wax.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/wax.c b/sys/arch/hppa/dev/wax.c index 24f24830bf7..20c02907089 100644 --- a/sys/arch/hppa/dev/wax.c +++ b/sys/arch/hppa/dev/wax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wax.c,v 1.8 2004/09/15 20:11:28 mickey Exp $ */ +/* $OpenBSD: wax.c,v 1.9 2004/10/28 18:47:13 mickey Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -97,8 +97,7 @@ waxattach(parent, self, aux) bus_space_handle_t ioh; int s, in; - if (bus_space_map(ca->ca_iot, ca->ca_hpa + 0xc000, - IOMOD_HPASIZE, 0, &ioh)) { + if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh)) { printf(": can't map IO space\n"); return; } |