diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ncr5380var.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/ncr53c9xvar.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h index 5c9ac97b844..280ca090477 100644 --- a/sys/dev/ic/ncr5380var.h +++ b/sys/dev/ic/ncr5380var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380var.h,v 1.8 2002/03/14 01:26:55 millert Exp $ */ +/* $OpenBSD: ncr5380var.h,v 1.9 2003/02/24 00:41:51 miod Exp $ */ /* $NetBSD: ncr5380var.h,v 1.6 1996/05/10 18:04:06 gwr Exp $ */ /* @@ -41,7 +41,7 @@ #define SCI_CLR_INTR(sc) (*(sc)->sci_iack) #define SCI_BUSY(sc) (*sc->sci_bus_csr & SCI_BUS_BSY) -/* These are NOT artibtrary, but map to bits in sci_tcmd */ +/* These are NOT arbitrary, but map to bits in sci_tcmd */ #define PHASE_DATA_OUT 0x0 #define PHASE_DATA_IN 0x1 #define PHASE_COMMAND 0x2 diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h index c9ded10ee5a..8b9b02f11a4 100644 --- a/sys/dev/ic/ncr53c9xvar.h +++ b/sys/dev/ic/ncr53c9xvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53c9xvar.h,v 1.10 2002/03/14 01:26:55 millert Exp $ */ +/* $OpenBSD: ncr53c9xvar.h,v 1.11 2003/02/24 00:41:51 miod Exp $ */ /* $NetBSD: ncr53c9xvar.h,v 1.13 1998/05/26 23:17:34 thorpej Exp $ */ /*- @@ -270,7 +270,7 @@ struct ncr53c9x_softc { struct evcnt sc_intrcnt; /* intr count */ struct timeout sc_watchdog; /* periodic timer */ - struct scsi_link sc_link; /* scsi lint struct */ + struct scsi_link sc_link; /* scsi link struct */ struct ncr53c9x_glue *sc_glue; /* glue to MD code */ |