summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohcivar.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-10-25 15:05:59 +0000
committersimokawa <simokawa@FreeBSD.org>2003-10-25 15:05:59 +0000
commite7ca1c45525f573e36727f7c4626f584f01c2427 (patch)
tree0659896039a7285c30c840a888e66d0fe4bb21f0 /sys/dev/firewire/fwohcivar.h
parentff63cdda69f9695ba5a58ea0660f454edf3103f7 (diff)
downloadFreeBSD-src-e7ca1c45525f573e36727f7c4626f584f01c2427.zip
FreeBSD-src-e7ca1c45525f573e36727f7c4626f584f01c2427.tar.gz
Fix fwmem_strategy() race in 4-stable.
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
-rw-r--r--sys/dev/firewire/fwohcivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h
index 92b679b..9a9fbd8 100644
--- a/sys/dev/firewire/fwohcivar.h
+++ b/sys/dev/firewire/fwohcivar.h
@@ -51,6 +51,7 @@ typedef struct fwohci_softc {
void *ih;
#if __FreeBSD_version < 500000
void *ih_cam;
+ void *ih_bio;
#endif
struct resource *bsr;
struct resource *irq_res;
OpenPOWER on IntegriCloud