From: David Miller <davem@twiddle.net>
To: ultralinux@vger.kernel.org
Subject: Re: ide-scsi on sparc64...
Date: Sun, 18 Apr 1999 21:40:16 +0000 [thread overview]
Message-ID: <marc-linux-ultrasparc-92447167026602@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-92447134026461@msgid-missing>
--- drivers/scsi/ide-scsi.c.~1~ Mon Feb 22 11:36:13 1999
+++ drivers/scsi/ide-scsi.c Sun Apr 18 14:37:07 1999
@@ -67,7 +67,7 @@
int b_count; /* Bytes transferred from current entry */
Scsi_Cmnd *scsi_cmd; /* SCSI command */
void (*done)(Scsi_Cmnd *); /* Scsi completion routine */
- unsigned int flags; /* Status/Action flags */
+ unsigned long flags; /* Status/Action flags */
unsigned long timeout; /* Command timeout */
} idescsi_pc_t;
@@ -93,8 +93,8 @@
ide_drive_t *drive;
idescsi_pc_t *pc; /* Current packet command */
unsigned int flags; /* Status/Action flags */
- int transform; /* SCSI cmd translation layer */
- int log; /* log flags */
+ unsigned long transform; /* SCSI cmd translation layer */
+ unsigned long log; /* log flags */
} idescsi_scsi_t;
/*
next prev parent reply other threads:[~1999-04-18 21:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-04-18 21:34 ide-scsi on sparc64 Peter Jones
1999-04-18 21:40 ` David Miller [this message]
1999-04-18 22:20 ` Peter Jones
1999-04-18 22:26 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ultrasparc-92447167026602@msgid-missing \
--to=davem@twiddle.net \
--cc=ultralinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.