VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / net / sk98lin / h / skdrv2nd.h
index e3e83ed..0790e7b 100644 (file)
@@ -58,7 +58,8 @@
     /* 3Com (0x10b7) */     \
     if (pdev->vendor == 0x10b7) {     \
         /* Gigabit Ethernet Adapter (0x1700) */     \
-        if ((pdev->device == 0x1700)) { \
+        if ((pdev->device == 0x1700) || \
+            (pdev->device == 0x80eb)) { \
             result = SK_TRUE;     \
         }     \
     /* SysKonnect (0x1148) */     \
@@ -169,7 +170,7 @@ struct s_DrvRlmtMbuf {
 typedef struct s_IOCTL SK_GE_IOCTL;
 
 struct s_IOCTL {
-       char*           pData;
+       char __user *   pData;
        unsigned int    Len;
 };