bestm80eva / coffee-os

Automatically exported from code.google.com/p/coffee-os
0 stars 0 forks source link

PCI units #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PCI CANNOT be implemented, nor USB......ETC. until HEAP is finished.

PCI unit needs some rework.

Original issue reported on code.google.com by frazzled...@gmail.com on 23 Feb 2011 at 5:57

GoogleCodeExporter commented 9 years ago
A long way off but we have some pci work that has already been done. Needed to 
wait until HEAP unit was finished and functional to test this.

Lots of rework needed from linux kernel and for newer version of PCISCANBUS. 
The old method may bork your video hardware, so be aware.

Original comment by frazzled...@gmail.com on 19 Jun 2011 at 8:18

GoogleCodeExporter commented 9 years ago
DANGER!!: PCI_SCAN_BUS is DANGEROUS. USE the newer lspci routine instead. It is 
derived from the Unix sources for the program.

Original comment by frazzled...@gmail.com on 21 Jul 2011 at 7:41