summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-12-23Only ACK pending interrupts (instead of all possible). Log interrupts wemartin
2003-12-23xycattach: use correct map in vme_dmamap_create().pk
2003-12-23Some older devices do not understand the `disable block descriptors' bit inpk
2003-12-22Regen.sekiya
2003-12-22Add MELCO LUA-U2-KTX 10/100 USB network interface IDs. Uses uax driver.sekiya
2003-12-21(Although I want this code to Go Away, I might as well fix this bug for compl...oster
2003-12-21Since the 5th arg of pool_init() wasn't actually the numberoster
2003-12-21correct handling of _SI.SST method as it is described in ACPI spec.kochi
2003-12-21Fix usage of fifth argument to pool_init().simonb
2003-12-21Make ACPI interpreter a bit permissive:kochi
2003-12-21Give up unresponding hardware when entering sleep state.kochi
2003-12-21Make ACPI interpreter a bit permissive:kochi
2003-12-20add more fields to ata_smart_attr, add structures for selftest loglha
2003-12-20add SMART Read Log constantlha
2003-12-20don't enumerate individual minor number cases in mmioctl(), handle alljdolecek
2003-12-20- Add /* CONSTCOND */ where appropriate.tsutsui
2003-12-20- Minor coding modifications for VDAC register access.nisimura
2003-12-20- Use volatile designations for memory writes to prevent compilernisimura
2003-12-20Fix a typo.thorpej
2003-12-20Add support for the Silicon Image 3114 SATALink 4-port SATA controller.thorpej
2003-12-20Regen: Add product ID for the SiI 3124 SATALink.thorpej
2003-12-20Add product ID for the SiI 3124 SATALink.thorpej
2003-12-19While legacy PCI IDE controllers have only 2 channels, it is quite commonthorpej
2003-12-19Some controllers must have certain bits always be set in the IDEDMA_CMDthorpej
2003-12-19More unsigned long casts to make this work on ppc. Fix formatting of debugchristos
2003-12-19PR/23802: KIYOHARA Takashi: Bad printf format with CBB_DEBUG. While I amchristos
2003-12-19Const poison the channel name.thorpej
2003-12-19Move the PCIIDE_OPTIONS_* constants into pciidevar.hthorpej
2003-12-19Regen: Add product ID for the Silicon Image 3114 SATALink.thorpej
2003-12-19Add product ID for the Silicon Image 3114 SATALink.thorpej
2003-12-19Use a register map to find the offsets of various per-channelthorpej
2003-12-18If we're running on a Connectix Virtual PC, we might get a packet longerthorpej
2003-12-17Add BA5 space tag/handles for Silicon Image SATALink.thorpej
2003-12-17Some additional SATA-II registers.thorpej
2003-12-17Add support for some more Marvell-based adapters to the sk driver:tls
2003-12-17- Restore the display to a sane state when leaving mapped mode.ad
2003-12-16Synchronize with FreeBSD:dyoung
2003-12-15Use aprint_debug() instead of aprint_normal() for debug info.tsutsui
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
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-15Add a (*drv_probe)() optional callback into the driver to probe forthorpej
2003-12-14Rename __wdcprobe() to wdcprobe1().thorpej
2003-12-14Serial ATA register definitions.thorpej
2003-12-14PR 23428: support National Datacomm Corporation NCP130A2 board.dyoung
2003-12-14Move the wddone() prototype to wd.cthorpej
2003-12-14Garbage-collect __ATA_DISK_PRIVATE; it is no longer needed.thorpej
2003-12-14No need to include wdvar.h anymore.thorpej
2003-12-14Instead of calling wddone() directly, set a (*drv_done)() callback inthorpej
2003-12-14Move struct ata_device from wdvar.h to atavar.h.thorpej