diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-06 06:35:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-06 06:35:03 +0000 |
commit | e07b2bbbe30ee6109139b221845e5b65f22aaa26 (patch) | |
tree | 9f54c0ec3cb664a269938cbade7ec0824d995db1 | |
parent | 50b2c0148f94dcfd654ffac0e1257f39f1ff0111 (diff) |
do not say duh to the cereal
-rw-r--r-- | sys/arch/hppa/gsc/com_gsc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/com_gsc.c b/sys/arch/hppa/gsc/com_gsc.c index b296c86119e..b884358e2fc 100644 --- a/sys/arch/hppa/gsc/com_gsc.c +++ b/sys/arch/hppa/gsc/com_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_gsc.c,v 1.12 2002/03/14 01:26:31 millert Exp $ */ +/* $OpenBSD: com_gsc.c,v 1.13 2002/06/06 06:35:02 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -94,7 +94,7 @@ com_gsc_attach(parent, self, aux) regs = (struct com_gsc_regs *)ga->ga_hpa; if (sc->sc_iobase != CONADDR) { - regs->reset = 0xd0; + /*regs->reset = 0xd0;*/ DELAY(1000); } |