Re: usbd does not use detach

2003-08-14 Thread Eric Jacobs
On Thu, 14 Aug 2003 14:30:06 + Olivier Cortes <[EMAIL PROTECTED]> wrote: > Le Mer 06/08/2003 à 17:55, Jan Stocker a écrit : > > Does nobody has this problem or does noone use this feature? > > the problem i see with detach is the "utility" of the command. > > example: my digital photo record

Re: usbd does not use detach

2003-08-15 Thread Eric Jacobs
On Thu, 14 Aug 2003 22:37:35 -0600 (MDT) "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > In message: <[EMAIL PROTECTED]> > Eric Jacobs <[EMAIL PROTECTED]> writes: > : #DETACH_FORCE: Clients using the device must be disconnected, > :

Re: usbd does not use detach

2003-08-15 Thread Eric Jacobs
On Thu, 14 Aug 2003 10:38:07 -0700 John-Mark Gurney <[EMAIL PROTECTED]> wrote: > > This is a bit more complex than this. There are many more layers between > usb and VFS. For USB umass devices, they proxy to cam, which then is an > interface to da which is a provider for geom which then provide

Re: LG 5350 cell phone

2003-06-16 Thread Eric Jacobs
--- Josef Karthauser <[EMAIL PROTECTED]> wrote: > > > An easy project for someone would be to write a general usb querying > > tool for displaying the classes, etc that a usb device supports. > > I've got code kicking around, mostly from Nick Hibma, but I never got > > around to finishing it off.

Re: cardbus and xircom ethernet problem

2003-06-22 Thread Eric Jacobs
On Sun, 22 Jun 2003 13:39:05 +0100 (BST) "Matt" <[EMAIL PROTECTED]> wrote: > I have just tried this and this puts the machine in a hard lock with > CISTPL_NONE 00 scrolling up the screen constantly until after 30 seconds > or so it panics with page fault 12 in cbb0. I have a card which does this

PATCH: move cardbus container to "pci" devclass

2003-06-25 Thread Eric Jacobs
Hello I have made a patch for -CURRENT and 5.1-RELEASE that hopefully improves the support for Cardbus devices by changing the "cardbus" driver to implement the "pci" devclass rather than the "cardbus" devclass, and to make their unit numbers correspond with the PCI secondary bus numbers that thei