summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2003-12-14Move struct ata_bustype from wdvar.h to atavar.h.thorpej
2003-12-14Move struct ata_bio from wdvar.h to atavar.h.thorpej
2003-12-14Tidy up the whitespace.thorpej
2003-12-14Regen: added ATI Radeon 9200SE.tsutsui
2003-12-14Add ATI Radeon 9200SE.tsutsui
2003-12-14Do 5704-specific setup of DMA control register for all 5704 variants,jonathan
2003-12-14Liberally apply static.thorpej
2003-12-14Cosmetic changes in some autoconfiguration messages.thorpej
2003-12-14De-__P and use ANSI-style function decls.thorpej
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-14Missing splx() calls.ad
2003-12-14Liberally apply "static", and wrap a line.thorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-13Make this compile again.ad
2003-12-13Add write barriers (a no-op on vax).ad
2003-12-13Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of thehannken
2003-12-13Merge ACPI-CA 20031203kochi
2003-12-12Fix compilation for ports w/o __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS.martin
2003-12-12In parallel to the interrupt handler pckbcintr provide two functionsmartin
2003-12-12Just use the default field separatorjmc
2003-12-12Regen (picks up PNP8389 after devlist2h.awk changesjmc
2003-12-12Fix from PR#23177. Pass lint and while here use a regular field separatorjmc
2003-12-11make this compile again.christos
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clausejdolecek
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-12-10The file system snapshot pseudo driver.hannken