[PATCH] aic94xx: update BIOS image from user space.

2007-10-22 Thread Gilbert Wu
. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h --- a/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-10 17:13:55.0 -0700 +++ b/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-20 11:16:41.0

[PATCH] aic94xx: update BIOS image from user space.

2007-10-11 Thread Gilbert Wu
BIOS. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h --- a/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-10 17:13:55.0 -0700 +++ b/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-11 14:43:58.0

Re: [PATCH] aic94xx: update BIOS image from user space.

2007-10-11 Thread Gilbert Wu
Hi All, Sorry, This patch is still missing some whitepace. Please ignore this patch and I will resend it. Thanks! Gilbert On Thu, 2007-10-11 at 16:02 -0700, Gilbert Wu wrote: 1. Create a file update_bios in sysfs to allow user to update bios from user space. 2. The BIOS image file

[PATCH] aic94xx: update BIOS image from user space.

2007-10-11 Thread Gilbert Wu
BIOS. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h --- a/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-10 17:13:55.0 -0700 +++ b/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-11 18:38:58.0

[PATCH] aic94xx: update BIOS image from user space.

2007-10-10 Thread Gilbert Wu
or result of updating BIOS. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h --- a/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-10 17:13:55.0 -0700 +++ b/drivers/scsi/aic94xx/aic94xx_hwi.h2007

[PATCH] aic94xx: update BIOS image from user space.

2007-10-10 Thread Gilbert Wu
BIOS. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h --- a/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-10 17:13:55.0 -0700 +++ b/drivers/scsi/aic94xx/aic94xx_hwi.h2007-10-10 17:16

[PATCH] aic94xx: fix smartctl utility problem

2007-09-14 Thread Gilbert Wu
the command finished and it is no meaning for the caller. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_task.c b/drivers/scsi/aic94xx/aic94xx_task.c --- a/drivers/scsi/aic94xx/aic94xx_task.c 2007-09-13 04:46:00.0 -0700 +++ b/drivers/scsi

[PATCH] aic94xx: fix smartctl utility problem

2007-09-14 Thread Gilbert Wu
the command finished and it is no meaning for the caller. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_task.c b/drivers/scsi/aic94xx/aic94xx_task.c --- a/drivers/scsi/aic94xx/aic94xx_task.c 2007-09-13 04:46:00.0 -0700 +++ b/drivers/scsi/aic94xx

[PATCH] aic94xx: fix smartctl utility problem

2007-09-05 Thread Gilbert Wu
need ATA output register and turn on internal flag to enable firmware to return ATA output register to top layer. It also add new ATA commands to ata.h sush as ATA_CMD_CHK_MEDIA_TYPE and ATA_CMD_SMART. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_task.c

[PATCH] aic94xx: Add new PCI ID for ASC58300

2007-09-05 Thread Gilbert Wu
Add new HBA PCI ID (0x416) for ASC58300 which has eight port SAS and SATA PCI-X 133MHz low profile host bus adapter with two mini SAS 4x external connectors. Signed-off-by: Gilbert Wu [EMAIL PROTECTED] diff -urN a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h

[PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300.

2007-08-31 Thread Gilbert Wu
Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300. Contribution: Gilbert Wu [EMAIL PROTECTED] Patch: apply to aic94xx-sas-2.6.git development tree Signed-off-by: Gilbert Wu [EMAIL PROTECTED] Change Log: 1. Add new HBA PCI ID

[PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device

2007-08-31 Thread Gilbert Wu
Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to fix smartctl utility problem. Contribution: Gilbert Wu [EMAIL PROTECTED] Change Log: 1. Fixed the problem that smartctl -a /dev/some_sata_disk -d ata does not work on aic94xx device drive with SATA devices

Re: [PATCH] aic94xx: clean up PCI ID table per modern practice

2007-08-31 Thread Gilbert Wu
On Fri, 2007-08-31 at 14:15 -0400, Jeff Garzik wrote: Gilbert Wu wrote: Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300. Contribution: Gilbert Wu [EMAIL PROTECTED] Patch: apply to aic94xx-sas-2.6.git

Re: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device

2007-08-31 Thread Gilbert Wu
On Fri, 2007-08-31 at 14:27 -0400, Jeff Garzik wrote: Gilbert Wu wrote: Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to fix smartctl utility problem. Contribution: Gilbert Wu [EMAIL PROTECTED] Change Log: 1. Fixed the problem

Re: [PATCH] aic94xx: clean up PCI ID table per modern practice

2007-08-31 Thread Gilbert Wu
On Fri, 2007-08-31 at 17:57 -0400, Jeff Garzik wrote: Gilbert Wu wrote: On Fri, 2007-08-31 at 14:15 -0400, Jeff Garzik wrote: Gilbert Wu wrote: Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300. Contribution

Re: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device

2007-08-31 Thread Gilbert Wu
On Fri, 2007-08-31 at 17:31 -0400, Douglas Gilbert wrote: Gilbert Wu wrote: Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to fix smartctl utility problem. Contribution: Gilbert Wu [EMAIL PROTECTED] Change Log: 1. Fixed the problem