RE: grabbing serial hardware results in serial.sys postin-g an event.

Larry,
u’ve to use IoReportResourceUsage
to acquire the IRQ and i/o address ur driver uses, so that serial.sys
doesn’t try to acquire those.

HTH,
Sajeev.

-----Original Message-----
From: Larry Harmon [SMTP:xxxxx@hrdcorp.com]
Sent: Saturday, March 11, 2000 6:42 PM
To: NT Developers Interest List
Subject: [ntdev] grabbing serial hardware results in serial.sys
posting an event.

I’m working on a device driver which uses the com2 serial port. The
starts before serial.sys so it gets the hardware, but serial.sys still
complains. Is there anyway to stop it?

Thanks
Larry