diff options
Diffstat (limited to 'sys/arch/sparc/dev/ts102.c')
-rw-r--r-- | sys/arch/sparc/dev/ts102.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/ts102.c b/sys/arch/sparc/dev/ts102.c index 0655961449f..5aeb3dd00c2 100644 --- a/sys/arch/sparc/dev/ts102.c +++ b/sys/arch/sparc/dev/ts102.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts102.c,v 1.16 2005/11/23 11:39:36 mickey Exp $ */ +/* $OpenBSD: ts102.c,v 1.17 2006/06/02 20:00:54 miod Exp $ */ /* * Copyright (c) 2003, 2004, Miodrag Vallat. * @@ -121,7 +121,6 @@ struct tslot_data { struct tslot_softc { struct device sc_dev; - struct sbusdev sc_sd; struct intrhand sc_ih; @@ -247,8 +246,6 @@ tslot_attach(struct device *parent, struct device *self, void *args) intr_establish(ra->ra_intr[0].int_pri, &sc->sc_ih, -1, self->dv_xname); printf(" pri %d", ra->ra_intr[0].int_pri); - sbus_establish(&sc->sc_sd, self); - printf(": %d slots\n", TS102_NUM_SLOTS); /* |