summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mpii.c
AgeCommit message (Expand)Author
2010-06-15dont pass the dev_t from the scsi device drivers into the midlayer forDavid Gwynne
2010-05-26- no need for a separate mpii_minphys;Marco Peereboom
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-04-15- fix bunch of use-after-free bugs found by splint;Marco Peereboom
2010-04-10some frees that were forgottenMarco Peereboom
2010-04-09oopsie, misplaced {Marco Peereboom
2010-04-09- event handling rewrite (while preserving original logic);Marco Peereboom
2010-04-06update a random sampling of drivers after the proc.h -> systm.h moveTed Unangst
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-03-09- push replies back to the free queue when done processing eventsMarco Peereboom
2010-03-07Make NO_CCB do its thing and by proxy mpii gets a much funner number ofMarco Peereboom
2010-02-25- endianness fixes in then bioctl code;Marco Peereboom
2010-02-20Make use of PHY port numbers as targets for the drives insteadMarco Peereboom
2010-02-20- implements bioctl support;Marco Peereboom
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-12-01Change type of dva to u_int64_t to make mpii(4) compile on i386.Alexander Bluhm
2009-11-24Add event framework.Marco Peereboom
2009-11-05Make compile on 32 bit as well.Marco Peereboom
2009-11-03Simplify and remove debug cruft from interrupt handler. Original diff fromMarco Peereboom
2009-10-27rename the source file. my screwup, i asked for this and didnt check it.David Gwynne