RE: Newbie: Driver for diagnostic tests

All,

I have taken over this adventure from the person who originally posted
this so forgive me if I repeat some things.

I am writing a utility drive which needs to attach to a 1394 OHCI
device.

I have used the KMDF to develop a very light weight driver at this time
and tried to attach.

I used device manager to select node and then update driver.

Choose my inf and what happens is it appears that it used my inf but
when I look under Driver File Details, it states ohci1394.sys instead of
my driver.

Any ideas how to get the system to allow my driver to bind?

Thanks in advance,
Michael

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-247535-
xxxxx@lists.osr.com] On Behalf Of Victor Soriano
Sent: Thursday, April 06, 2006 1:26 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Newbie: Driver for diagnostic tests

All,

Thanks very much for the information! I’ll start looking at devcon,
KMDF, and the SetupDI family of API calls. Sounds like this is exactly
what I need.

Thanks again for the help,
Vic

On 4/6/06, Arlie Davis wrote:
> > Ok, so 13 million is a little high. I’m just annoyed that I have to
say
> > “no” over and over to install a specific driver. And I have to
wait
> for
> > the installer to index all of the INFs and present them. It’s a
waste
> of
> > time, because I’m not going to select one of the existing drivers,
I’m
> going
> > to install one I choose. There should be a way to do this without
> waiting
> > for the INF indexing, and the option should be a lot earlier in the
> chain of
> > prompts. The number of UI steps for installing a specific driver
has
> > increased with every OS release. I realize this isn’t a common
action
> for
> > normal users, but I don’t see why the installer needlessly punishes
> advanced
> > users and developers.
> >
> > – arlie
> >
> >
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of
> > xxxxx@seagate.com
> > Sent: Thursday, April 06, 2006 10:21 AM
> > To: Windows System Software Devs Interest List
> > Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
> >
> > We do the same thing when we replace an HBA driver for a PCI board
such
> as a
> > SiI 3124. But we don’t get “13 million different dialogs that want
to
> > automatically install the MS driver”. All we get is the typical
“Tain’t
> a
> > certified driver” messages which we blow away and say continue.
> >
> > Gary G. Little
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
> >
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

All,

Is there any way to stop the OHCI driver/ or stop it from installing on
the device that I am trying to test.

Currently, my driver installs, but OHCI driver is also listed and I
believe that Windows is using this one since it is signed and mine is
not.

Any ideas on how to stop OHCI driver from binding to my device?

Thanks in advance,
Michael

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-252252-
xxxxx@lists.osr.com] On Behalf Of Smith, Michael G (Michael)
Sent: Thursday, May 25, 2006 12:42 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Newbie: Driver for diagnostic tests

All,

I have taken over this adventure from the person who originally posted
this so forgive me if I repeat some things.

I am writing a utility drive which needs to attach to a 1394 OHCI
device.

I have used the KMDF to develop a very light weight driver at this
time
and tried to attach.

I used device manager to select node and then update driver.

Choose my inf and what happens is it appears that it used my inf but
when I look under Driver File Details, it states ohci1394.sys instead
of
my driver.

Any ideas how to get the system to allow my driver to bind?

Thanks in advance,
Michael

> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:bounce-247535-
> xxxxx@lists.osr.com] On Behalf Of Victor Soriano
> Sent: Thursday, April 06, 2006 1:26 PM
> To: Windows System Software Devs Interest List
> Subject: Re: [ntdev] Newbie: Driver for diagnostic tests
>
> All,
>
> Thanks very much for the information! I’ll start looking at devcon,
> KMDF, and the SetupDI family of API calls. Sounds like this is
exactly
> what I need.
>
> Thanks again for the help,
> Vic
>
>
>
> On 4/6/06, Arlie Davis wrote:
> > > Ok, so 13 million is a little high. I’m just annoyed that I have
to
> say
> > > “no” over and over to install a specific driver. And I have to
> wait
> > for
> > > the installer to index all of the INFs and present them. It’s a
> waste
> > of
> > > time, because I’m not going to select one of the existing drivers,
> I’m
> > going
> > > to install one I choose. There should be a way to do this without
> > waiting
> > > for the INF indexing, and the option should be a lot earlier in
the
> > chain of
> > > prompts. The number of UI steps for installing a specific driver
> has
> > > increased with every OS release. I realize this isn’t a common
> action
> > for
> > > normal users, but I don’t see why the installer needlessly
punishes
> > advanced
> > > users and developers.
> > >
> > > – arlie
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com] On Behalf Of
> > > xxxxx@seagate.com
> > > Sent: Thursday, April 06, 2006 10:21 AM
> > > To: Windows System Software Devs Interest List
> > > Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
> > >
> > > We do the same thing when we replace an HBA driver for a PCI board
> such
> > as a
> > > SiI 3124. But we don’t get “13 million different dialogs that want
> to
> > > automatically install the MS driver”. All we get is the typical
> “Tain’t
> > a
> > > certified driver” messages which we blow away and say continue.
> > >
> > > Gary G. Little
> > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> > >
> > > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
> > >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

