Subject: Re: cardbus/pcmcia
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 05/25/2001 14:06:06
> Where does calltrap() come from?

That's part of the page fault / machine trap handling path.

Somehow I think gdb isn't quite doing the right thing with tracebacks
through trap handlers.

that said, clearly something in pcmcia_scan_cis stepped on a bad page.

The in-kernel DDB should give you a better idea of where it faulted.

					- Bill