Hardware/LPC/Chip.cs
changeset 16 e9abdc6e05af
parent 7 9523a3322777
child 19 890e8fca7f33
     1.1 --- a/Hardware/LPC/Chip.cs	Sun Jan 31 22:00:31 2010 +0000
     1.2 +++ b/Hardware/LPC/Chip.cs	Mon Feb 01 20:16:26 2010 +0000
     1.3 @@ -7,12 +7,15 @@
     1.4  
     1.5    public enum Chip : ushort {
     1.6      Unknown = 0,
     1.7 -    IT8716F = 0x8716,
     1.8 -    IT8718F = 0x8718,
     1.9 -    IT8720F = 0x8720,
    1.10 -    IT8726F = 0x8726,
    1.11 +    IT8716 = 0x8716,
    1.12 +    IT8718 = 0x8718,
    1.13 +    IT8720 = 0x8720,
    1.14 +    IT8726 = 0x8726,
    1.15      W83627DHG = 0xA020,
    1.16 -    F71882FG = 0x0541
    1.17 +    F71862 = 0x0601, 
    1.18 +    F71869 = 0x0814,
    1.19 +    F71882 = 0x0541,
    1.20 +    F71889 = 0x0723 
    1.21    }
    1.22  
    1.23  }