Click here to Skip to main content
15,906,558 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: PSU Diagnostics Pin
Brady Kelly16-May-08 5:01
Brady Kelly16-May-08 5:01 
GeneralRe: PSU Diagnostics Pin
Dan Neely16-May-08 5:17
Dan Neely16-May-08 5:17 
QuestionMachine Randomly Shuts Down Pin
Brady Kelly14-May-08 4:17
Brady Kelly14-May-08 4:17 
AnswerRe: Machine Randomly Shuts Down Pin
fat_boy14-May-08 5:36
fat_boy14-May-08 5:36 
GeneralRe: Machine Randomly Shuts Down Pin
Dan Neely14-May-08 7:10
Dan Neely14-May-08 7:10 
QuestionBSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
FotisSs13-May-08 11:29
FotisSs13-May-08 11:29 
AnswerRe: BSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
fat_boy14-May-08 5:35
fat_boy14-May-08 5:35 
AnswerRe: BSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
JudyL_MD14-May-08 7:13
JudyL_MD14-May-08 7:13 
First, listen to fat-boy - he's correct!!

However, to help understand what is causing your problem ...

Given that error (which is very precise in telling you what the problem is), my guess is that your us variable is stored in a paged data area. You have to be careful with global variables in drivers that they are stored how you think they are stored. There may be a pragma in effect putting all code and data into paged-pool - this is quite common for initialization code.

Judy
GeneralRe: BSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
fat_boy15-May-08 0:07
fat_boy15-May-08 0:07 
GeneralRe: BSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
JudyL_MD15-May-08 2:12
JudyL_MD15-May-08 2:12 
GeneralRe: BSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
fat_boy15-May-08 2:17
fat_boy15-May-08 2:17 
AnswerRe: BSOD-PAGE_FAULT_IN_NON_PAGED_AREA Pin
fat_boy15-May-08 2:21
fat_boy15-May-08 2:21 
QuestionUSB Drive in Windows XP Pin
No-e13-May-08 9:52
No-e13-May-08 9:52 
Questionusb communication Pin
iayd13-May-08 1:33
iayd13-May-08 1:33 
AnswerRe: usb communication Pin
Cedric Moonen13-May-08 21:20
Cedric Moonen13-May-08 21:20 
GeneralRe: usb communication Pin
iayd13-May-08 23:44
iayd13-May-08 23:44 
GeneralRe: usb communication Pin
Cedric Moonen13-May-08 23:52
Cedric Moonen13-May-08 23:52 
AnswerRe: usb communication Pin
fat_boy15-May-08 0:11
fat_boy15-May-08 0:11 
QuestionHow Can configure my simulated device as EpSon Stylus CX7300 Pin
XuanThinh TRAN12-May-08 21:50
XuanThinh TRAN12-May-08 21:50 
QuestionDevice Driver API's In Application code Pin
ForNow11-May-08 14:24
ForNow11-May-08 14:24 
AnswerRe: Device Driver API's In Application code Pin
Randor 11-May-08 16:13
professional Randor 11-May-08 16:13 
GeneralRe: Device Driver API's In Application code Pin
ForNow11-May-08 16:23
ForNow11-May-08 16:23 
GeneralRe: Device Driver API's In Application code Pin
ForNow11-May-08 16:53
ForNow11-May-08 16:53 
AnswerRe: Device Driver API's In Application code Pin
fat_boy12-May-08 0:32
fat_boy12-May-08 0:32 
GeneralRe: Device Driver API's In Application code Pin
ForNow12-May-08 2:54
ForNow12-May-08 2:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.