Enabled the ReactOS pcnet driver by default.
authorSteven Edwards <winehacker@gmail.com>
Sun, 14 Nov 2004 03:51:26 +0000 (03:51 +0000)
committerSteven Edwards <winehacker@gmail.com>
Sun, 14 Nov 2004 03:51:26 +0000 (03:51 +0000)
Added 1 line note about how to use the vendor driver rather than ours.

svn path=/trunk/; revision=11649

reactos/bootdata/hivesys.inf

index 17158c0..9042a7b 100644 (file)
@@ -563,10 +563,12 @@ HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","Service",0x00000000,"Pci"
 HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","Class",0x00000000,"Computer"
 HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","ClassGUID",0x00000000,"{4D36E966-E325-11CE-BFC1-08002BE10318}"
 
-; AMD PCNet NIC driver
+; ReactOS PCNet NIC driver 
+; To use the AMD supplied driver change the driver name to pcntn5m.sys
+;
 HKLM,"SYSTEM\CurrentControlSet\Services\PCNet","ErrorControl",0x00010001,0x00000000
 HKLM,"SYSTEM\CurrentControlSet\Services\PCNet","Group",0x00000000,"NDIS"
-HKLM,"SYSTEM\CurrentControlSet\Services\PCNet","ImagePath",0x00020000,"system32\drivers\pcntn5m.sys"
+HKLM,"SYSTEM\CurrentControlSet\Services\PCNet","ImagePath",0x00020000,"system32\drivers\pcnet.sys"
 HKLM,"SYSTEM\CurrentControlSet\Services\PCNet","Start",0x00010001,0x00000003
 HKLM,"SYSTEM\CurrentControlSet\Services\PCNet","Type",0x00010001,0x00000001
 HKLM,"SYSTEM\CurrentControlSet\Services\PCNet\Enum","0",0x00000000,"PCI\VEN_1022&DEV_2000\0000"