Changeset fa5526d in mainline
- Timestamp:
- 2009-08-02T21:58:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd2cfa7
- Parents:
- 5b3cf90
- Location:
- uspace/srv/pci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/pci/libpci/pci_ids.h
r5b3cf90 rfa5526d 387 387 " 174b 7c28 Sapphire Radeon 9600XT (Secondary)", 388 388 " 1787 4003 Radeon 9600 XT (Secondary)", 389 " 4173 RV350 ?? [Radeon 9550] (Secondary)",389 " 4173 RV350 \?\? [Radeon 9550] (Secondary)", 390 390 " 4237 Radeon 7000 IGP", 391 391 " 4242 R200 BB [Radeon All in Wonder 8500DV]", … … 669 669 " 1002 0048 Rage Fury Pro", 670 670 " 1002 2000 Rage Fury MAXX AGP 4x (TMDS) (VGA device)", 671 " 1002 2001 Rage Fury MAXX AGP 4x (TMDS) (Extra device ?!)",671 " 1002 2001 Rage Fury MAXX AGP 4x (TMDS) (Extra device\?!)", 672 672 " 5047 Rage 128 PG/PRO", 673 673 " 5048 Rage 128 PH/PRO AGP 2x", … … 1636 1636 " 1028 0121 PowerEdge 2650", 1637 1637 "102b Matrox Graphics, Inc.", 1638 " 0010 MGA-I [Impression ?]",1638 " 0010 MGA-I [Impression\?]", 1639 1639 " 0100 MGA 1064SG [Mystique]", 1640 1640 " 0518 MGA-II [Athena]", … … 2438 2438 " 9970 W9970CF", 2439 2439 "1051 Anigma, Inc.", 2440 "1052 ?Young Micro Systems",2440 "1052 \?Young Micro Systems", 2441 2441 "1053 Young Micro Systems", 2442 2442 "1054 Hitachi, Ltd", … … 3049 3049 " 1002 0001 TV-Wonder", 3050 3050 " 1002 0003 TV-Wonder/VE", 3051 " 036c Bt879( ??) Video Capture",3051 " 036c Bt879(\?\?) Video Capture", 3052 3052 " 13e9 0070 Win/TV (Video Section)", 3053 3053 " 036e Bt878 Video Capture", … … 4124 4124 " 10de 01dc Quadro FX Go350M", 4125 4125 " 01df GeForce 7300 GS", 4126 " 01e0 nForce2 AGP (different version ?)",4126 " 01e0 nForce2 AGP (different version\?)", 4127 4127 " 147b 1c09 NV7 Motherboard", 4128 4128 " 01e8 nForce2 AGP", … … 5097 5097 " 1216 EN-1216 Ethernet Adapter", 5098 5098 " 1113 2242 EN2242 10/100 Ethernet Mini-PCI Card", 5099 " 111a 1020 SpeedStream 1020 PCI 10/100 Ethernet Adaptor [EN-1207F-TX ?]",5099 " 111a 1020 SpeedStream 1020 PCI 10/100 Ethernet Adaptor [EN-1207F-TX \?]", 5100 5100 " 1217 EN-1217 Ethernet Adapter", 5101 5101 " 5105 10Mbps Network card", … … 6557 6557 "123f C-Cube Microsystems", 6558 6558 " 00e4 MPEG", 6559 " 8120 E4 ?",6559 " 8120 E4\?", 6560 6560 " 11bd 0006 DV500 E4", 6561 6561 " 11bd 000a DV500 E4", … … 6633 6633 "125d ESS Technology", 6634 6634 " 0000 ES336H Fax Modem (Early Model)", 6635 " 1948 Solo ?",6635 " 1948 Solo\?", 6636 6636 " 1968 ES1968 Maestro 2", 6637 6637 " 1028 0085 ES1968 Maestro-2 PCI", … … 6923 6923 " 122d 4057 MSP3880SP-A", 6924 6924 " 4311 Riptide HSF 56k PCI Modem", 6925 " 127a 4311 Ring Modular ? Riptide HSF RT HP Dom",6925 " 127a 4311 Ring Modular\? Riptide HSF RT HP Dom", 6926 6926 " 13e0 0210 HP-GVC", 6927 6927 " 4320 Riptide PCI Audio Controller", … … 8383 8383 " 1414 0003 Wireless Notebook Adapter MN-720", 8384 8384 " 1414 0004 Wireless PCI Adapter MN-730", 8385 " 4326 BCM4307 Chipcommon I/O Controller ?",8385 " 4326 BCM4307 Chipcommon I/O Controller\?", 8386 8386 " 4401 BCM4401 100Base-T", 8387 8387 " 1043 80a8 A7V8X motherboard", … … 8692 8692 "1505 ITA INGENIEURBURO FUR TESTAUFGABEN GmbH", 8693 8693 "1506 CHAMELEON Systems Inc", 8694 "1507 Motorola ?? / HTEC",8694 "1507 Motorola \?\? / HTEC", 8695 8695 " 0001 MPC105 [Eagle]", 8696 8696 " 0002 MPC106 [Grackle]", … … 9468 9468 "270f Chaintech Computer Co. Ltd", 9469 9469 "2711 AVID Technology Inc.", 9470 "2a15 3D Vision( ???)",9470 "2a15 3D Vision(\?\?\?)", 9471 9471 "3000 Hansol Electronics Inc.", 9472 9472 "3142 Post Impression Systems.", -
uspace/srv/pci/update-ids
r5b3cf90 rfa5526d 1 1 #! /bin/bash 2 2 3 wget http://pciids.sourceforge.net/v2.2/pci.ids3 wget -O pci.ids http://pciids.sourceforge.net/v2.2/pci.ids 4 4 5 5 cat > pci_ids.h <<EOF … … 8 8 EOF 9 9 10 cat pci.ids | grep -v '^#.*' | grep -v '^$' | tr \" \' | sed -n 's/\(.*\)/"\1",/p' >> pci_ids.h 10 cat pci.ids | grep -v '^#.*' | grep -v '^$' | tr \" \' | \ 11 sed -n 's/\(.*\)/"\1",/p' | sed 's/?/\\?/g' >> pci_ids.h 11 12 12 13 cat >> pci_ids.h <<EOF
Note:
See TracChangeset
for help on using the changeset viewer.