cvs commit: src/sys/dev/ata ata-pci.c

2007-10-26 Thread S�ren Schmidt
sos 2007-10-26 08:57:08 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Fix treating some modern chips (mem mapped) as legacy devices. Revision ChangesPath 1.122 +2 -1 src/sys/dev/ata/ata-pci.c

cvs commit: src/sys/dev/ata ata-pci.c

2006-02-09 Thread S�ren Schmidt
sos 2006-02-09 20:53:32 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Unbreak dump on legacy systems. Needs a more clean solution but that is more intrusive and can wait 'til after 6.1 Revision ChangesPath 1.115 +2 -1

cvs commit: src/sys/dev/ata ata-pci.c

2006-01-24 Thread S�ren Schmidt
sos 2006-01-24 12:34:56 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Do not test for DMA status on legacy ATA devices. This has the unfortunate side effect that legacy ATA controllers at irq14 and irq15 cannot share interrupts with

Re: cvs commit: src/sys/dev/ata ata-pci.c

2006-01-24 Thread John Baldwin
On Tuesday 24 January 2006 07:34, SXren Schmidt wrote: sos 2006-01-24 12:34:56 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Do not test for DMA status on legacy ATA devices. This has the unfortunate side effect that legacy ATA

Re: cvs commit: src/sys/dev/ata ata-pci.c

2006-01-24 Thread Søren Schmidt
On 1/24/06, John Baldwin [EMAIL PROTECTED] wrote: On Tuesday 24 January 2006 07:34, SXren Schmidt wrote: sos 2006-01-24 12:34:56 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Do not test for DMA status on legacy ATA devices.