[patch] Add more device IDs for supporting ATI SB700 SATA contro ller completely

2007-07-12 Thread Henry Su
From: [EMAIL PROTECTED] The sata controller device ID will be different according to the onchip sata type setting in system BIOS: Device Device ID SATA in IDE mode 0x4390 SATA in AHCI mode

[patch] Add more device IDs for supporting ATI SB700 SATA contro ller completely

2007-07-12 Thread Henry Su
From: [EMAIL PROTECTED] The sata controller device ID will be different according to the onchip sata type setting in system BIOS: Device Device ID SATA in IDE mode 0x4390 SATA in AHCI mode

RE: [patch] Add the device IDs f or AMD/ATI SB700

2007-05-28 Thread Henry Su
Hi all, Since I am a junior linux developing engineer, I really appreciate that you tell me these informations, Thanks for your help! Brs, Henry -Original Message- From: Bartlomiej Zolnierkiewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 4:17 AM To: Jeff Garzik Cc: Henry Su

RE: [patch] Add the device IDs f or AMD/ATI SB700

2007-05-28 Thread Henry Su
Hi all, Since I am a junior linux developing engineer, I really appreciate that you tell me these informations, Thanks for your help! Brs, Henry -Original Message- From: Bartlomiej Zolnierkiewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 4:17 AM To: Jeff Garzik Cc: Henry Su

RE: [patch] Add the device IDs f or AMD/ATI SB700

2007-05-25 Thread Henry Su
, PCI_DEVICE_ID_ATI_IXP700_IDE), }, { }, }; -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 3:13 PM To: Henry Su Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re

RE: [patch] Add the device IDs f or AMD/ATI SB700

2007-05-25 Thread Henry Su
, PCI_DEVICE_ID_ATI_IXP700_IDE), }, { }, }; -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 3:13 PM To: Henry Su Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re

RE: [patch] Add the device IDs f or AMD/ATI SB700

2007-05-24 Thread Henry Su
are not necessary now. Thanks Henry -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 11:00 AM To: Henry Su Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [patch] Add

RE: [patch] Add the device IDs f or AMD/ATI SB700

2007-05-24 Thread Henry Su
are not necessary now. Thanks Henry -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 11:00 AM To: Henry Su Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [patch] Add

RE: [PATCH 4/4] Add the combined mode for ATI SB700

2007-05-16 Thread Henry Su
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 3:58 PM To: Henry Su Cc: Bartlomiej Zolnierkiewicz; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; gmail_ati Subject: Re: [PATCH 4/4] Add the combined mode for ATI SB700 Henry Su wrote: > From: [EMAIL PROTECTED] > Besides those modes

[PATCH 4/4] Add the combined mod e for ATI SB700

2007-05-16 Thread Henry Su
From: [EMAIL PROTECTED] Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one more mode:the combined mode. The combined mode is a Legacy IDE mode used for compatibility with some old OS without AHCI driver, but now it is not necessary for Linux since the kernel has supported

[PATCH 4/4] Add the combined mod e for ATI SB700

2007-05-16 Thread Henry Su
From: [EMAIL PROTECTED] Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one more mode:the combined mode. The combined mode is a Legacy IDE mode used for compatibility with some old OS without AHCI driver, but now it is not necessary for Linux since the kernel has supported

RE: [PATCH 4/4] Add the combined mode for ATI SB700

2007-05-16 Thread Henry Su
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 3:58 PM To: Henry Su Cc: Bartlomiej Zolnierkiewicz; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; gmail_ati Subject: Re: [PATCH 4/4] Add the combined mode for ATI SB700 Henry Su wrote: From: [EMAIL PROTECTED] Besides those modes in ATI

[patch] Add the device IDs for A MD/ATI SB700

2007-05-09 Thread Henry Su
From: [EMAIL PROTECTED] Adding the device ID for AMD/ATI SB700. Signed-off-by:henry su <[EMAIL PROTECTED]> -- --- linux-2.6.21.1.orig/include/linux/pci_ids.h 2007-05-10 06:30:23.0 +0800 +++ linux-2.6.21.1/include/linux/pci_ids.h 2007-05-10

[patch] Add the device IDs for A MD/ATI SB700

2007-05-09 Thread Henry Su
From: [EMAIL PROTECTED] Adding the device ID for AMD/ATI SB700. Signed-off-by:henry su [EMAIL PROTECTED] -- --- linux-2.6.21.1.orig/include/linux/pci_ids.h 2007-05-10 06:30:23.0 +0800 +++ linux-2.6.21.1/include/linux/pci_ids.h 2007-05-10

[patch]add the ATI SB700 SATA controller device id to AHCI pci table

2007-04-29 Thread Henry Su
From: [EMAIL PROTECTED] Adding the device ID to AHCI pci table for ATI SB700 SATA controller, the subsequent chipset of SB600. Signed-off-by:henry su<[EMAIL PROTECTED]> diff -Nur linux-2.6.21.orig/drivers/ata/ahci.c linux-2.6.21/drivers/ata/ahci.c ---

[patch] Add the combined mode for ATI SB700

2007-04-29 Thread Henry Su
From: [EMAIL PROTECTED] Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one more mode:the combined mode. \ The combined mode is a Legacy IDE mode used for compatibility with some old OS without AHCI driver, \ but now it is not necessary for Linux since the kernel has supported

[patch] Add the combined mode for ATI SB700

2007-04-29 Thread Henry Su
From: [EMAIL PROTECTED] Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one more mode:the combined mode. \ The combined mode is a Legacy IDE mode used for compatibility with some old OS without AHCI driver, \ but now it is not necessary for Linux since the kernel has supported

[patch]add the ATI SB700 SATA controller device id to AHCI pci table

2007-04-29 Thread Henry Su
From: [EMAIL PROTECTED] Adding the device ID to AHCI pci table for ATI SB700 SATA controller, the subsequent chipset of SB600. Signed-off-by:henry su[EMAIL PROTECTED] diff -Nur linux-2.6.21.orig/drivers/ata/ahci.c linux-2.6.21/drivers/ata/ahci.c ---