Re: Cardbus fixes

2000-11-20 Thread Jonathan Chen
I've been side tracked for a long time since after the con with various more urgant things to do, and have left the cardbus stuff along for a while, but now that thanksgiving is near, I might have some more time to work on this... On Sat, Nov 18, 2000 at 10:05:01PM -0700, Justin T. Gibbs wrote: >

Re: Cardbus fixes

2000-11-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> Wes Peters writes: : If it permits sharing within the "engineering department" perhaps we should : just mount it in a drive on freefall. That's the usual sharing arrangement : within for-profit companies, and only FreeBSD "associates" have access to : freefall. I t

Re: Cardbus fixes

2000-11-19 Thread Wes Peters
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> Nate Williams writes: > : > >I'll have to look up the CIS_PTR spec. I'm not sure I like hardwiring > : > >things like this. > : > > : > Where did you get a copy of the pccard spec? Do you have to order > : > it from the pcmcia SIG? > : > : M

Re: Cardbus fixes

2000-11-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> Nate Williams writes: : > >I'll have to look up the CIS_PTR spec. I'm not sure I like hardwiring : > >things like this. : > : > Where did you get a copy of the pccard spec? Do you have to order : > it from the pcmcia SIG? : : Mike has my really old copy you can h

Re: Cardbus fixes

2000-11-19 Thread Nate Williams
> >I'll have to look up the CIS_PTR spec. I'm not sure I like hardwiring > >things like this. > > Where did you get a copy of the pccard spec? Do you have to order > it from the pcmcia SIG? Mike has my really old copy you can have (if you can get it from him), and I think FreeBSD Inc. bought W

Re: Cardbus fixes

2000-11-19 Thread Justin T. Gibbs
>I'll have to look up the CIS_PTR spec. I'm not sure I like hardwiring >things like this. Where did you get a copy of the pccard spec? Do you have to order it from the pcmcia SIG? -- Justin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the m

Re: Cardbus fixes

2000-11-18 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Justin T. Gibbs" writes: : 1) When mucking with mapping registers, it is best to *not* have : io or memory space access enabled. This patch defers the setting : of these bits until after all of the mapping registers are probed. : It might be even bette

Cardbus fixes

2000-11-18 Thread Justin T. Gibbs
While working on getting the APA-1480 to work under FreeBSD's new cardbus support, I ran into several issues. 1) When mucking with mapping registers, it is best to *not* have io or memory space access enabled. This patch defers the setting of these bits until after all of the mapping re