<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/ide, branch v2.6.13</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.13</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-08-18T20:30:35Z</updated>
<entry>
<title>[PATCH] serverworks: add support for new southbridge IDE</title>
<updated>2005-08-18T20:30:35Z</updated>
<author>
<name>Narendra Sankar</name>
<email>nsankar@broadcom.com</email>
</author>
<published>2005-08-18T20:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=84f57fbc724e3b56dc87c37dddac89f82cf75ef6'/>
<id>urn:sha1:84f57fbc724e3b56dc87c37dddac89f82cf75ef6</id>
<content type='text'>
BCM5785 (HT1000) is a Opteron Southbridge from Serverworks/Broadcom that
incorporates a single channel ATA100 IDE controller that is functionally
identical to the Serverworks CSB6 IDE controller.  This patch adds support
for the new PCI device ID and also the support for this controller.

Signed-off-by: Narendra Sankar &lt;nsankar@broadcom.com&gt;
Acked-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@elka.pw.edu.pl&gt;</content>
</entry>
<entry>
<title>[PATCH] ide: add support for Netcell Revolution to pci-ide generic driver</title>
<updated>2005-08-18T20:27:07Z</updated>
<author>
<name>Matt Gillette</name>
<email>matt.gillette@netcell.com</email>
</author>
<published>2005-08-18T20:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2f09a7f4af131bf23c013ead89373deba1c7593c'/>
<id>urn:sha1:2f09a7f4af131bf23c013ead89373deba1c7593c</id>
<content type='text'>
Adds support for Netcell Revolution to pci-ide generic driver by including
it in the list of devices matched.  Includes the Revolution in the list of
simplex devices forced into DMA mode.

Signed-off-by: Matt Gillette &lt;matt.gillette@netcell.com&gt;
Cc: Bartlomiej Zolnierkiewicz &lt;B.Zolnierkiewicz@elka.pw.edu.pl&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@elka.pw.edu.pl&gt;</content>
</entry>
<entry>
<title>[PATCH] ide: fix PCI_DEVIEC_ID_APPLE_UNI_N_ATA spelling</title>
<updated>2005-08-18T20:19:55Z</updated>
<author>
<name>Grant Coady</name>
<email>gcoady@gmail.com</email>
</author>
<published>2005-08-18T20:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b07e5eccaf512ae3209beae5cd2e3a27c92c300b'/>
<id>urn:sha1:b07e5eccaf512ae3209beae5cd2e3a27c92c300b</id>
<content type='text'>
Signed-off-by: Grant Coady &lt;gcoady@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@elka.pw.edu.pl&gt;</content>
</entry>
<entry>
<title>[PATCH] ide: fix the BLK_DEV_IDEDMA_PCI dependency for drivers/ide/ppc/pmac.c</title>
<updated>2005-08-18T20:13:44Z</updated>
<author>
<name>Juha-Matti Tapio</name>
<email>jmtapio@verkkotelakka.net</email>
</author>
<published>2005-08-18T20:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0ac72b351bdf29252e4181b07fa7feed8501b5d2'/>
<id>urn:sha1:0ac72b351bdf29252e4181b07fa7feed8501b5d2</id>
<content type='text'>
drivers/ide/ppc/pmac.c uses symbols ide_build_sglist,
__ide_dma_off_quietly, __ide_dma_on and __ide_dma_timeout when
CONFIG_BLK_DEV_IDEDMA_PMAC is defined. The declarations for these
symbols (in ide.h) depend on CONFIG_BLK_DEV_IDEDMA_PCI. There is a
missing dependency for this in drivers/ide/Kconfig which causes
drivers/ide/ppc/pmac.c to fail to build if CONFIG_BLK_DEV_IDEDMA_PMAC
is selected but CONFIG_BLK_DEV_IDEDMA_PCI is not.

Signed-off-by: Juha-Matti Tapio &lt;jmtapio@verkkotelakka.net&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@elka.pw.edu.pl&gt;</content>
</entry>
<entry>
<title>[PATCH] ide-floppy: fix IDEFLOPPY_TICKS_DELAY</title>
<updated>2005-08-18T20:09:21Z</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@elka.pw.edu.pl</email>
</author>
<published>2005-08-18T20:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c40d3d38a8f04fff4394c7323db239bce780db60'/>
<id>urn:sha1:c40d3d38a8f04fff4394c7323db239bce780db60</id>
<content type='text'>
* IDEFLOPPY_TICKS_DELAY assumed HZ == 100, fix it
* increase the delay to 50ms (to match comment in the code)

