summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips.h
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2003-09-11 23:30:28 +0000
committerps <ps@FreeBSD.org>2003-09-11 23:30:28 +0000
commit671348b0ff54db3e2b5c4fbfea1b55a5a05e055f (patch)
treeba75241dba6ebd29bdab85c3f42b15cb9860ec8e /sys/dev/ips/ips.h
parent49dd02f24778121c7cc0834ee7098d793db0a196 (diff)
downloadFreeBSD-src-671348b0ff54db3e2b5c4fbfea1b55a5a05e055f.zip
FreeBSD-src-671348b0ff54db3e2b5c4fbfea1b55a5a05e055f.tar.gz
Delay most of the adapter initilization until after interrupts are
enabled. Tested by: Richard Puga <puga@mauibuilt.com>
Diffstat (limited to 'sys/dev/ips/ips.h')
-rw-r--r--sys/dev/ips/ips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h
index 02d58c9..3d0f19a 100644
--- a/sys/dev/ips/ips.h
+++ b/sys/dev/ips/ips.h
@@ -343,6 +343,7 @@ typedef struct ips_wait_list{
typedef struct ips_softc{
struct resource * iores;
struct resource * irqres;
+ struct intr_config_hook ips_ich;
int configured;
int state;
int iotype;
OpenPOWER on IntegriCloud