linux/drivers/scsi/pcmcia
Olof Johansson ecb8a8472f pcmcia: convert some internal-only ioaddr_t to unsigned int
Convert the io_req_t members to unsigned int, to allow use on machines with
more than 16 bits worth of IO ports (i.e.  secondary busses on ppc64, etc).

There was only a couple of places in drivers where a change was needed.  I
left printk formats alone (there are lots of %04x-style formats in there),
mostly to not change the format on the platforms that only have 16-bit io
addresses, but also because the padding doesn't really add all that much value
most of the time.

I found only one sprintf of an address, and upsized the string accordingly (I
doubt anyone will have anywhere near INT_MAX as irq value, but at least
there's room for it now).

Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Matthew Wilcox <matthew@wil.cx>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-05 09:44:08 -08:00
..
Kconfig [SCSI] fix pcmcia compile problem 2008-01-23 11:29:34 -06:00
Makefile
aha152x_core.c
aha152x_stub.c some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
fdomain_core.c
fdomain_stub.c pcmcia: convert some internal-only ioaddr_t to unsigned int 2008-02-05 09:44:08 -08:00
nsp_cs.c [SCSI] nsp_cs: convert to data accessors and !use_sg cleanup 2008-01-11 18:22:34 -06:00
nsp_cs.h [SG] Update drivers to use sg helpers 2007-10-22 21:19:53 +02:00
nsp_debug.c [SCSI] convert ninja driver to struct scsi_cmnd 2006-10-25 15:12:42 -07:00
nsp_io.h
nsp_message.c [SCSI] convert ninja driver to struct scsi_cmnd 2006-10-25 15:12:42 -07:00
qlogic_stub.c some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
sym53c500_cs.c [SCSI] remove use_sg_chaining 2008-01-30 13:14:02 -06:00