diff options
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/cs4231var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cs4231var.h b/sys/arch/sparc/dev/cs4231var.h index c0dfa729d40..90ae2b26c42 100644 --- a/sys/arch/sparc/dev/cs4231var.h +++ b/sys/arch/sparc/dev/cs4231var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4231var.h,v 1.2 1999/06/07 20:58:22 jason Exp $ */ +/* $OpenBSD: cs4231var.h,v 1.3 2001/10/05 17:32:20 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -54,7 +54,6 @@ struct cs4231_softc { struct device sc_dev; /* base device */ struct sbusdev sc_sd; /* sbus device */ struct intrhand sc_hwih; /* hardware interrupt vectoring */ - struct intrhand sc_swih; /* software interrupt vectoring */ struct cs4231_regs *sc_regs; /* CS4231/APC registers */ struct evcnt sc_intrcnt; /* statistics */ int sc_node; /* which sbus node */ |