From 7a48c6d4eaa5dd48a7c8601dbbd02c2405fea1c1 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sat, 8 Oct 2005 22:36:54 +0000 Subject: aac_intr0 rotted long ago, remove it. --- sys/dev/aac/aac_debug.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 699f62b6f5089..4717ef7f25ca8 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 @@ -152,19 +151,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 */ -- cgit v1.3