umass, Verbatim STORE N GO drive, CAM status 0x50

2015-03-28 Thread Damian Weber
Dear all, on a 11-current system I tried a VERBATIM usb drive which does not produce a /dev/da... entry. My question is whether this can be fixed by adding an entry in some array within the kernel source (header files?) or is this bad hardware for which a workaround implementation is needed.

Re: umass, Verbatim STORE N GO drive, CAM status 0x50

2015-03-28 Thread Damian Weber
> Date: Sat, 28 Mar 2015 15:36:01 > From: Hans Petter Selasky > To: Damian Weber , freebsd-current@freebsd.org > Subject: Re: umass, Verbatim STORE N GO drive, CAM status 0x50 > > On 03/28/15 15:06, Damian Weber wrote: > > what do you recommend? > > Try addi

Re: umass, Verbatim STORE N GO drive, CAM status 0x50

2015-03-29 Thread Damian Weber
> > > I did not find where the product ID goes ... > > is that everything I have to consider? > > At the end of sys/dev/usb/usbdevs you'll find the product IDs. I tried and failed to get Verbatim Store N Go working. This included the following attempts 1) include the quirk UQ_MSC_NO_SYNC_CACH

Re: umass, Verbatim STORE N GO drive, CAM status 0x50

2015-04-01 Thread Damian Weber
> Try adding some quirks: > > usbconfig dump_quirk_names | grep MSC > > --HPS Dear Hans Petter and Kurt, thank you for your great advice, I successfully attached my Verbatim USB drive the magic lines are in ./dev/usb/usbdevs : +vendor VERBATIM0x18a5 Verbatim +product VERBATIM STOREN

Re: umass, Verbatim STORE N GO drive, CAM status 0x50

2015-04-01 Thread Damian Weber
On Wed, 1 Apr 2015, Hans Petter Selasky wrote: > Date: Wed, 1 Apr 2015 16:38:03 > From: Hans Petter Selasky > To: Damian Weber , Kurt Jaeger > Cc: freebsd-current@freebsd.org > Subject: Re: umass, Verbatim STORE N GO drive, CAM status 0x50 > > On 04/01/15 16:2

Re: bug with special bracket expressions in regular expressions

2013-09-02 Thread Damian Weber
On Mon, 2 Sep 2013, Andriy Gapon wrote: > re_format(7) says: > There are two special cases? of bracket expressions: the bracket expres? > sions ?[[:<:]]? and ?[[:>:]]? match the null string at the beginning and > end of a word respectively. A word is defined as a sequence of word