summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-03-29we never use what the ccb completion functions return, so make them allDavid Gwynne
2006-03-29fix the sync_cache scsi command up so it can run asynchronously using theDavid Gwynne
2006-03-29regenJonathan Gray
2006-03-29Add a bunch of JMicron entries and Radeon X550.Jonathan Gray
2006-03-29check for IFF_RUNNING being set before calling bge_init().Brad Smith
2006-03-29Enable the MPU-401 MIDI UART found at isa address 0x330Jonathan Gray
2006-03-28syncTheo de Raadt
2006-03-28obviously notTheo de Raadt
2006-03-28regenBrad Smith
2006-03-28add the Acer Labs M5261 LAN.Brad Smith
2006-03-28regenBrad Smith
2006-03-28- add the Radeon X300Brad Smith
2006-03-28ANSIfy and deregister, no binary change.Pedro Martelletto
2006-03-28Add Intel 82801GB (ICH7M) SATA;Robert Nagy
2006-03-28Sync up to Intel's latest FreeBSD em driver (5.1.5). Adds supportBrad Smith
2006-03-27add a few more crypto cards.Brad Smith
2006-03-27fixes interrupts processing.Damien Bergamini
2006-03-27rev 1.30Brad Smith
2006-03-27- complete rework of rings allocation (do things more like ral(4))Damien Bergamini
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-03-27Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA.Mark Kettenis
2006-03-27regenMichael Shalayeff
2006-03-27typoMichael Shalayeff
2006-03-27do not rush putting embrionic process on child/thread/sibling lists and set t...Michael Shalayeff
2006-03-27sync in some of the new PCI ids.Brad Smith
2006-03-27regenBrad Smith
2006-03-27make this entry a little shorter.Brad Smith
2006-03-27regenBrad Smith
2006-03-27some new Intel Gigabit Ethernet PCI ids.Brad Smith
2006-03-27revert a small part of the last commit that wasn't supposed to go in.Brad Smith
2006-03-27Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).Brad Smith
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2006-03-27regenBrad Smith
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2006-03-27Split the chip map for Intel SATA out into a seperate functionJonathan Gray
2006-03-27Fix compilation when UVISOR_DEBUG is defined.Jonathan Gray
2006-03-27shrink by removing some unneeded ifdefsDavid Gwynne
2006-03-27we dont support the cypress serial things yet, so dont lie. when we do itDavid Gwynne
2006-03-27Some minor nits from form@, no functional changes.Alexander Yurchenko
2006-03-27Kill lint warning by using unsigned right hand arg to >>Otto Moerbeek
2006-03-27com at pcmcia; from fkr@bytemine.deTheo de Raadt
2006-03-27put com(4) at cdevsw 26Theo de Raadt
2006-03-27in detach, mark device with COM_SW_DEAD, so that close() will not goTheo de Raadt
2006-03-26Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() andBrad Smith
2006-03-26Support for accesing 8-bit ISA I/O throught the gpio(4)Alexander Yurchenko
2006-03-26syncAlexander Yurchenko
2006-03-26Support for Falcom Samba GPRS modem; from tm@openbsd.ru.Alexander Yurchenko
2006-03-26Don't allow to change gpio pin state if /dev/gpio was openedAlexander Yurchenko
2006-03-26do per file io accounting and show that in fstat as well; pedro@ marco@ okMichael Shalayeff
2006-03-26if_link_state_change() is more appropriate here.Camiel Dobbelaar