summaryrefslogtreecommitdiff
path: root/sys/dev/pci/sili_pci.c
AgeCommit message (Expand)Author
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-05Suspend/resume support for sili(4). Not perfect yet, but prevents us fromMark Kettenis
2009-05-13Match on Adaptec AAR-1225SA, which should work accordingJonathan Gray
2008-11-23sizeofa -> nitemsDavid Gwynne
2007-11-23feng shuiDavid Gwynne
2007-04-07sizeofa will give us the number of elements in an array. use it whenDavid Gwynne
2007-04-06Match even more ids: 3131/3531 and some rebadged Intel/AdaptecJonathan Gray
2007-04-05start defining the scatter/gather bits and the port request blocks (PRBs).David Gwynne
2007-03-31Match on the 3132 as well.Jonathan Gray
2007-03-31the attach glue now specifies how many ports the chip has.David Gwynne
2007-03-22map the global and port register spaces.David Gwynne
2007-03-22import sili(4) so it can be worked on in the tree. this will support theDavid Gwynne