diff options
Diffstat (limited to 'sys')
-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); } |