diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/ar5210.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/ar5211.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/ar5212.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/bha.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/dpt.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/iha.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/isp.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/isp_openbsd.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/isp_tpublic.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/ispvar.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/twereg.h | 4 |
12 files changed, 25 insertions, 25 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 456b55ece86..f19199915c3 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.37 2006/10/19 10:55:56 tom Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.38 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -1915,7 +1915,7 @@ ahd_handle_transmission_error(struct ahd_softc *ahd) * ignore a perfectly valid "unexpected busfree" * after our "initiator detected error" message is * sent. A busfree is the expected response after - * we tell the target that it's L_Q was corrupted. + * we tell the target that its L_Q was corrupted. * (SPI4R09 10.7.3.3.3) */ ahd_outb(ahd, LQCTL2, LQIRETRY); diff --git a/sys/dev/ic/ar5210.c b/sys/dev/ic/ar5210.c index 528576c63a0..6840669a704 100644 --- a/sys/dev/ic/ar5210.c +++ b/sys/dev/ic/ar5210.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5210.c,v 1.38 2007/03/12 01:04:52 reyk Exp $ */ +/* $OpenBSD: ar5210.c,v 1.39 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -200,7 +200,7 @@ ar5k_ar5210_attach(u_int16_t device, void *sc, bus_space_tag_t st, ar5k_ar5210_fill(hal); - /* Bring device out of sleep and reset it's units */ + /* Bring device out of sleep and reset its units */ if (ar5k_ar5210_nic_wakeup(hal, AH_FALSE, AH_TRUE) != AH_TRUE) return (NULL); diff --git a/sys/dev/ic/ar5211.c b/sys/dev/ic/ar5211.c index 443a63b0752..9ea1e4ccb09 100644 --- a/sys/dev/ic/ar5211.c +++ b/sys/dev/ic/ar5211.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5211.c,v 1.33 2007/03/12 01:04:52 reyk Exp $ */ +/* $OpenBSD: ar5211.c,v 1.34 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -203,7 +203,7 @@ ar5k_ar5211_attach(u_int16_t device, void *sc, bus_space_tag_t st, ar5k_ar5211_fill(hal); - /* Bring device out of sleep and reset it's units */ + /* Bring device out of sleep and reset its units */ if (ar5k_ar5211_nic_wakeup(hal, AR5K_INIT_MODE) != AH_TRUE) return (NULL); diff --git a/sys/dev/ic/ar5212.c b/sys/dev/ic/ar5212.c index 87a47163c9d..11988d7d3fd 100644 --- a/sys/dev/ic/ar5212.c +++ b/sys/dev/ic/ar5212.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5212.c,v 1.39 2007/03/12 01:04:52 reyk Exp $ */ +/* $OpenBSD: ar5212.c,v 1.40 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -200,7 +200,7 @@ ar5k_ar5212_attach(u_int16_t device, void *sc, bus_space_tag_t st, ar5k_ar5212_fill(hal); - /* Bring device out of sleep and reset it's units */ + /* Bring device out of sleep and reset its units */ if (ar5k_ar5212_nic_wakeup(hal, AR5K_INIT_MODE) != AH_TRUE) return (NULL); diff --git a/sys/dev/ic/bha.c b/sys/dev/ic/bha.c index 98d365f3553..c0fbdc9685b 100644 --- a/sys/dev/ic/bha.c +++ b/sys/dev/ic/bha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bha.c,v 1.9 2006/11/28 23:59:45 dlg Exp $ */ +/* $OpenBSD: bha.c,v 1.10 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: bha.c,v 1.27 1998/11/19 21:53:00 thorpej Exp $ */ #undef BHADEBUG @@ -866,7 +866,7 @@ bha_done(sc, ccb) } /* - * Find the board and find it's irq/drq + * Find the board and find its irq/drq */ int bha_find(iot, ioh, sc) diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c index 15056140ff6..f1a6c59dd0c 100644 --- a/sys/dev/ic/dpt.c +++ b/sys/dev/ic/dpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dpt.c,v 1.11 2005/12/03 16:53:16 krw Exp $ */ +/* $OpenBSD: dpt.c,v 1.12 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $ */ /*- @@ -430,7 +430,7 @@ dpt_init(sc, intrstr) /* * Our 'shutdownhook' to cleanly shut down the HBA. The HBA must flush - * all data from it's cache and mark array groups as clean. + * all data from its cache and mark array groups as clean. */ void dpt_shutdown(xxx_sc) diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index 0fad504aed1..50d01b3fd12 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iha.c,v 1.25 2005/12/03 16:53:16 krw Exp $ */ +/* $OpenBSD: iha.c,v 1.26 2007/04/10 17:47:55 miod Exp $ */ /*------------------------------------------------------------------------- * * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller. @@ -1127,7 +1127,7 @@ iha_data_over_run(pScb) } /* - * iha_next_state - process the current SCB as requested in it's + * iha_next_state - process the current SCB as requested in its * SCB_NxtStat member. */ int diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index ddf29d3d067..9aa32f59acd 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp.c,v 1.37 2006/05/31 23:25:27 krw Exp $ */ +/* $OpenBSD: isp.c,v 1.38 2007/04/10 17:47:55 miod Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -2254,7 +2254,7 @@ isp_scan_loop(struct ispsoftc *isp) continue; /* * We found this WWN elsewhere- it's changed - * loopids then. We don't change it's actual + * loopids then. We don't change its actual * position in our cached port database- we * just change the actual loop ID we'd use. */ @@ -5769,7 +5769,7 @@ isp_setdfltparm(struct ispsoftc *isp, int channel) /* * We default to Wide/Fast for versions less than a 1040 - * (unless it's SBus). + * (unless its SBus). */ if (IS_ULTRA3(isp)) { off = ISP_80M_SYNCPARMS >> 8; diff --git a/sys/dev/ic/isp_openbsd.c b/sys/dev/ic/isp_openbsd.c index 252e1e2df90..c89484d3993 100644 --- a/sys/dev/ic/isp_openbsd.c +++ b/sys/dev/ic/isp_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.c,v 1.29 2006/11/28 23:59:45 dlg Exp $ */ +/* $OpenBSD: isp_openbsd.c,v 1.30 2007/04/10 17:47:55 miod Exp $ */ /* * Platform (OpenBSD) dependent common attachment code for Qlogic adapters. * @@ -479,7 +479,7 @@ isp_wdog(void *arg) /* * We've decided this command is dead. Make sure we're not trying - * to kill a command that's already dead by getting it's handle and + * to kill a command that's already dead by getting its handle and * and seeing whether it's still alive. */ ISP_LOCK(isp); diff --git a/sys/dev/ic/isp_tpublic.h b/sys/dev/ic/isp_tpublic.h index 6780fca1ef7..7b2dcc743c7 100644 --- a/sys/dev/ic/isp_tpublic.h +++ b/sys/dev/ic/isp_tpublic.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_tpublic.h,v 1.8 2003/12/04 21:13:37 miod Exp $ */ +/* $OpenBSD: isp_tpublic.h,v 1.9 2007/04/10 17:47:55 miod Exp $ */ /* * Qlogic ISP Host Adapter Public Target Interface Structures && Routines *--------------------------------------- @@ -82,7 +82,7 @@ typedef struct { * * The cd_private tag should be used by the MD layer to keep a free list * of these structures. Code outside of this driver can then use this - * to identify it's own unit structures. That is, when not on the MD + * to identify its own unit structures. That is, when not on the MD * layer's freelist, the MD layer should shove into it the identifier * that the outer layer has for it- passed in on an initial QIN_HBA_REG * call (see below). diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h index 8b4e83495df..f5a79060800 100644 --- a/sys/dev/ic/ispvar.h +++ b/sys/dev/ic/ispvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispvar.h,v 1.22 2003/03/03 18:37:25 mjacob Exp $ */ +/* $OpenBSD: ispvar.h,v 1.23 2007/04/10 17:47:55 miod Exp $ */ /* * Soft Definitions for for Qlogic ISP SCSI adapters. * @@ -774,7 +774,7 @@ void isp_prt(struct ispsoftc *, int level, const char *, ...); #define ISP_LOGTDEBUG2 0x800 /* log all debug messages (target) */ /* - * Each Platform provides it's own isposinfo substructure of the ispsoftc + * Each Platform provides its own isposinfo substructure of the ispsoftc * defined above. * * Each platform must also provide the following macros/defines: diff --git a/sys/dev/ic/twereg.h b/sys/dev/ic/twereg.h index 48fc10df598..12e1e18ec57 100644 --- a/sys/dev/ic/twereg.h +++ b/sys/dev/ic/twereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: twereg.h,v 1.7 2003/06/02 19:24:22 mickey Exp $ */ +/* $OpenBSD: twereg.h,v 1.8 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -28,7 +28,7 @@ /* * most of the meaning for registers were taken from * freebsd driver, which in turn got 'em from linux. - * it seems those got 'em from windows driver, in it's turn. + * it seems those got 'em from windows driver, in turn. */ |