summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/sili_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-10/+4
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-1/+4
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-2/+4
* Suspend/resume support for sili(4). Not perfect yet, but prevents us fromkettenis2010-08-051-2/+23
* Match on Adaptec AAR-1225SA, which should work accordingjsg2009-05-131-1/+2
* sizeofa -> nitemsdlg2008-11-231-2/+2
* feng shuidlg2007-11-231-2/+4
* sizeofa will give us the number of elements in an array. use it whendlg2007-04-071-2/+2
* Match even more ids: 3131/3531 and some rebadged Intel/Adaptecjsg2007-04-061-2/+6
* start defining the scatter/gather bits and the port request blocks (PRBs).dlg2007-04-051-1/+4
* Match on the 3132 as well.jsg2007-03-311-2/+3
* the attach glue now specifies how many ports the chip has.dlg2007-03-311-5/+32
* map the global and port register spaces.dlg2007-03-221-26/+36
* import sili(4) so it can be worked on in the tree. this will support thedlg2007-03-221-0/+150