Changeset 1425 for trunk/dmi.c


Ignore:
Timestamp:
09/03/11 13:22:27 (9 months ago)
Author:
stefanct
Message:

Add a bunch of new/tested stuff and various small changes 7

  • remove unneeded nicintel_spi-related function declarations in programmer.h
  • typos and whitespace fixes
  • fix Asus P4P800-E Deluxe detection The original board enable was added before DMI matching and used the IDs of a Promise controller as secondary PCI ID set. The controller could be disabled in the BIOS which would make the board not match. This patch uses the SMBus controller instead and adds a DMI pattern. This was

Tested-by: Michael Schneider <vdrportal_midas at gmx dot de>

  • add "Sealed-case PC" to the list of chassis type (as indicating "not a laptop")

This is
Acked-by: Idwer Vollering <vidwer@…>

the fix for the typo unusued -> unused is
Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier@…>

everything else is
Signed-off-by: Stefan Tauner <stefan.tauner@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

And everything was reviewed and
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dmi.c

    r1413 r1425  
    8282        {0x11, 0, "Main Server Chassis"}, 
    8383        {0x17, 0, "Rack Mount Chassis"}, 
     84        {0x18, 0, "Sealed-case PC"}, /* used by Supermicro (X8SIE) */ 
    8485}; 
    8586 
Note: See TracChangeset for help on using the changeset viewer.