diff options
Diffstat (limited to 'sys/arch/hppa64/dev/elroy.c')
-rw-r--r-- | sys/arch/hppa64/dev/elroy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa64/dev/elroy.c b/sys/arch/hppa64/dev/elroy.c index 36538cdfd00..e271b97fbcc 100644 --- a/sys/arch/hppa64/dev/elroy.c +++ b/sys/arch/hppa64/dev/elroy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elroy.c,v 1.2 2005/05/22 01:38:09 mickey Exp $ */ +/* $OpenBSD: elroy.c,v 1.3 2006/03/13 20:10:49 brad Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -1179,6 +1179,7 @@ letoh64(r->eio_base), letoh64(r->eio_mask)); pba.pba_memt = &sc->sc_memt; pba.pba_dmat = &sc->sc_dmatag; pba.pba_pc = &sc->sc_pc; + pba.pba_bridgetag = NULL; pba.pba_bus = 0; /* (letoh32(elroy_read32(&r->busnum)) & 0xff) >> 4; */ config_found(self, &pba, elroyprint); |