summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-10-08 22:36:54 +0000
committerScott Long <scottl@FreeBSD.org>2005-10-08 22:36:54 +0000
commit7a48c6d4eaa5dd48a7c8601dbbd02c2405fea1c1 (patch)
tree8e35114b7e83e5a50f018ca2b3bd4e52192c8f95
parent3803b26bae126d6ada2713be859da03c75576477 (diff)
Notes
-rw-r--r--sys/dev/aac/aac_debug.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c
index 699f62b6f508..4717ef7f25ca 100644
--- a/sys/dev/aac/aac_debug.c
+++ b/sys/dev/aac/aac_debug.c
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#ifdef AAC_DEBUG
void aac_printstate0(void);
-void aac_intr0(void);
/*
* Dump the command queue indices
@@ -153,19 +152,6 @@ aac_printstate0(void)
}
/*
- * simulate an interrupt for controller 0
- */
-void
-aac_intr0(void)
-{
- struct aac_softc *sc;
-
- sc = devclass_get_softc(devclass_find("aac"), 0);
-
- aac_intr(sc);
-}
-
-/*
* Panic in a slightly informative fashion
*/
void