The OHCI driver is the bus driver for the device. If your function driver
has not been loaded for your 1394 endpoint then OHCI is going to be the
driver for the device. Just because your inf file installs doesn’t
necessarily mean that it is correct. Is your driver loaded? Have you looked
in setupapi.log to see if anything unusual happened? You need to debug what
has gone wrong here.

I’d start from device manager in view devices by connection mode. Make sure
that the enumerated endpoint ids match whats in your inf file. Come to think
of it, exactly how did you install the driver? Signed/unsigned should not be
an issue here if you installed correctly and said yes to allow the unsigned
driver. You do have the kernel installed, right? You might want to try using
the debugger’s ‘!devnode’ command to look at what is going on.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Smith, Michael G
(Michael)
Sent: Thursday, May 25, 2006 1:01 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Newbie: Driver for diagnostic tests

All,

Is there any way to stop the OHCI driver/ or stop it from installing on
the device that I am trying to test.

Currently, my driver installs, but OHCI driver is also listed and I
believe that Windows is using this one since it is signed and mine is
not.

Any ideas on how to stop OHCI driver from binding to my device?

Thanks in advance,
Michael

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-252252-
xxxxx@lists.osr.com] On Behalf Of Smith, Michael G (Michael)
Sent: Thursday, May 25, 2006 12:42 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Newbie: Driver for diagnostic tests

All,

I have taken over this adventure from the person who originally posted
this so forgive me if I repeat some things.

I am writing a utility drive which needs to attach to a 1394 OHCI
device.

I have used the KMDF to develop a very light weight driver at this
time
and tried to attach.

I used device manager to select node and then update driver.

Choose my inf and what happens is it appears that it used my inf but
when I look under Driver File Details, it states ohci1394.sys instead
of
my driver.

Any ideas how to get the system to allow my driver to bind?

Thanks in advance,
Michael

> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:bounce-247535-
> xxxxx@lists.osr.com] On Behalf Of Victor Soriano
> Sent: Thursday, April 06, 2006 1:26 PM
> To: Windows System Software Devs Interest List
> Subject: Re: [ntdev] Newbie: Driver for diagnostic tests
>
> All,
>
> Thanks very much for the information! I’ll start looking at devcon,
> KMDF, and the SetupDI family of API calls. Sounds like this is
exactly
> what I need.
>
> Thanks again for the help,
> Vic
>
>
>
> On 4/6/06, Arlie Davis wrote:
> > > Ok, so 13 million is a little high. I’m just annoyed that I have
to
> say
> > > “no” over and over to install a specific driver. And I have to
> wait
> > for
> > > the installer to index all of the INFs and present them. It’s a
> waste
> > of
> > > time, because I’m not going to select one of the existing drivers,
> I’m
> > going
> > > to install one I choose. There should be a way to do this without
> > waiting
> > > for the INF indexing, and the option should be a lot earlier in
the
> > chain of
> > > prompts. The number of UI steps for installing a specific driver
> has
> > > increased with every OS release. I realize this isn’t a common
> action
> > for
> > > normal users, but I don’t see why the installer needlessly
punishes
> > advanced
> > > users and developers.
> > >
> > > – arlie
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com] On Behalf Of
> > > xxxxx@seagate.com
> > > Sent: Thursday, April 06, 2006 10:21 AM
> > > To: Windows System Software Devs Interest List
> > > Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
> > >
> > > We do the same thing when we replace an HBA driver for a PCI board
> such
> > as a
> > > SiI 3124. But we don’t get “13 million different dialogs that want
> to
> > > automatically install the MS driver”. All we get is the typical
> “Tain’t
> > a
> > > certified driver” messages which we blow away and say continue.
> > >
> > > Gary G. Little
> > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> > >
> > > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
> > >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Mark,

