summaryrefslogtreecommitdiff
path: root/sys/dev/tc/tcdsreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tc/tcdsreg.h')
-rw-r--r--sys/dev/tc/tcdsreg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/tc/tcdsreg.h b/sys/dev/tc/tcdsreg.h
index e402f4db8e1..6fc4040795b 100644
--- a/sys/dev/tc/tcdsreg.h
+++ b/sys/dev/tc/tcdsreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcdsreg.h,v 1.2 2007/05/25 21:27:16 krw Exp $ */
+/* $OpenBSD: tcdsreg.h,v 1.3 2007/05/26 00:36:03 krw Exp $ */
/* $NetBSD: tcdsreg.h,v 1.1 2000/07/04 02:22:20 nisimura Exp $ */
/*
@@ -138,7 +138,7 @@ void tcds_scsi_reset(int);
* Start of MACH #defines, minimal changes to port to NetBSD.
*
* The following register is the SCSI control interrupt register. It
- * starts, stops and resets scsi DMA. It takes over the SCSI funtions
+ * starts, stops and resets scsi DMA. It takes over the SCSI functions
* that were handled by the ASIC on the 3min.
*/
#define KN15AA_SYS_SCSI 0x1d0000000
@@ -198,14 +198,14 @@ void tcds_scsi_reset(int);
#define KN15AA_REG_SCSI_IMER (KN15AA_SYS_SCSI + 0x80008)
-/* these are the bits that were unalligned at the beginning of the dma */
+/* these are the bits that were unaligned at the beginning of the dma */
#define KN15AA_REG_SCSI_DUDB0 (KN15AA_SYS_SCSI + 0x82010)
#define KN15AA_REG_SCSI_DUDB1 (KN15AA_SYS_SCSI + 0x82210)
# define SCSI_DUDB_MASK01 0x00000001 /* Mask bit for byte[01] */
# define SCSI_DUDB_MASK10 0x00000002 /* Mask bit for byte[10] */
# define SCSI_DUDB_MASK11 0x00000004 /* Mask bit for byte[11] */
-/* these are the bits that were unalligned at the end of the dma */
+/* these are the bits that were unaligned at the end of the dma */
#define KN15AA_REG_SCSI_DUDE0 (KN15AA_SYS_SCSI + 0x82018)
#define KN15AA_REG_SCSI_DUDE1 (KN15AA_SYS_SCSI + 0x82218)
# define SCSI_DUDE_MASK00 0x1000000 /* Mask bit for byte[00] */