@@ -325,3 +325,10 @@ Why: Unmaintained for years, superceded Who: Jeff Garzik <jeff@garzik.org> ---------------------------++What: sk98lin network driver+When: July 2007+Why: In kernel tree version of driver is unmaintained. Sk98lin driver+ replaced by the skge driver. +Who: Stephen Hemminger <shemminger@osdl.org>+
@@ -325,3 +325,10 @@ Why: Unmaintained for years, superceded Who: Jeff Garzik <jeff@garzik.org> ---------------------------++What: sk98lin network driver+When: July 2007+Why: In kernel tree version of driver is unmaintained. Sk98lin driver+ replaced by the skge driver. +Who: Stephen Hemminger <shemminger@osdl.org>+
People don't read that file. I'd suggest the addition of a warning printk
to the driver's open() method.
@@ -325,3 +325,10 @@ Why: Unmaintained for years, superceded Who: Jeff Garzik <jeff@garzik.org> ---------------------------++What: sk98lin network driver+When: July 2007+Why: In kernel tree version of driver is unmaintained. Sk98lin driver+ replaced by the skge driver. +Who: Stephen Hemminger <shemminger@osdl.org>+
People don't read that file. I'd suggest the addition of a warning printk
to the driver's open() method.
Fine with me. Stephen, wanna cook up a patch?
Jeff
@@ -5188,6 +5188,9 @@ static struct pci_driver skge_driver = {staticint__initskge_init(void){+printk(KERN_NOTICE"sk98lin: driver has been replaced by the skge driver"+" and is scheduled for removal\n");+returnpci_register_driver(&skge_driver);}