- 22 Feb, 2003 5 commits
-
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5
-
James Bottomley authored
-
James Bottomley authored
-
James Bottomley authored
-
James Bottomley authored
-
- 21 Feb, 2003 7 commits
-
-
Christoph Hellwig authored
-
Christoph Hellwig authored
This patch moves over printing of the various struct Scsi_Host attributes from procfs functions in the sg driver to sysfs. Not only is this the much more logical place for them, but with some more work on the pcmcia drivers this will allow us to make scsi_host_get_next() private to the midlayer for implementing refcounting and cleaning up locking in that area.
-
Christoph Hellwig authored
-
Brian Gerst authored
Do the test for -falign-xxx vs. -malign-xxx only once.
-
Brian Gerst authored
Kill unused variable.
-
Brian Gerst authored
Removes the now unused trap handler for double faults. Also removes the never used handler for fpu not available.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 22 Feb, 2003 3 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 21 Feb, 2003 25 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Brian Gerst authored
Changes in the config system have obsoleted these files.
-
Brian Gerst authored
Moves the #ifdef into the function to improve readability.
-
James Bottomley authored
-
bk://linux-bt.bkbits.net/bt-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Christoph Hellwig authored
-
Brian Gerst authored
Use list_for_each_entry() instead of open code.
-
Brian Gerst authored
Convert fs/bio.c and fs/jfs/jfs_metapage.c to use the mempool_alloc_slab and mempool_free_slab helper functions.
-
Andrew Morton authored
fix two tpyos
-
Jeff Garzik authored
dledford is my cube-mate, and always recommends that I enable this, so... ===== drivers/scsi/Kconfig 1.14 vs edited =====
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
bk://linux-pnp.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Stelian Pop authored
This makes use of 'check_gcc' facility when compiling for a Crusoe processor in order to choose the correct -falign or -malign compiler flags.
-
Stelian Pop authored
This adds suspend/resume capabilities to the meye driver.
-
Stelian Pop authored
This makes the sonypi driver forward the VAIO jog-dial events directly to the input subsystem as mouse wheel events. This way one is not required anymore to have an external daemon polling /dev/sonypi if interested only in jogdial events.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
In most cases the fix is to add an struct module * member to the operations vector instead and manipulate the refcounts in the callers context. For the ALSA cases it was completly superflous (when will people get it that using an exported symbol will make it's module unloadable?..)
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
-
Douglas Gilbert authored
Attached is an update for this document following on from the changes that Christoph made around bk2 (changing scsi_set_pci_device() to scsi_set_device() ).
-
Christoph Hellwig authored
(1) don't include eata_dma_proc.h - it's gone and we don't need it (2) remove eata_pio_proc.c - it's #included in the main source file, so the functions can be there aswell (3) move host template away from eata_pio.h ===== drivers/scsi/eata_pio.c 1.4 vs edited =====
-
Christoph Hellwig authored
we should be using module_put really, __MOD_DEC_USE_COUNT will die soon
-
Christoph Hellwig authored
Move the host template to the actual source file and get rid of wd7000.h
-
Christoph Hellwig authored
The NEC one is from the PC98 folks, the Sun one from feral's isp driver
-
Christoph Hellwig authored
.. and unwind properly to avoid leaks
-