diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-17 06:28:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-17 06:28:17 +0000 |
commit | 7900a5df2fed82cd46042f63331bbaa81724620b (patch) | |
tree | dfa1c0f3237f419b6158cda91ef6ec5d26353c78 /sys | |
parent | 8fe2ad4e8a437e7b39c0f39202f04df20bd2564a (diff) |
break the attaching intentionally until i figure put how to screw the dev/ic/com.c enough to do this attachment for hppa port
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 743f1f8f334..7f64a64487f 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.5 1999/08/16 02:48:39 mickey Exp $ */ +/* $OpenBSD: com_gsc.c,v 1.6 1999/12/17 06:28:16 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -92,7 +92,7 @@ com_gsc_attach(parent, self, aux) DELAY(1000); #endif - com_attach_subr(sc); + /* com_attach_subr(sc); TODO */ sc->sc_ih = gsc_intr_establish((struct gsc_softc *)parent, IPL_TTY, ga->ga_irq, comintr, sc, &sc->sc_dev); |