summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata_raid_adaptec.c
AgeCommit message (Collapse)Author
2022-03-19Lock vnode across VOP_OPEN.hannken
2018-10-22convert from malloc(9) to kmem(9)jdolecek
2017-11-01refactor wd and ataraid drivers to use common disk subroutines.mlelstv
2008-09-15Add support for status reports via bio(4) to ataraid(4).tron
The code was contributed by Juan RP in PR kern/39514.
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
cosmetic changes where appropriate.
2008-02-02Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the rootmjf
file system to be identified properly again.
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
The general trend is to remove it from all kernel interfaces and this is a start. In case the calling lwp is desired, curlwp should be used. quick consensus on tech-kern
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-20Basic support for RAID0 and RAID1 for the Adaptec HostRAID format as foundbriggs
on the Intel 6300ESB on-board RAID. Adapted from FreeBSD.