• Chas Williams's avatar
    [ATM]: Minor LANAI fixes from mitch@sfgoth.com. · 316527f9
    Chas Williams authored
    1. pci_device_id structures shouldn't be __devinitdata.  Greg removed
       all of the instances of this in the 2.6.0-test1 tree, but unforunately
       my recent coversion of lanai.c introduced another one.
    
    2. The lanai PCI id constants have now been merged into the kernel headers
       so we don't need to define our own copies.
    
    3. The ioctl's exported by lanai shouldn't be - they were intended for
       debugging only, never for release.  For now they're just '#if 0'ed out.
       They're somewhat dangerous since they don't check any capabilities so
       any user could DoS the interface.
    316527f9
lanai.c 88.9 KB