CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/02/19 06:41:23
Modified files:
sys/dev/ic : qla.c qlavar.h
Log message:
tweak the response queue handling so it looks like qle. the important
bit is to post to the resp_out register once outside the loop rather
than inside every loop.
rework the code for finding the queue registers so its done once
on attach by pointing the sc at a map, rather than running big
conditionals in code on every register operation based on teh chip
version.
tested on 2200s by me and 2312s by jmatthew@
ok jmatthew@