cvs commit: src/sys/cam/scsi scsi_da.c
Scott Long
scottl at freebsd.org
Sun May 2 12:33:29 PDT 2004
Nate Lawson wrote:
> njl 2004/05/02 12:24:23 PDT
>
> FreeBSD src repository
>
> Modified files:
> sys/cam/scsi scsi_da.c
> Log:
> Quirk for Neuros USB audio device.
>
> PR: kern/63645
> Submitted by: Aron Stansvik <elvstone at osdever.net>
>
> Revision Changes Path
> 1.168 +8 -0 src/sys/cam/scsi/scsi_da.c
Speaking of quirks, what do you think about the XPT quirk table
in cam_xpt.c? It looks to be quirks that apply to the inital
probing and configuring of a device. I'm pretty set on moving
it to the (new) scsi/scsi_probe.c file, but I'm curious what
other opinions are on it, whether there should be a more generic
quirk framework (think future non-SCSI transports), etc.
Scott
More information about the cvs-src
mailing list