CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/09/19 17:13:02
Modified files: sys/dev/ata : atascsi.c Log message: move the ncq depth calculation into atascsi_probe where it belongs. by default we now only give devices 1 openings unless both the adapter and device support ncq and a queue depth greater than one. tested by josh elsasser, who always seems to get hurt when i change the openings handling in atascsi. ok krw@