summaryrefslogtreecommitdiff
path: root/sys/dev/pci/satalink.c
AgeCommit message (Expand)Author
2004-01-07Initialize some importantant members of the drive info structure. (I havethorpej
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-12-31Include <dev/ata/atareg.h>, so that WDSD_IBM is defined.martin
2003-12-30Move the drive probing code out of atabusconfig() and into a newthorpej
2003-12-20Fix a typo.thorpej
2003-12-20Add support for the Silicon Image 3114 SATALink 4-port SATA controller.thorpej
2003-12-19Use a register map to find the offsets of various per-channelthorpej
2003-12-15Remove the notice that was in cmdide.c before SATALink support was splitthorpej
2003-12-15Use the SControl and SStatus registers to query the SATA PHY forthorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej