|
@@ -46,7 +46,7 @@
|
|
|
#include "sata_promise.h"
|
|
|
|
|
|
#define DRV_NAME "sata_sx4"
|
|
|
-#define DRV_VERSION "0.8"
|
|
|
+#define DRV_VERSION "0.9"
|
|
|
|
|
|
|
|
|
enum {
|
|
@@ -1376,10 +1376,6 @@ static int pdc_sata_init_one (struct pci_dev *pdev, const struct pci_device_id *
|
|
|
if (!printed_version++)
|
|
|
dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
|
|
|
|
|
|
- /*
|
|
|
- * If this driver happens to only be useful on Apple's K2, then
|
|
|
- * we should check that here as it has a normal Serverworks ID
|
|
|
- */
|
|
|
rc = pci_enable_device(pdev);
|
|
|
if (rc)
|
|
|
return rc;
|