aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-21 18:17:56 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-21 18:17:56 +0000
commit868424648b892c919c3b875d767fa44cdf07aa15 (patch)
treefcf0af88bb220f6d7c192857b222f57974e3d5f9 /sys
parentb3673749c729b53cc486cc85fc9ebddfa1f890a3 (diff)
Notes
Diffstat (limited to 'sys')
-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 1190dab0835b..01bbb41c5b51 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];