Thanks for the reply.

What I looked at is the driver tab on the properties to this point.
What I see is that my driver is there along with the OHCI driver. But I
think OHCI is taking precedence over mine, since my KMDF driver is not
being called at driver entry.

I am looking into the install procedures now for KMDF since I am new to
it, I have been doing NDIS 6.0 drivers. Any insight into getting the
KMDF driver installed correctly would be appreciated. I have been
reading the whitepapers from Microsoft but they are very general. If
anyone knows any good links I would greatly appreciated it.

Thanks for the help. I have WinDBG up and running so I will check out
!devnode as well as verify in setupapi.log that is going wrong that I
don’t see.

Thanks again,
michael

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-252274-
xxxxx@lists.osr.com] On Behalf Of Mark Roddy
Sent: Thursday, May 25, 2006 7:23 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Newbie: Driver for diagnostic tests

The OHCI driver is the bus driver for the device. If your function
driver
has not been loaded for your 1394 endpoint then OHCI is going to be
the
driver for the device. Just because your inf file installs doesn’t
necessarily mean that it is correct. Is your driver loaded? Have you
looked
in setupapi.log to see if anything unusual happened? You need to debug
what
has gone wrong here.

I’d start from device manager in view devices by connection mode. Make
sure
that the enumerated endpoint ids match whats in your inf file. Come to
think
of it, exactly how did you install the driver? Signed/unsigned should
not
be
an issue here if you installed correctly and said yes to allow the
unsigned
driver. You do have the kernel installed, right? You might want to try
using
the debugger’s ‘!devnode’ command to look at what is going on.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Smith, Michael
G
(Michael)
Sent: Thursday, May 25, 2006 1:01 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Newbie: Driver for diagnostic tests

All,

Is there any way to stop the OHCI driver/ or stop it from installing
on
the device that I am trying to test.

Currently, my driver installs, but OHCI driver is also listed and I
believe that Windows is using this one since it is signed and mine is
not.

Any ideas on how to stop OHCI driver from binding to my device?

Thanks in advance,
Michael

> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:bounce-252252-
> xxxxx@lists.osr.com] On Behalf Of Smith, Michael G (Michael)
> Sent: Thursday, May 25, 2006 12:42 PM
> To: Windows System Software Devs Interest List
> Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
>
> All,
>
> I have taken over this adventure from the person who originally
posted
> this so forgive me if I repeat some things.
>
> I am writing a utility drive which needs to attach to a 1394 OHCI
> device.
>
> I have used the KMDF to develop a very light weight driver at this
time
> and tried to attach.
>
> I used device manager to select node and then update driver.
>
> Choose my inf and what happens is it appears that it used my inf but
> when I look under Driver File Details, it states ohci1394.sys
instead
of
> my driver.
>
> Any ideas how to get the system to allow my driver to bind?
>
> Thanks in advance,
> Michael
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com [mailto:bounce-247535-
> > xxxxx@lists.osr.com] On Behalf Of Victor Soriano
> > Sent: Thursday, April 06, 2006 1:26 PM
> > To: Windows System Software Devs Interest List
> > Subject: Re: [ntdev] Newbie: Driver for diagnostic tests
> >
> > All,
> >
> > Thanks very much for the information! I’ll start looking at
devcon,
> > KMDF, and the SetupDI family of API calls. Sounds like this is
exactly
> > what I need.
> >
> > Thanks again for the help,
> > Vic
> >
> >
> >
> > On 4/6/06, Arlie Davis wrote:
> > > > Ok, so 13 million is a little high. I’m just annoyed that I
have
> to
> > say
> > > > “no” over and over to install a specific driver. And I have
to
> > wait
> > > for
> > > > the installer to index all of the INFs and present them. It’s a
> > waste
> > > of
> > > > time, because I’m not going to select one of the existing
drivers,
> > I’m
> > > going
> > > > to install one I choose. There should be a way to do this
without
> > > waiting
> > > > for the INF indexing, and the option should be a lot earlier in
> the
> > > chain of
> > > > prompts. The number of UI steps for installing a specific
driver
> > has
> > > > increased with every OS release. I realize this isn’t a common
> > action
> > > for
> > > > normal users, but I don’t see why the installer needlessly
> punishes
> > > advanced
> > > > users and developers.
> > > >
> > > > – arlie
> > > >
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: xxxxx@lists.osr.com
> > > > [mailto:xxxxx@lists.osr.com] On Behalf Of
> > > > xxxxx@seagate.com
> > > > Sent: Thursday, April 06, 2006 10:21 AM
> > > > To: Windows System Software Devs Interest List
> > > > Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
> > > >
> > > > We do the same thing when we replace an HBA driver for a PCI
board
> > such
> > > as a
> > > > SiI 3124. But we don’t get “13 million different dialogs that
want
> > to
> > > > automatically install the MS driver”. All we get is the typical
> > “Tain’t
> > > a
> > > > certified driver” messages which we blow away and say continue.
> > > >
> > > > Gary G. Little
> > > >
> > > >
> > > > —
> > > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > > >
> > > > To unsubscribe, visit the List Server section of OSR Online at
> > > http://www.osronline.com/page.cfm?name=ListServer
> > > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > To unsubscribe, visit the List Server section of OSR Online at
> > > http://www.osronline.com/page.cfm?name=ListServer
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

