Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64647
b: refs/heads/master
c: 7f9992a
h: refs/heads/master
i:
  64645: 2b96471
  64643: 96ffc94
  64639: 5ce0438
v: v3
  • Loading branch information
Mikael Pettersson authored and Jeff Garzik committed Aug 31, 2007
1 parent 6cd9a33 commit 7f7e69b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d36ee189f392ea89de85124a0b58477bb0f2e0a6
refs/heads/master: 7f9992a23190418592f0810900e4f91546ec41da
6 changes: 3 additions & 3 deletions trunk/drivers/ata/sata_promise.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "sata_promise.h"

#define DRV_NAME "sata_promise"
#define DRV_VERSION "2.09"
#define DRV_VERSION "2.10"

enum {
PDC_MAX_PORTS = 4,
Expand Down Expand Up @@ -328,8 +328,8 @@ static const struct pci_device_id pdc_ata_pci_tbl[] = {

{ PCI_VDEVICE(PROMISE, 0x3318), board_20319 },
{ PCI_VDEVICE(PROMISE, 0x3319), board_20319 },
{ PCI_VDEVICE(PROMISE, 0x3515), board_20319 },
{ PCI_VDEVICE(PROMISE, 0x3519), board_20319 },
{ PCI_VDEVICE(PROMISE, 0x3515), board_40518 },
{ PCI_VDEVICE(PROMISE, 0x3519), board_40518 },
{ PCI_VDEVICE(PROMISE, 0x3d17), board_40518 },
{ PCI_VDEVICE(PROMISE, 0x3d18), board_40518 },

Expand Down

0 comments on commit 7f7e69b

Please sign in to comment.