summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata_raid_adaptec.c
AgeCommit message (Expand)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
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-02-02Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the rootmjf
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
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
ared library, and hence cannot be referenced when the component is loaded. Add a workaround which works both with 2.16 and 2.19: force a reference to the __start symbol internally and hence retain it in the resulting library. 2009-05-28Use a bunch of weak symbols to determine which network componentspooka are present. This works in userspace as opposed relying in link sets, which fail miserably. Later, when the networking stack becomes modularized, we can move to a dynamic scheme like with file systems. Also, this change allows us to do proper autoconfig, namely attach the loopback interface iff it is present. 2009-02-08Add a PF_LOCAL rump kernel component.pooka