summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octcf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate redundant buf validation checks in xxstrategy() methods nowmatthew2011-07-061-19/+14
* Use disk_lock_nointr() in the xxclose() routines so that they cannotderaadt2011-06-191-6/+4
* Use disk_lock/disk_unlock directly and in the same way in these drivers,deraadt2011-06-191-11/+8
* Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotmatthew2011-06-051-17/+1
* Get rid of the wlabel argument to bounds_check_with_label(). It'smatthew2011-06-031-3/+2
* obio renamed iobus, moved interrupt handler code to dev/octeon_intr.csyuu2011-05-081-5/+5
* Replace broken CF driver with new one, fixed bus_space base address.syuu2010-10-261-0/+928