comment out: bus_space_write_2

This commit is contained in:
ichiro 2001-07-08 14:43:52 +00:00
parent 0e7c688b67
commit 320adf2df7
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sa11x0.c,v 1.15 2001/07/07 15:50:37 ichiro Exp $ */
/* $NetBSD: sa11x0.c,v 1.16 2001/07/08 14:43:52 ichiro Exp $ */
/*-
* Copyright (c) 2001, The NetBSD Foundation, Inc. All rights reserved.
@ -154,7 +154,9 @@ sa11x0_attach(parent, self, aux)
if (bus_space_map(sc->sc_iot, SAEGPIO_BASE, 1, 0, &sc->sc_egpioh))
panic("%s: unable to map Extended GPIO registers\n",
self->dv_xname);
bus_space_write_4(sc->sc_iot, sc->sc_egpioh, 0, EGPIO_INIT);
# if 0
bus_space_write_2(sc->sc_iot, sc->sc_egpioh, 0, EGPIO_INIT);
# endif
#endif
/* Map the PPC registers */