summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-01-13 17:43:32 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-01-13 17:43:32 +0000
commit25a4774a7f5f0743694debde4fe7d9a2b3e8ff4c (patch)
treedd9b3f7534a3288346954f97b73e64600e923344
parent6c1ce39c4035cbc8de5760a822c69e56a5ccc94e (diff)
dont play with obio, this was very likely always wrong.
-rw-r--r--sys/arch/zaurus/zaurus/zaurus_lcd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/zaurus/zaurus/zaurus_lcd.c b/sys/arch/zaurus/zaurus/zaurus_lcd.c
index 3cdf05f1062..7339197f952 100644
--- a/sys/arch/zaurus/zaurus/zaurus_lcd.c
+++ b/sys/arch/zaurus/zaurus/zaurus_lcd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zaurus_lcd.c,v 1.8 2005/01/06 23:47:22 miod Exp $ */
+/* $OpenBSD: zaurus_lcd.c,v 1.9 2005/01/13 17:43:31 drahn Exp $ */
/* $NetBSD: lubbock_lcd.c,v 1.1 2003/08/09 19:38:53 bsh Exp $ */
/*
@@ -197,6 +197,7 @@ lcd_attach(struct device *parent, struct device *self, void *aux)
void
lcd_burner(void *v, u_int on, u_int flags)
{
+#if 0
struct obio_softc *osc =
(struct obio_softc *)((struct device *)v)->dv_parent;
uint16_t reg;
@@ -209,6 +210,7 @@ lcd_burner(void *v, u_int on, u_int flags)
reg &= ~MISCWR_LCDDISP;
bus_space_write_2(osc->sc_iot, osc->sc_obioreg_ioh,
LUBBOCK_MISCWR, reg);
+#endif
}
int