X-Git-Url: https://bbs.cooldavid.org/git/?p=jme.git;a=blobdiff_plain;f=jme.h;h=043fb17a8bc50ba5dced2136ff23aad21ae6d8c8;hp=944cf631438db978ff95c4e7e79d6ac28c392366;hb=472209517465eda83a2ee0e19d75bf5fbd85afd7;hpb=8d27293f4a6c7c2bfde177c16714956ba3764c96 diff --git a/jme.h b/jme.h index 944cf63..043fb17 100644 --- a/jme.h +++ b/jme.h @@ -24,7 +24,7 @@ #include #define DRV_NAME "jme" -#define DRV_VERSION "0.9d" +#define DRV_VERSION "0.9e" #define PFX DRV_NAME ": " #define JME_GE_DEVICE 0x250 @@ -124,7 +124,7 @@ struct dynpcc_info { #define PCC_P3_THRESHOLD 2*1024*1024 #define PCC_P2_THRESHOLD 800 #define PCC_INTR_THRESHOLD 800 -#define PCC_TX_TO 333 +#define PCC_TX_TO 1000 #define PCC_TX_CNT 8 /* @@ -921,7 +921,7 @@ enum jme_gpreg0_vals { GPREG0_PHYADDR_1 = 0x00000001, GPREG0_DEFAULT = GPREG0_PCIRLMT_4 | - GPREG0_PCCNOMUTCLR | +// GPREG0_PCCNOMUTCLR | GPREG0_PCCTMR_1us | GPREG0_PHYADDR_1, };