Changes between Version 1 and Version 2 of HardwareInfo/audio/auich


Ignore:
Timestamp:
Aug 24, 2012, 9:02:37 AM (12 years ago)
Author:
modeenf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareInfo/audio/auich

    v1 v2  
    1 /* Intel */
    2 #define INTEL_82443MX_AC97_DEVICE_ID    0x7195
    3 #define INTEL_82801AA_AC97_DEVICE_ID    0x2415
    4 #define INTEL_82801AB_AC97_DEVICE_ID    0x2425
    5 #define INTEL_82801BA_AC97_DEVICE_ID    0x2445
    6 #define INTEL_82801CA_AC97_DEVICE_ID    0x2485
    7 #define INTEL_82801DB_AC97_DEVICE_ID    0x24c5
    8 #define INTEL_82801EB_AC97_DEVICE_ID    0x24d5
    9 #define INTEL_82801FB_AC97_DEVICE_ID    0x266e
    10 #define INTEL_82801GB_AC97_DEVICE_ID    0x27de
    11 #define INTEL_6300ESB_AC97_DEVICE_ID    0x25a6
     1[https://dev.haiku-os.org/wiki/HardwareInfo HardwareInfo][[BR]]
    122
    13 /* Sis */
    14 #define SIS_SI7012_AC97_DEVICE_ID               0x7012
     3== auich ==
     4If I have missed anything pleas fix it ;) Have taken names etc from Wikipedia and the Chip name from Haiku
    155
    16 /* Nvidia */
    17 #define NVIDIA_nForce_AC97_DEVICE_ID    0x01b1
    18 #define NVIDIA_nForce2_AC97_DEVICE_ID   0x006a
    19 #define NVIDIA_nForce2_400_AC97_DEVICE_ID       0x008a
    20 #define NVIDIA_nForce3_AC97_DEVICE_ID   0x00da
    21 #define NVIDIA_nForce3_250_AC97_DEVICE_ID       0x00ea
    22 #define NVIDIA_CK804_AC97_DEVICE_ID             0x0059
    23 #define NVIDIA_MCP51_AC97_DEVICE_ID             0x026b
    24 #define NVIDIA_MCP04_AC97_DEVICE_ID             0x003a
    256
    26 /* Amd */
    27 #define AMD_AMD8111_AC97_DEVICE_ID              0x764d
    28 #define AMD_AMD768_AC97_DEVICE_ID               0x7445
     7Driver used : auich[[BR]]
     8
     9Intel[[BR]]
     10||=Chip=||=Output=||=Input=||
     11|| 82443MX || Yes || ? ||
     12|| 82801AA || Yes || ? ||
     13|| 82801AB || Yes || ? ||
     14|| 82801BA || Yes || ? ||
     15|| 82801CA || Yes || ? ||
     16|| 82801DB || Yes || ? ||
     17|| 82801EB || Yes || ? ||
     18|| 82801FB || Yes || ? ||
     19|| 82801GB || Yes || ? ||
     20|| 6300ESB || Yes || ? ||
     21
     22SIS[[BR]]
     23||=Chip=||=Output=||=Input=||
     24|| SI7012 || Yes || ? ||
     25
     26Nvidia[[BR]]
     27||=Chip=||=Output=||=Input=||
     28|| || Yes || ? ||
     29|| nForce || Yes || ? ||
     30|| nForce2 || Yes || ? ||
     31|| nForce2_400 || Yes || ? ||
     32|| nForce3 || Yes || ? ||
     33|| nForce3_250 || Yes || ? ||
     34|| CK804 || Yes || ? ||
     35|| MCP51 || Yes || ? ||
     36|| MCP04 || Yes || ? ||
     37
     38AMD[[BR]]
     39||=Chip=||=Output=||=Input=||
     40|| AMD811 || Yes || ? ||
     41|| AMD768 || Yes || ? ||