There should be something in setupapi.log indicating why your driver failed
to load. I assume that you have followed the correct procedures for creating
KMDF install packages and installing KMDF drivers - that may not be a good
assumption. The system event log may contain an error message as well.

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Smith,
Michael G (Michael)
Sent: Friday, May 26, 2006 10:14 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Newbie: Driver for diagnostic tests

Mark,

Thanks for the reply.

What I looked at is the driver tab on the properties to this point.
What I see is that my driver is there along with the OHCI
driver. But I think OHCI is taking precedence over mine,
since my KMDF driver is not being called at driver entry.

I am looking into the install procedures now for KMDF since I
am new to it, I have been doing NDIS 6.0 drivers. Any
insight into getting the KMDF driver installed correctly
would be appreciated. I have been reading the whitepapers
from Microsoft but they are very general. If anyone knows
any good links I would greatly appreciated it.

Thanks for the help. I have WinDBG up and running so I will
check out !devnode as well as verify in setupapi.log that is
going wrong that I don’t see.

Thanks again,
michael

> -----Original Message-----
> From: xxxxx@lists.osr.com [mailto:bounce-252274-
> xxxxx@lists.osr.com] On Behalf Of Mark Roddy
> Sent: Thursday, May 25, 2006 7:23 PM
> To: Windows System Software Devs Interest List
> Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
>
> The OHCI driver is the bus driver for the device. If your function
driver
> has not been loaded for your 1394 endpoint then OHCI is going to be
the
> driver for the device. Just because your inf file installs doesn’t
> necessarily mean that it is correct. Is your driver loaded?
Have you
> looked in setupapi.log to see if anything unusual happened?
You need
> to debug what has gone wrong here.
>
> I’d start from device manager in view devices by connection
mode. Make
> sure that the enumerated endpoint ids match whats in your inf file.
> Come to think of it, exactly how did you install the driver?
> Signed/unsigned should
not
> be
> an issue here if you installed correctly and said yes to allow the
> unsigned driver. You do have the kernel installed, right? You might
> want to try using the debugger’s ‘!devnode’ command to look
at what is
> going on.
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of
Smith, Michael
G
> (Michael)
> Sent: Thursday, May 25, 2006 1:01 PM
> To: Windows System Software Devs Interest List
> Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
>
> All,
>
> Is there any way to stop the OHCI driver/ or stop it from installing
on
> the device that I am trying to test.
>
> Currently, my driver installs, but OHCI driver is also listed and I
> believe that Windows is using this one since it is signed
and mine is
> not.
>
> Any ideas on how to stop OHCI driver from binding to my device?
>
> Thanks in advance,
> Michael
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com [mailto:bounce-252252-
> > xxxxx@lists.osr.com] On Behalf Of Smith, Michael G (Michael)
> > Sent: Thursday, May 25, 2006 12:42 PM
> > To: Windows System Software Devs Interest List
> > Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
> >
> > All,
> >
> > I have taken over this adventure from the person who originally
posted
> > this so forgive me if I repeat some things.
> >
> > I am writing a utility drive which needs to attach to a 1394 OHCI
> > device.
> >
> > I have used the KMDF to develop a very light weight driver at this
> time
> > and tried to attach.
> >
> > I used device manager to select node and then update driver.
> >
> > Choose my inf and what happens is it appears that it used
my inf but
> > when I look under Driver File Details, it states ohci1394.sys
instead
> of
> > my driver.
> >
> > Any ideas how to get the system to allow my driver to bind?
> >
> > Thanks in advance,
> > Michael
> >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com [mailto:bounce-247535-
> > > xxxxx@lists.osr.com] On Behalf Of Victor Soriano
> > > Sent: Thursday, April 06, 2006 1:26 PM
> > > To: Windows System Software Devs Interest List
> > > Subject: Re: [ntdev] Newbie: Driver for diagnostic tests
> > >
> > > All,
> > >
> > > Thanks very much for the information! I’ll start looking at
devcon,
> > > KMDF, and the SetupDI family of API calls. Sounds like this is
> exactly
> > > what I need.
> > >
> > > Thanks again for the help,
> > > Vic
> > >
> > >
> > >
> > > On 4/6/06, Arlie Davis wrote:
> > > > > Ok, so 13 million is a little high. I’m just annoyed that I
> have
> > to
> > > say
> > > > > “no” over and over to install a specific driver. And I have
> to
> > > wait
> > > > for
> > > > > the installer to index all of the INFs and present
> them. It’s a
> > > waste
> > > > of
> > > > > time, because I’m not going to select one of the existing
> drivers,
> > > I’m
> > > > going
> > > > > to install one I choose. There should be a way to do this
> without
> > > > waiting
> > > > > for the INF indexing, and the option should be a lot
> earlier in
> > the
> > > > chain of
> > > > > prompts. The number of UI steps for installing a specific
> driver
> > > has
> > > > > increased with every OS release. I realize this
> isn’t a common
> > > action
> > > > for
> > > > > normal users, but I don’t see why the installer needlessly
> > punishes
> > > > advanced
> > > > > users and developers.
> > > > >
> > > > > – arlie
> > > > >
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: xxxxx@lists.osr.com
> > > > > [mailto:xxxxx@lists.osr.com] On Behalf Of
> > > > > xxxxx@seagate.com
> > > > > Sent: Thursday, April 06, 2006 10:21 AM
> > > > > To: Windows System Software Devs Interest List
> > > > > Subject: RE: [ntdev] Newbie: Driver for diagnostic tests
> > > > >
> > > > > We do the same thing when we replace an HBA driver for a PCI
> board
> > > such
> > > > as a
> > > > > SiI 3124. But we don’t get “13 million different dialogs that
> want
> > > to
> > > > > automatically install the MS driver”. All we get is
> the typical
> > > “Tain’t
> > > > a
> > > > > certified driver” messages which we blow away and say
> continue.
> > > > >
> > > > > Gary G. Little
> > > > >
> > > > >
> > > > > —
> > > > > Questions? First check the Kernel Driver FAQ at
> > > > http://www.osronline.com/article.cfm?id=256
> > > > >
> > > > > To unsubscribe, visit the List Server section of OSR Online at
> > > > http://www.osronline.com/page.cfm?name=ListServer
> > > > >
> > > >
> > > > —
> > > > Questions? First check the Kernel Driver FAQ at
> > > > http://www.osronline.com/article.cfm?id=256
> > > >
> > > > To unsubscribe, visit the List Server section of OSR Online at
> > > > http://www.osronline.com/page.cfm?name=ListServer
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > To unsubscribe, visit the List Server section of OSR Online at
> > > http://www.osronline.com/page.cfm?name=ListServer
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online
> at http://www.osronline.com/page.cfm?name=ListServer
>