Cosmos/source/Cosmos.HAL2/Drivers
Valentin Charbonnier ac3a392d38 Little fix on PCI VendorID.
AMD Vendor ID is 0x1022 not 0x0438.
2018-01-06 20:57:03 +01:00
..
PCI Little fix on PCI VendorID. 2018-01-06 20:57:03 +01:00
USB Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
Video Disabled code that needs plug. 2017-10-12 21:49:54 +01:00
ReadMe.html Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
	</head>
	<body>
	
	    <p>
            Dynamically loaded drivers are contained in this folder. In the future they may 
            be in different assemblies which are loaded on demand. The drivers in the root 
            folder are not dynamic, and are drivers that are required for all systems, or 
            are common bases used by dynamic drivers. For example, ATA exists in the root, 
            but actual ATA chipsets should exist in this directory.</p>
	
	</body>
</html>