diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/adv_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/adw_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/auixp.c | 8 | ||||
-rw-r--r-- | sys/dev/pci/bha_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_dc_pci.c | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/pci/adv_pci.c b/sys/dev/pci/adv_pci.c index e820541cd24..a9440e76abd 100644 --- a/sys/dev/pci/adv_pci.c +++ b/sys/dev/pci/adv_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adv_pci.c,v 1.8 2005/09/11 18:17:08 mickey Exp $ */ +/* $OpenBSD: adv_pci.c,v 1.9 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: adv_pci.c,v 1.5 1998/09/26 15:52:55 dante Exp $ */ /* @@ -106,7 +106,7 @@ const struct pci_matchid adv_pci_devices[] = { /******************************************************************************/ /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int diff --git a/sys/dev/pci/adw_pci.c b/sys/dev/pci/adw_pci.c index 05c60b10315..85d3ab966ee 100644 --- a/sys/dev/pci/adw_pci.c +++ b/sys/dev/pci/adw_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adw_pci.c,v 1.13 2005/08/09 04:10:10 mickey Exp $ */ +/* $OpenBSD: adw_pci.c,v 1.14 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: adw_pci.c,v 1.7 2000/05/26 15:13:46 dante Exp $ */ /* @@ -94,7 +94,7 @@ const struct pci_matchid adw_pci_devices[] = { /******************************************************************************/ /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int diff --git a/sys/dev/pci/auixp.c b/sys/dev/pci/auixp.c index fcb5575c38f..2036ad3ebad 100644 --- a/sys/dev/pci/auixp.c +++ b/sys/dev/pci/auixp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auixp.c,v 1.7 2007/02/14 01:12:16 jsg Exp $ */ +/* $OpenBSD: auixp.c,v 1.8 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: auixp.c,v 1.9 2005/06/27 21:13:09 thorpej Exp $ */ /* @@ -805,7 +805,7 @@ auixp_allocate_dma_chain(struct auixp_softc *sc, struct auixp_dma **dmap) } -/* program dma chain in it's link address descriptor */ +/* program dma chain in its link address descriptor */ void auixp_program_dma_chain(struct auixp_softc *sc, struct auixp_dma *dma) { @@ -935,7 +935,7 @@ auixp_trigger_output(void *hdl, void *start, void *end, int blksize, } -/* halt output of audio, just disable it's dma and update bus state */ +/* halt output of audio, just disable its dma and update bus state */ int auixp_halt_output(void *hdl) { @@ -1010,7 +1010,7 @@ auixp_trigger_input(void *hdl, void *start, void *end, int blksize, } -/* halt sampling audio, just disable it's dma and update bus state */ +/* halt sampling audio, just disable its dma and update bus state */ int auixp_halt_input(void *hdl) { diff --git a/sys/dev/pci/bha_pci.c b/sys/dev/pci/bha_pci.c index a902ef2a8ce..480de2dc84d 100644 --- a/sys/dev/pci/bha_pci.c +++ b/sys/dev/pci/bha_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bha_pci.c,v 1.7 2005/08/09 04:10:10 mickey Exp $ */ +/* $OpenBSD: bha_pci.c,v 1.8 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: bha_pci.c,v 1.16 1998/08/15 10:10:53 mycroft Exp $ */ /*- @@ -70,7 +70,7 @@ const struct pci_matchid bha_pci_devices[] = { /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c index 40858d147e6..c3ede442b65 100644 --- a/sys/dev/pci/if_dc_pci.c +++ b/sys/dev/pci/if_dc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dc_pci.c,v 1.56 2007/02/13 10:38:00 jsg Exp $ */ +/* $OpenBSD: if_dc_pci.c,v 1.57 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -432,7 +432,7 @@ void dc_pci_attach(parent, self, aux) break; } if (found == 0) { - /* This shouldn't happen if probe has done it's job... */ + /* This shouldn't happen if probe has done its job... */ printf(": unknown device: %x:%x\n", PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id)); goto fail_2; |