Re: svn commit: r188570 - head/sys/cam

2009-02-13 Thread Scott Long
Attila Nagy wrote: Hello, Scott Long wrote: Author: scottl Date: Fri Feb 13 10:04:59 2009 New Revision: 188570 URL: http://svn.freebsd.org/changeset/base/188570 Log: In the case that the probe has determined that it can't query the device for a serial number, fall through to the next case

Re: svn commit: r188570 - head/sys/cam

2009-02-13 Thread Attila Nagy
Hello, Scott Long wrote: Author: scottl Date: Fri Feb 13 10:04:59 2009 New Revision: 188570 URL: http://svn.freebsd.org/changeset/base/188570 Log: In the case that the probe has determined that it can't query the device for a serial number, fall through to the next case so that initial nego

svn commit: r188570 - head/sys/cam

2009-02-13 Thread Scott Long
Author: scottl Date: Fri Feb 13 10:04:59 2009 New Revision: 188570 URL: http://svn.freebsd.org/changeset/base/188570 Log: In the case that the probe has determined that it can't query the device for a serial number, fall through to the next case so that initial negotiation still happens. Wi