summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/silivar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Suspend/resume support for sili(4). Not perfect yet, but prevents us fromkettenis2010-08-051-1/+3
| | | | getting stuck. Based on an initial diff from deraadt@.
* sizeofa -> nitemsdlg2008-11-231-3/+1
|
* sizeofa will give us the number of elements in an array. use it whendlg2007-04-071-1/+3
| | | | iterating over the pci device ids.
* initial atascsi glue.dlg2007-03-311-1/+2
|
* start filling out stuff for managing each port. this allocates it, set adlg2007-03-301-1/+7
| | | | register window up, and provides access to the port registers.
* map the global and port register spaces.dlg2007-03-221-4/+9
|
* import sili(4) so it can be worked on in the tree. this will support thedlg2007-03-221-0/+32
silicon image 3124/3132/3531 sata chipsets eventually. so far this is the autoconf glue, an actual match routine for the 3124, and interrupt establishment code. it is split up between pci and ic cos there are cardbus variants of these controllers that we can support in the future. thanks to jolan@ for the name, it was better liked than my initial suggestion of siisl(4).