Changeset afb1e35 in mainline for uspace/srv/pci/update-ids
- Timestamp:
- 2008-05-30T14:23:29Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6387c18
- Parents:
- 960f8476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/pci/update-ids
r960f8476 rafb1e35 3 3 wget http://pciids.sourceforge.net/v2.2/pci.ids 4 4 5 cat > pci_ids.h <<EOF5 cat > pci_ids.h <<EOF 6 6 /* DO NOT EDIT, THIS FILE IS AUTOMATICALLY GENERATED */ 7 7 char *pci_ids[] = { 8 8 EOF 9 9 10 cat pci.ids | grep -v '^#.*' | grep -v '^$' | tr \" \' | sed -n 's/\(.*\)/"\1",/p' >> pci_ids.h10 cat pci.ids | grep -v '^#.*' | grep -v '^$' | tr \" \' | sed -n 's/\(.*\)/"\1",/p' >> pci_ids.h 11 11 12 cat >> pci_ids.h <<EOF12 cat >> pci_ids.h <<EOF 13 13 "" 14 14 }; 15 15 EOF 16
Note:
See TracChangeset
for help on using the changeset viewer.