• Pavel Roskin's avatar
    [netdrvr pci-skeleton] refresh · 79218e71
    Pavel Roskin authored
    Here it is.  The patch fixes all compile errors and warnings in
    pci-skeleton.c.  The "debug" parameter lacks corresponding variable,
    so I removed it to avoid a warning on module load.  Obsolete
    pci_power_on() and pci_power_off() have been replaced with the new
    code using pci_set_power_state(), pci_save_state() and
    pci_restore_state().  The driver has been tested by compiling it as
    module and as part of the kernel.
    79218e71
pci-skeleton.c 51.4 KB