summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-03-30iop works on my amd64, add it deraadt@Peter Stromberg
2006-03-30do an int & unsigned int dance because of shift of signed value; ok miodTheo de Raadt
2006-03-30fix a typoEsben Norby
2006-03-30In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar.Claudio Jeker
2006-03-30Spelling in comment.Claudio Jeker
2006-03-29workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ kette...Michael Shalayeff
2006-03-29Recognise it(4) at port 0xd00 as well. This is where ASUS seemJonathan Gray
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