diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-10-12 06:03:46 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-10-12 06:03:46 +0000 |
| commit | 976b010645ac346df4ca903f7d880be7a2216f46 (patch) | |
| tree | 5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/dev/mpt | |
| parent | 88d3b17273cbd6223e89e8f574ef43aef59be90d (diff) | |
Notes
Diffstat (limited to 'sys/dev/mpt')
| -rw-r--r-- | sys/dev/mpt/mpt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 2cd6a2ff6863..38fab512fed0 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -1356,7 +1356,7 @@ mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd) len = (len + 3) >> 2; data32 = cmd; - /* Clear any left over pending doorbell interupts */ + /* Clear any left over pending doorbell interrupts */ if (MPT_DB_INTR(mpt_rd_intr(mpt))) mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); @@ -2095,7 +2095,7 @@ mpt_send_event_request(struct mpt_softc *mpt, int onoff) } /* - * Un-mask the interupts on the chip. + * Un-mask the interrupts on the chip. */ void mpt_enable_ints(struct mpt_softc *mpt) @@ -2105,7 +2105,7 @@ mpt_enable_ints(struct mpt_softc *mpt) } /* - * Mask the interupts on the chip. + * Mask the interrupts on the chip. */ void mpt_disable_ints(struct mpt_softc *mpt) |
