summaryrefslogtreecommitdiff
path: root/sys/modules/if_run
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_run')
0 files changed, 0 insertions, 0 deletions
8 +0000'>2012-07-24Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 andjakllsch 2012-07-15Some namespace protection (and add greppablity).dsl 2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer 2011-05-24Properly use format stringjoerg 2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung 2010-11-05Pave the way for detachment of pciide(4)-family ATA controllers.jakllsch 2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer 2009-03-12Turn off interrupt disable bit in command status reg.bsh 2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube 2007-02-09Merge newlock2 to head.ad 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-06-26Add support for SIS 660/760 IDE Controllers and SIS 181/182xtraeme 2005-12-11merge ktrace-lwp.christos 2005-06-16Add quirk for SIS 96x that masquerade as a SIS503. Based on patch sent bybouyer 2005-05-30- const poisoningchristos 2005-05-24add __KERNEL_RCSIDlukem 2005-02-27nuke trailing whitespaceperry 2004-08-21atastart() (called only at splbio(), and from interrupts) can changethorpej 2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej 2004-08-19- Add and use a CHAN_TO_WDC() macro to get the wdc_softc from anthorpej 2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej 2004-08-13WDCDEBUG -> ATADEBUG.thorpej 2004-08-13Don't bother with bits that tell of the presence of optional callbacks;thorpej 2004-07-21Add the SiS 741, per PR 26394.mycroft 2004-04-22Added initial support for SIS 180 SATA controller. Patterned afterskd 2004-01-03More wdc_channel structure member namespace cleanup:thorpej 2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej 2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl 2003-10-11Cosmetic changes:thorpej 2003-10-08Split pciide in per-chip family driver, as proposed inbouyer