summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpt_openbsd.c
AgeCommit message (Expand)Author
2005-07-20Remove some more dead code and stale comments.Marco Peereboom
2005-07-20Remove some old NetBSDism for resource shortages. Add proper handling for thisMarco Peereboom
2005-07-20Delete dead code.Marco Peereboom
2005-07-20Skip processor devices when running PPR as per XXX. Ran into a box where theMarco Peereboom
2004-12-28indent properlyTheo de Raadt
2004-11-21Fix theo's amd64Marco Peereboom
2004-11-03Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & d...Marco Peereboom
2004-10-26Add RAID volume pageMarco Peereboom
2004-10-22Add:Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-07-12Add detection of IM/IS/IME support in mpt_attach(). This is in preparation t...Marco Peereboom
2004-06-30Force SCSI_POLL for commands issued during probe. Fixes problem with mpt onKenneth R Westerback
2004-06-22Remove all static functions. ok krw@Marco Peereboom
2004-04-28Removing some erroneous \n junk and a little KNF. ok & tested krw@Marco Peereboom
2004-04-25Make it clear that we will give each target an openings value equal toKenneth R Westerback
2004-04-12Fix DMA length on complex SGL. Apparantly this fixes the outstanding 1.03.xx...Marco Peereboom
2004-04-11Use INQUIRY instead of TUR for PPR. By doing this the target device actually...Marco Peereboom
2004-03-19Tweak isr to speed it up, panic in correct spot, prepare for more firmwareKenneth R Westerback
2004-03-17Reduce openings to avoid both usual 'EIO' problems in interrupt modeKenneth R Westerback
2004-03-15DO NOT UNDO MY COMMITSTheo de Raadt
2004-03-14Add first cut at PPR negotiation. From Marco Peereboom.Kenneth R Westerback
2004-03-10no need for re-including machine/stdarg.hTheo de Raadt
2004-03-07Eliminate bit fields and unused fields in mpt_softc.Kenneth R Westerback
2004-03-06Initial version of driver for LSI MPT devices, like the U320 1030.Kenneth R Westerback