Re: Device driver - panics executing kvtop() when compiled as KLD module

1999-12-10 Thread Mike Smith
> > I am in the process of writing a device driver for the Turtle Beach Multisound > Monterey soundcard. At the moment I am statically compiling my code into the > kernel and it is somewhat operational. I have added conditional compilation > code to also compile as a kld module. My problem is tha

Device driver - panics executing kvtop() when compiled as KLD module

1999-12-10 Thread Bob Kot
I am in the process of writing a device driver for the Turtle Beach Multisound Monterey soundcard. At the moment I am statically compiling my code into the kernel and it is somewhat operational. I have added conditional compilation code to also compile as a kld module. My problem is that when I k