Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35418
b: refs/heads/master
c: af323a2
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Sep 12, 2006
1 parent 3b99146 commit 8a630f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd1dc802368154a75926491092ec9e6a939c32df
refs/heads/master: af323a2fb508b0fa1c1fa91cbc6ec86fb0879c07
6 changes: 5 additions & 1 deletion trunk/drivers/ata/pata_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <linux/ata.h>

#define DRV_NAME "pata_sis"
#define DRV_VERSION "0.4.2"
#define DRV_VERSION "0.4.3"

struct sis_chipset {
u16 device; /* PCI host ID */
Expand Down Expand Up @@ -857,6 +857,10 @@ static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
struct sis_chipset *chipset = NULL;

static struct sis_chipset sis_chipsets[] = {

{ 0x0968, &sis_info133 },
{ 0x0966, &sis_info133 },
{ 0x0965, &sis_info133 },
{ 0x0745, &sis_info100 },
{ 0x0735, &sis_info100 },
{ 0x0733, &sis_info100 },
Expand Down

0 comments on commit 8a630f4

Please sign in to comment.