- Uncomment PCNet driver's installation, since it's support has been fixed in 27377.

- Fix a typo.

svn path=/trunk/; revision=27378
This commit is contained in:
Aleksey Bragin 2007-07-03 20:46:43 +00:00
parent c2af381a89
commit daf2928882
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ DefaultDestDir = 12
%AMDMfg% = AMDMfg %AMDMfg% = AMDMfg
[AMDMfg] [AMDMfg]
;%PCNET.DeviceDesc% = PCNet_Inst,PCI\VEN_1022&DEV_2000 %PCNET.DeviceDesc% = PCNet_Inst,PCI\VEN_1022&DEV_2000
;----------------------------- PCNET DRIVER ----------------------------- ;----------------------------- PCNET DRIVER -----------------------------

View file

@ -838,7 +838,7 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
/* Look at our exception code */ /* Look at our exception code */
switch (ExceptionRecord->ExceptionCode) switch (ExceptionRecord->ExceptionCode)
{ {
/* Breapoint */ /* Breakpoint */
case STATUS_BREAKPOINT: case STATUS_BREAKPOINT:
/* Decrement EIP by one */ /* Decrement EIP by one */