summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-10-08 22:36:54 +0000
committerscottl <scottl@FreeBSD.org>2005-10-08 22:36:54 +0000
commit802eb3657850aaf314aad7cdd3bd69c3918f15d4 (patch)
tree8e35114b7e83e5a50f018ca2b3bd4e52192c8f95 /sys/dev/aac
parentc66d4a275dc70f30fdb0f3697319a06b3d5ef604 (diff)
downloadFreeBSD-src-802eb3657850aaf314aad7cdd3bd69c3918f15d4.zip
FreeBSD-src-802eb3657850aaf314aad7cdd3bd69c3918f15d4.tar.gz
aac_intr0 rotted long ago, remove it.
Diffstat (limited to 'sys/dev/aac')
-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 699f62b..4717ef7 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
OpenPOWER on IntegriCloud