• Jaroslav Kysela's avatar
    Linux PnP Support 0.94 · 7cf4ec8d
    Jaroslav Kysela authored
    (Adam Belay)            -use list_del instead of list_del_init in some areas
                            -introduce pnp capability and status flags
                            -remove static resource setting, I did some research and found that only
                             PnPBIOS supports it, therefore it is better to implememt this in the
                             PnPBIOS protocol itself. (it appears ACPI doesn't use this)
                            -Remove pnp_dev_has_driver and use PNP_ATTACHED instead, this is necessary
                             because a card driver only has rights over a device that it requests.
                            -added card_for_each_dev macro
                            -undo isapnp protocol changes, the pnp layer was designed to handle cards
                             and devices on the same protocol and I feel they should not be seperated.
    (Pual Laufer)           -Fix remove driver bug in pnp card services
    (Adam Richter)          -Fix a potential oops in id registration functions
    7cf4ec8d
opl3sa2.c 29.2 KB