mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 09:10:56 +00:00
- 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:
parent
c2af381a89
commit
daf2928882
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ DefaultDestDir = 12
|
|||
%AMDMfg% = AMDMfg
|
||||
|
||||
[AMDMfg]
|
||||
;%PCNET.DeviceDesc% = PCNet_Inst,PCI\VEN_1022&DEV_2000
|
||||
%PCNET.DeviceDesc% = PCNet_Inst,PCI\VEN_1022&DEV_2000
|
||||
|
||||
;----------------------------- PCNET DRIVER -----------------------------
|
||||
|
||||
|
|
|
@ -838,7 +838,7 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
|
|||
/* Look at our exception code */
|
||||
switch (ExceptionRecord->ExceptionCode)
|
||||
{
|
||||
/* Breapoint */
|
||||
/* Breakpoint */
|
||||
case STATUS_BREAKPOINT:
|
||||
|
||||
/* Decrement EIP by one */
|
||||
|
|
Loading…
Reference in a new issue