summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sisreg.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-09-05 22:33:44 +0000
committersam <sam@FreeBSD.org>2003-09-05 22:33:44 +0000
commit617e17d9977073443c46b78caadfdd065ab29ab6 (patch)
tree308effd22fb67351efe44a145a7a0a9a6dc593e2 /sys/pci/if_sisreg.h
parent61e32060ebe88a1fcc239db7013c06647fbee902 (diff)
downloadFreeBSD-src-617e17d9977073443c46b78caadfdd065ab29ab6.zip
FreeBSD-src-617e17d9977073443c46b78caadfdd065ab29ab6.tar.gz
change timer to MPSAFE
Sponsored by: FreeBSD Foundation
Diffstat (limited to 'sys/pci/if_sisreg.h')
-rw-r--r--sys/pci/if_sisreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index fa51a6f..daccbb1 100644
--- a/sys/pci/if_sisreg.h
+++ b/sys/pci/if_sisreg.h
@@ -469,7 +469,7 @@ struct sis_softc {
bus_dma_tag_t sis_parent_tag;
bus_dma_tag_t sis_tag;
struct sis_ring_data sis_cdata;
- struct callout_handle sis_stat_ch;
+ struct callout sis_stat_ch;
#ifdef DEVICE_POLLING
int rxcycles;
#endif
OpenPOWER on IntegriCloud