summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_aoe.c
AgeCommit message (Expand)Author
2009-01-04malloc + memset(ah, 0, ...) to malloc with M_ZERO.Thordur I. Bjornsson
2008-12-24This creates the notion of a non-disk softraid device. The aoe targetMarco Peereboom
2008-11-25Add generic sr_scsi_done function that does the spl danceMarco Peereboom
2008-11-23softraid support for ata over ethernet (aoe). this includes a client andTed Unangst