Remove useless attempt at reading pci.ids
authorH. Peter Anvin <hpa@zytor.com>
Sun, 1 Apr 2007 23:25:56 +0000 (16:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 1 Apr 2007 23:25:56 +0000 (16:25 -0700)
commit83ce450186a2b8ce9e7a296bf8d7dbd903f46015
tree78662694813556e1ccd85fbd4a3e00b7e6596400
parent48f62dd984768c64a4c481bf41578cb8a0e63c49
Remove useless attempt at reading pci.ids

We try to read pci.ids over and over to get human-readable strings,
and reserve enormous amounts of memory for them.  We don't ever
actually use them.  If we want to have a PCI database we should do
that elsewhere, and better.
com32/include/sys/pci.h
com32/modules/pci.c