summaryrefslogtreecommitdiff
path: root/sys/dev/i2o/iopsp.c
AgeCommit message (Expand)Author
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2009-04-02Convert lockmgr to rwlock. Fixing a (harmless) lock leak on attachOwain Ainsworth
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-18scsi_done() must be splbio() protected... who did this work for??; ok dlgTheo de Raadt
2007-10-04attribute packed -> __packedGilles Chehade
2007-09-16Obvious M_ZERO changes.Kenneth R Westerback
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2003-01-13make it compile w/ SCSIDEBUG defined, found by brad@Michael Shalayeff
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-27use proper size for swappingMichael Shalayeff
2001-06-27remove unused var declNiklas Hallqvist
2001-06-27modify for our scsi frameworkMichael Shalayeff
2001-06-26Start at raw SCSI support over i2o, from NetBSD, hacked by me, not readyNiklas Hallqvist