* [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300.
@ 2007-08-31 17:59 Gilbert Wu
2007-08-31 18:15 ` [PATCH] aic94xx: clean up PCI ID table per modern practice Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Gilbert Wu @ 2007-08-31 17:59 UTC (permalink / raw)
To: linux-scsi
Subject: [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device
driver to add new PCI ID for HBA ASC58300.
Contribution:
Gilbert Wu <gilbert_wu@adaptec.com>
Patch: apply to aic94xx-sas-2.6.git development tree
Signed-off-by: Gilbert Wu <gilbert_wu@adaptec.com>
Change Log:
1. Add new HBA PCI ID for ASC58300 which has eight port SAS and
SATA PCI-X 133MHz low profile host bus adapter with two mini SAS
4x external connectors.
diff -urN old/drivers/scsi/aic94xx/aic94xx_hwi.h
new/drivers/scsi/aic94xx/aic94xx_hwi.h
--- old/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:21.000000000 -0700
+++ new/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:02.000000000 -0700
@@ -45,6 +45,7 @@
*/
#define PCI_DEVICE_ID_ADAPTEC2_RAZOR10 0x410
#define PCI_DEVICE_ID_ADAPTEC2_RAZOR12 0x412
+#define PCI_DEVICE_ID_ADAPTEC2_RAZOR16 0x416
#define PCI_DEVICE_ID_ADAPTEC2_RAZOR1E 0x41E
#define PCI_DEVICE_ID_ADAPTEC2_RAZOR1F 0x41F
#define PCI_DEVICE_ID_ADAPTEC2_RAZOR30 0x430
diff -urN old/drivers/scsi/aic94xx/aic94xx_init.c new/drivers/scsi/aic94xx/aic94xx_init.c
--- old/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:34:18.000000000 -0700
+++ new/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:33:59.000000000 -0700
@@ -835,6 +835,8 @@
0, 0, 1},
{PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR12),
0, 0, 1},
+ {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR16),
+ 0, 0, 1},
{PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1E),
0, 0, 1},
{PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1F),
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] aic94xx: clean up PCI ID table per modern practice
2007-08-31 17:59 [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300 Gilbert Wu
@ 2007-08-31 18:15 ` Jeff Garzik
2007-08-31 21:14 ` Gilbert Wu
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2007-08-31 18:15 UTC (permalink / raw)
To: Gilbert Wu; +Cc: linux-scsi
[-- Attachment #1: Type: text/plain, Size: 2104 bytes --]
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 <gilbert_wu@adaptec.com>
>
>
> Patch: apply to aic94xx-sas-2.6.git development tree
>
> Signed-off-by: Gilbert Wu <gilbert_wu@adaptec.com>
>
> Change Log:
>
> 1. Add new HBA PCI ID for ASC58300 which has eight port SAS and
> SATA PCI-X 133MHz low profile host bus adapter with two mini SAS
> 4x external connectors.
>
>
>
> diff -urN old/drivers/scsi/aic94xx/aic94xx_hwi.h
> new/drivers/scsi/aic94xx/aic94xx_hwi.h
> --- old/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:21.000000000 -0700
> +++ new/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:02.000000000 -0700
> @@ -45,6 +45,7 @@
> */
> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR10 0x410
> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR12 0x412
> +#define PCI_DEVICE_ID_ADAPTEC2_RAZOR16 0x416
> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1E 0x41E
> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1F 0x41F
> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR30 0x430
> diff -urN old/drivers/scsi/aic94xx/aic94xx_init.c new/drivers/scsi/aic94xx/aic94xx_init.c
> --- old/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:34:18.000000000 -0700
> +++ new/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:33:59.000000000 -0700
> @@ -835,6 +835,8 @@
> 0, 0, 1},
> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR12),
> 0, 0, 1},
> + {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR16),
> + 0, 0, 1},
> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1E),
> 0, 0, 1},
> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1F),
ACK, but, really we need to delete all of PCI_DEVICE_ID_ADAPTEC2_* and
replace them with the numeric (hex) constants, since they are only used
in a single location.
The PCI device table in aic94xx_init should really look like... (see
attached)
Much shorter, more maintainable, doesn't require patching the
heavily-patched include/linux/pci_ids.h for single-use constants.
Jeff
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 2327 bytes --]
diff --git a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h
index c6c3d18..491e5d8 100644
--- a/drivers/scsi/aic94xx/aic94xx_hwi.h
+++ b/drivers/scsi/aic94xx/aic94xx_hwi.h
@@ -40,18 +40,6 @@
#define ASD_MAX_PHYS 8
#define ASD_PCBA_SN_SIZE 12
-/* Those are to be further named properly, the "RAZORx" part, and
- * subsequently included in include/linux/pci_ids.h.
- */
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR10 0x410
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR12 0x412
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR1E 0x41E
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR1F 0x41F
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR30 0x430
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR32 0x432
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR3E 0x43E
-#define PCI_DEVICE_ID_ADAPTEC2_RAZOR3F 0x43F
-
struct asd_ha_addrspace {
void __iomem *addr;
unsigned long start; /* pci resource start */
diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c
index 63bcde2..56ed89c 100644
--- a/drivers/scsi/aic94xx/aic94xx_init.c
+++ b/drivers/scsi/aic94xx/aic94xx_init.c
@@ -829,23 +829,16 @@ static struct sas_domain_function_template aic94xx_transport_functions = {
};
static const struct pci_device_id aic94xx_pci_table[] __devinitdata = {
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR10),
- 0, 0, 1},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR12),
- 0, 0, 1},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1E),
- 0, 0, 1},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1F),
- 0, 0, 1},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR30),
- 0, 0, 2},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR32),
- 0, 0, 2},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR3E),
- 0, 0, 2},
- {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR3F),
- 0, 0, 2},
- {}
+ { PCI_VDEVICE(ADAPTEC2, 0x410), 1 },
+ { PCI_VDEVICE(ADAPTEC2, 0x412), 1 },
+ { PCI_VDEVICE(ADAPTEC2, 0x41E), 1 },
+ { PCI_VDEVICE(ADAPTEC2, 0x41F), 1 },
+ { PCI_VDEVICE(ADAPTEC2, 0x430), 2 },
+ { PCI_VDEVICE(ADAPTEC2, 0x432), 2 },
+ { PCI_VDEVICE(ADAPTEC2, 0x43E), 2 },
+ { PCI_VDEVICE(ADAPTEC2, 0x43F), 2 },
+
+ { } /* terminate list */
};
MODULE_DEVICE_TABLE(pci, aic94xx_pci_table);
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] aic94xx: clean up PCI ID table per modern practice
2007-08-31 18:15 ` [PATCH] aic94xx: clean up PCI ID table per modern practice Jeff Garzik
@ 2007-08-31 21:14 ` Gilbert Wu
2007-08-31 21:57 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Gilbert Wu @ 2007-08-31 21:14 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-scsi
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 <gilbert_wu@adaptec.com>
> >
> >
> > Patch: apply to aic94xx-sas-2.6.git development tree
> >
> > Signed-off-by: Gilbert Wu <gilbert_wu@adaptec.com>
> >
> > Change Log:
> >
> > 1. Add new HBA PCI ID for ASC58300 which has eight port SAS and
> > SATA PCI-X 133MHz low profile host bus adapter with two mini SAS
> > 4x external connectors.
> >
> >
> >
> > diff -urN old/drivers/scsi/aic94xx/aic94xx_hwi.h
> > new/drivers/scsi/aic94xx/aic94xx_hwi.h
> > --- old/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:21.000000000 -0700
> > +++ new/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:02.000000000 -0700
> > @@ -45,6 +45,7 @@
> > */
> > #define PCI_DEVICE_ID_ADAPTEC2_RAZOR10 0x410
> > #define PCI_DEVICE_ID_ADAPTEC2_RAZOR12 0x412
> > +#define PCI_DEVICE_ID_ADAPTEC2_RAZOR16 0x416
> > #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1E 0x41E
> > #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1F 0x41F
> > #define PCI_DEVICE_ID_ADAPTEC2_RAZOR30 0x430
> > diff -urN old/drivers/scsi/aic94xx/aic94xx_init.c new/drivers/scsi/aic94xx/aic94xx_init.c
> > --- old/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:34:18.000000000 -0700
> > +++ new/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:33:59.000000000 -0700
> > @@ -835,6 +835,8 @@
> > 0, 0, 1},
> > {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR12),
> > 0, 0, 1},
> > + {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR16),
> > + 0, 0, 1},
> > {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1E),
> > 0, 0, 1},
> > {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1F),
>
> ACK, but, really we need to delete all of PCI_DEVICE_ID_ADAPTEC2_* and
> replace them with the numeric (hex) constants, since they are only used
> in a single location.
>
> The PCI device table in aic94xx_init should really look like... (see
> attached)
>
> Much shorter, more maintainable, doesn't require patching the
> heavily-patched include/linux/pci_ids.h for single-use constants.
>
> Jeff
>
>
>
Hi Jeff,
I don't think we will add new PCI id for aic94xx in the future. Even
the ASC58300 is introduced two years ago. We should move those ID into
include/linux/pci_ids.h. We can change it next time.
Thanks!
Gilbert
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] aic94xx: clean up PCI ID table per modern practice
2007-08-31 21:14 ` Gilbert Wu
@ 2007-08-31 21:57 ` Jeff Garzik
2007-08-31 23:44 ` Gilbert Wu
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2007-08-31 21:57 UTC (permalink / raw)
To: Gilbert Wu; +Cc: linux-scsi
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:
>>> Gilbert Wu <gilbert_wu@adaptec.com>
>>>
>>>
>>> Patch: apply to aic94xx-sas-2.6.git development tree
>>>
>>> Signed-off-by: Gilbert Wu <gilbert_wu@adaptec.com>
>>>
>>> Change Log:
>>>
>>> 1. Add new HBA PCI ID for ASC58300 which has eight port SAS and
>>> SATA PCI-X 133MHz low profile host bus adapter with two mini SAS
>>> 4x external connectors.
>>>
>>>
>>>
>>> diff -urN old/drivers/scsi/aic94xx/aic94xx_hwi.h
>>> new/drivers/scsi/aic94xx/aic94xx_hwi.h
>>> --- old/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:21.000000000 -0700
>>> +++ new/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:02.000000000 -0700
>>> @@ -45,6 +45,7 @@
>>> */
>>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR10 0x410
>>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR12 0x412
>>> +#define PCI_DEVICE_ID_ADAPTEC2_RAZOR16 0x416
>>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1E 0x41E
>>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1F 0x41F
>>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR30 0x430
>>> diff -urN old/drivers/scsi/aic94xx/aic94xx_init.c new/drivers/scsi/aic94xx/aic94xx_init.c
>>> --- old/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:34:18.000000000 -0700
>>> +++ new/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:33:59.000000000 -0700
>>> @@ -835,6 +835,8 @@
>>> 0, 0, 1},
>>> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR12),
>>> 0, 0, 1},
>>> + {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR16),
>>> + 0, 0, 1},
>>> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1E),
>>> 0, 0, 1},
>>> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1F),
>> ACK, but, really we need to delete all of PCI_DEVICE_ID_ADAPTEC2_* and
>> replace them with the numeric (hex) constants, since they are only used
>> in a single location.
>>
>> The PCI device table in aic94xx_init should really look like... (see
>> attached)
>>
>> Much shorter, more maintainable, doesn't require patching the
>> heavily-patched include/linux/pci_ids.h for single-use constants.
>>
>> Jeff
>>
>>
>>
>
> Hi Jeff,
>
> I don't think we will add new PCI id for aic94xx in the future. Even
> the ASC58300 is introduced two years ago. We should move those ID into
> include/linux/pci_ids.h. We can change it next time.
This is standard kernel driver policy for many drivers. There's no need
for the constants to exist at all, since they are only used in one
place, and add no value at all over the numeric constants.
This is self-evident because the constants themselves are named based on
the numeric values:
..._RAZOR12 == 0x412
..._RAZOR16 == 0x416
etc.
Regards,
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] aic94xx: clean up PCI ID table per modern practice
2007-08-31 21:57 ` Jeff Garzik
@ 2007-08-31 23:44 ` Gilbert Wu
0 siblings, 0 replies; 5+ messages in thread
From: Gilbert Wu @ 2007-08-31 23:44 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-scsi
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:
> >>> Gilbert Wu <gilbert_wu@adaptec.com>
> >>>
> >>>
> >>> Patch: apply to aic94xx-sas-2.6.git development tree
> >>>
> >>> Signed-off-by: Gilbert Wu <gilbert_wu@adaptec.com>
> >>>
> >>> Change Log:
> >>>
> >>> 1. Add new HBA PCI ID for ASC58300 which has eight port SAS and
> >>> SATA PCI-X 133MHz low profile host bus adapter with two mini SAS
> >>> 4x external connectors.
> >>>
> >>>
> >>>
> >>> diff -urN old/drivers/scsi/aic94xx/aic94xx_hwi.h
> >>> new/drivers/scsi/aic94xx/aic94xx_hwi.h
> >>> --- old/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:21.000000000 -0700
> >>> +++ new/drivers/scsi/aic94xx/aic94xx_hwi.h 2007-08-30 16:34:02.000000000 -0700
> >>> @@ -45,6 +45,7 @@
> >>> */
> >>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR10 0x410
> >>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR12 0x412
> >>> +#define PCI_DEVICE_ID_ADAPTEC2_RAZOR16 0x416
> >>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1E 0x41E
> >>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR1F 0x41F
> >>> #define PCI_DEVICE_ID_ADAPTEC2_RAZOR30 0x430
> >>> diff -urN old/drivers/scsi/aic94xx/aic94xx_init.c new/drivers/scsi/aic94xx/aic94xx_init.c
> >>> --- old/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:34:18.000000000 -0700
> >>> +++ new/drivers/scsi/aic94xx/aic94xx_init.c 2007-08-30 16:33:59.000000000 -0700
> >>> @@ -835,6 +835,8 @@
> >>> 0, 0, 1},
> >>> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR12),
> >>> 0, 0, 1},
> >>> + {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR16),
> >>> + 0, 0, 1},
> >>> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1E),
> >>> 0, 0, 1},
> >>> {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_RAZOR1F),
> >> ACK, but, really we need to delete all of PCI_DEVICE_ID_ADAPTEC2_* and
> >> replace them with the numeric (hex) constants, since they are only used
> >> in a single location.
> >>
> >> The PCI device table in aic94xx_init should really look like... (see
> >> attached)
> >>
> >> Much shorter, more maintainable, doesn't require patching the
> >> heavily-patched include/linux/pci_ids.h for single-use constants.
> >>
> >> Jeff
> >>
> >>
> >>
> >
> > Hi Jeff,
> >
> > I don't think we will add new PCI id for aic94xx in the future. Even
> > the ASC58300 is introduced two years ago. We should move those ID into
> > include/linux/pci_ids.h. We can change it next time.
>
> This is standard kernel driver policy for many drivers. There's no need
> for the constants to exist at all, since they are only used in one
> place, and add no value at all over the numeric constants.
>
> This is self-evident because the constants themselves are named based on
> the numeric values:
> ..._RAZOR12 == 0x412
> ..._RAZOR16 == 0x416
> etc.
>
> Regards,
>
> Jeff
>
>
>
I understand it now.
Thanks!
Gilbert
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-31 23:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31 17:59 [PATCH] scsi: Update Aic94xx SAS/SATA Linux open source device driver to add new PCI ID for HBA ASC58300 Gilbert Wu
2007-08-31 18:15 ` [PATCH] aic94xx: clean up PCI ID table per modern practice Jeff Garzik
2007-08-31 21:14 ` Gilbert Wu
2007-08-31 21:57 ` Jeff Garzik
2007-08-31 23:44 ` Gilbert Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).