summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-04-17 06:26:25 +0000
committerscottl <scottl@FreeBSD.org>2007-04-17 06:26:25 +0000
commit46e32eee32ff63f525942709fe5d7322352f1a9d (patch)
tree27921cfc4f9e8b58ec48c74db9e6854c5d538d81 /sys/dev/aic7xxx/aic7xxx.h
parent5e201c93e8ef6977dfe347629109a48522c9ba42 (diff)
downloadFreeBSD-src-46e32eee32ff63f525942709fe5d7322352f1a9d.zip
FreeBSD-src-46e32eee32ff63f525942709fe5d7322352f1a9d.tar.gz
Basic MPSAFE locking for the AHC and AHD drivers.
Diffstat (limited to 'sys/dev/aic7xxx/aic7xxx.h')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h
index 0ac10be..ac0bde2 100644
--- a/sys/dev/aic7xxx/aic7xxx.h
+++ b/sys/dev/aic7xxx/aic7xxx.h
@@ -597,6 +597,7 @@ struct scb {
struct ahc_dma_seg *sg_list;
bus_addr_t sg_list_phys;
u_int sg_count;/* How full ahc_dma_seg is */
+ aic_timer_t io_timer;
};
struct scb_data {
@@ -1224,7 +1225,6 @@ void ahc_pause_and_flushwork(struct ahc_softc *ahc);
int ahc_suspend(struct ahc_softc *ahc);
int ahc_resume(struct ahc_softc *ahc);
void ahc_softc_insert(struct ahc_softc *);
-struct ahc_softc *ahc_find_softc(struct ahc_softc *ahc);
void ahc_set_unit(struct ahc_softc *, int);
void ahc_set_name(struct ahc_softc *, char *);
void ahc_alloc_scbs(struct ahc_softc *ahc);
OpenPOWER on IntegriCloud