- 51 名前:48 mailto:sage [2013/02/21(木) 23:37:45.65 ID:J3P+DS8W]
- >>49
報告乙です。 うちもkernel 3.8に上げて今のところpt2は問題無し それよりもAMD Catalystが要修正、mdraidでアレイがすんなり開始しなかったりでそっちの方がてこずった >>50 baalzephon.dyndns.orgのpukiwikiにも貼ったけど。抜粋 @@@@@ +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) static char version[] __devinitdata = +#else +static char version[] = +#endif @@@@@ +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) static int __devinit pt1_pci_init_one (struct pci_dev *pdev, +#else +static int pt1_pci_init_one (struct pci_dev *pdev, +#endif @@@@@ +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) static void __devexit pt1_pci_remove_one(struct pci_dev *pdev) +#else +static void pt1_pci_remove_one(struct pci_dev *pdev) +#endif @@@@@ +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) .remove= __devexit_p(pt1_pci_remove_one), +#else +.remove= pt1_pci_remove_one, +#endif
|

|