Thanks to Manfred Scherer &lt;manfred.scherer.mhm@t-online.de&gt;
for reporting the problem and testing the patch.

Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@elka.pw.edu.pl&gt;</content>
</entry>
<entry>
<title>[PATCH] Fix ide-disk.c oops caused by hwif == NULL</title>
<updated>2005-08-10T03:21:31Z</updated>
<author>
<name>Christoph Lameter</name>
<email>christoph@lameter.com</email>
</author>
<published>2005-08-10T02:59:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=86b3786078d63242d3194ffc58ae8dae1d1bbef3'/>
<id>urn:sha1:86b3786078d63242d3194ffc58ae8dae1d1bbef3</id>
<content type='text'>
1. Move hwif_to_node to ide.h

2. Use hwif_to_node in ide-disk.c

Signed-off-by: Christoph Lameter &lt;clameter@sgi.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] ide: fix kmalloc_node breakage in ide driver</title>
<updated>2005-08-04T20:00:53Z</updated>
<author>
<name>Ravikiran G Thirumalai</name>
<email>kiran@scalex86.org</email>
</author>
<published>2005-08-04T19:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=556e58febf90c8cb1da25669d0892bf5fd2ddac2'/>
<id>urn:sha1:556e58febf90c8cb1da25669d0892bf5fd2ddac2</id>
<content type='text'>
Patch fixes oops caused by ide interfaces not on pci.  pcibus_to_node
causes the kernel to crash otherwise.  Patch also adds a BUG_ON to check if
hwif is NULL.

Signed-off-by: Christoph Lameter &lt;christoph@lameter.com&gt;
Signed-off-by: Shai Fultheim &lt;shai@scalex86.org&gt;
Signed-off-by: Ravikiran Thirumalai &lt;kiran@scalex86.org&gt;
Cc: Andi Kleen &lt;ak@muc.de&gt;
Cc: Bartlomiej Zolnierkiewicz &lt;B.Zolnierkiewicz@elka.pw.edu.pl&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] pcmcia: defer ide-cs initialization after other IDE drivers started up</title>
<updated>2005-08-01T17:03:55Z</updated>
<author>
<name>Dominik Brodowski</name>
<email>linux@dominikbrodowski.net</email>
</author>
<published>2005-08-01T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2b8d4669376332a6819e21994a78ecd5502d3ebc'/>
<id>urn:sha1:2b8d4669376332a6819e21994a78ecd5502d3ebc</id>
<content type='text'>
Avoid registering PCMCIA CF cards before other IDE stuff. This means the risk
of /dev/hd* being re-ordered is lessened. The _sane_ thing to assert any
ordering is to use udev, nameif and so on, of course.

Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] pcmcia: fix many device IDs</title>
<updated>2005-07-28T15:39:00Z</updated>
<author>
<name>Komuro</name>
<email>komurojun-mbn@nifty.com</email>
</author>
<published>2005-07-28T08:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d277ad0eaa056c632707271192ec5896548f15d6'/>
<id>urn:sha1:d277ad0eaa056c632707271192ec5896548f15d6</id>
<content type='text'>
If the product-id-string contains the '+' , '&amp;' ,'_', it was not converted
properly from the /etc/pcmcia/config(pcmcia-cs config file).

Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] pcmcia: ide-cs id_table update</title>
<updated>2005-07-28T15:38:59Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2005-07-28T08:07:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=698e22c4bf7dad25d63f5c2ec6ca07047579c434'/>
<id>urn:sha1:698e22c4bf7dad25d63f5c2ec6ca07047579c434</id>
<content type='text'>
SanDisk ConnectPlus has two functions.  Function 0 is prism2 card, currently
only supported by HostAP (not in the kernel).  Function 1 is 128M flash,
supported by ide-cs.  This patch adds an entry for function 1 to ide-cs.c.

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
