Re: toaster sample in Vista
- From: "Doron Holan [MSFT]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Nov 2007 15:39:35 -0800
it should work out of the box, i think you wil have to debug this line by line
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Brian" <Brian@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:27AE0B67-5E3A-4AC1-A781-F37020FAA79E@xxxxxxxxxxxxxxxx
But why doesn't busenum work? Is it doing something no longer supported. I
am trying to install and debug it because it has the functionality I am
interested in. under XP I have a bus filter driver to PCI.sys that enables
us to use hot-plugging capabilities of a PCI-Express expansion chassis. I
want to do the same thing in Vista, and the toaster model seems to fit. To
be honest I don't really care much about the toaster portion of the example
beyond seeing it discovered enumerated and started.
"Doron Holan [MSFT]" wrote:
you don't need to install busenum to install a toaster. you can create a
root enumerated device with devcon, devcon install inf hwid (the bus driver
you are trying to install is root enumerated also ;) ). I would suggest
that you start with the KMDF version of these drivers in the 6000 WDK and
start from there.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Brian" <Brian@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0FAA7C23-23C6-4625-B14C-198C7539C2A8@xxxxxxxxxxxxxxxx
>I am currently developing a device driver in Vista, I have done several >WDM
> drivers pre-Vista. I decided that the toaster example was a good
> comprehensive start. I was able to get the bus driver installed, > however
> when I tried to "add a device" I got an error message saying I could > not
> creat a handle to the bus driver. I am suspecting that I need to > sign
> the
> driver or something like that. Is there a step I am missing to get the
> toaster sample to work on Vista?
>
> I went back to XP just to check my procedure, and while I did see the
> process of adding the device, I received a BSOD in busenum.sys. It
> appeared
> to be around when I would expect the function driver to be started. I > am
> going to hook up windbg to get a better picture, but is this a known?
> Seems
> a little obvious, so I'm even wondering if I built a version with an
> intentional bug in it.
>
.
- References:
- toaster sample in Vista
- From: Brian
- Re: toaster sample in Vista
- From: Doron Holan [MSFT]
- toaster sample in Vista
- Prev by Date: Re: Disable Device is persisted, but where?
- Next by Date: Re: Multiprocessor synchronization
- Previous by thread: Re: toaster sample in Vista
- Next by thread: Re: DTM - Common Scenario Stres with IO Failures on Vista 32
- Index(es):
Relevant Pages
|