summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-21 18:17:56 +0000
committerdg <dg@FreeBSD.org>1994-09-21 18:17:56 +0000
commitc6923fe4be63b0b6f601b941b1de9e4ebdd76636 (patch)
treefcf0af88bb220f6d7c192857b222f57974e3d5f9 /sys/i386
parent0517cc4a351d22e55a1eabdbc02760672f885e73 (diff)
downloadFreeBSD-src-c6923fe4be63b0b6f601b941b1de9e4ebdd76636.zip
FreeBSD-src-c6923fe4be63b0b6f601b941b1de9e4ebdd76636.tar.gz
Fixed up a couple of comments.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/aha1542.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 1190dab..01bbb41 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.33 1994/08/23 07:52:00 paul Exp $
+ * $Id: aha1542.c,v 1.34 1994/08/27 16:14:16 davidg Exp $
*/
/*
@@ -297,9 +297,9 @@ struct aha_data {
struct aha_mbx aha_mbx; /* all the mailboxes */
struct aha_ccb *aha_ccb_free; /* the next free ccb */
struct aha_ccb aha_ccb[AHA_MBX_SIZE]; /* all the CCBs */
- int aha_int; /* our irq level */
- int aha_dma; /* out DMA req channel */
- int aha_scsi_dev; /* our scsi bus address */
+ int aha_int; /* irq level */
+ int aha_dma; /* DMA req channel */
+ int aha_scsi_dev; /* scsi bus address */
struct scsi_link sc_link; /* prototype for subdevs */
} *ahadata[NAHA];
OpenPOWER on IntegriCloud