From: "Justin T. Gibbs" <gibbs@scsiguy.com>
To: dougg@torque.net, linux-kernel@vger.kernel.org
Subject: Re: Adaptec driver build noise in 2.5.64
Date: Mon, 10 Mar 2003 17:44:03 -0700 [thread overview]
Message-ID: <682920000.1047343443@aslan.btc.adaptec.com> (raw)
In-Reply-To: <679190000.1047343047@aslan.btc.adaptec.com>
[ Moved to linux-kernel as this is not a SCSI specific issue ]
[ Subject changed to avoid x x x spam filter at kernel.org <sigh> ]
> In 2.5.64 (+ .63 + .64bk3) at the end of a 'make bzImage'
> I see:
>
> ....
> make -rR -f scripts/Makefile.modpost
> scripts/modpost vmlinux drivers/scsi/advansys.o ...
> ... fs/vfat/vfat.o lib/zlib_deflate/zlib_deflate.o
> *** Warning: Can't handle class_mask in
> drivers/scsi/aic7xxx/aic79xx:FFFF00
> *** Warning: Can't handle class_mask in
> drivers/scsi/aic7xxx/aic7xxx:FFFF00
> *** Warning: Can't handle class_mask in
> drivers/scsi/aic7xxx/aic7xxx:FFFF00
The mask is correct. The tool not groking it is broken.
In otherwords, the class is only 16bits and it is offset by
8 bits into the class variable in the pci device. I could
switch to using ~0 and things will probably just work, but
why have a mask at all if it must be "all bits set" in order
for the tools to not complain?
--
Justin
next prev parent reply other threads:[~2003-03-11 0:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-09 7:04 aic7xxx build noise in 2.5.64 Douglas Gilbert
[not found] ` <679190000.1047343047@aslan.btc.adaptec.com>
2003-03-11 0:44 ` Justin T. Gibbs [this message]
2003-03-11 11:08 ` Adaptec driver " Matti Aarnio
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=682920000.1047343443@aslan.btc.adaptec.com \
--to=gibbs@scsiguy.com \
--cc=dougg@torque.net \
--cc=linux-kernel@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.