summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-01-06Recognize the ALC292Brad Smith
2014-01-05regenBrad Smith
2014-01-05Add Realtek RTS5227Brad Smith
2014-01-05HIBERNATE_SELTABLE is not used anymore. Remove, and reclaim its stolenMike Larkin
2014-01-05Don't use the first 64KB for anything, including tramps. Move tramps andMike Larkin
2014-01-05On some architectures you can get away with using an uninitialised mutex;Joel Sing
2014-01-05Cleanup some leftovers from previous changes.Miod Vallat
2014-01-04Fix of_cmap[] size. Makes the textmode cursor reappear on vgafb (i.e.Miod Vallat
2014-01-04Add rnddata[] placeholders to make these boot blocks build again.Miod Vallat
2014-01-03Purging a queue requires it to be non-empty, not empty.pelikan
2014-01-03KNF, update comments, and delete LUNA(m68k) specific DIPSW comments.Kenji Aoyama
2014-01-03Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools.pelikan
2014-01-03Make queues disappear correctly on interfaces being destroyed.pelikan
2014-01-03regenJoel Sing
2014-01-03Fix previous commit, which clearly was not even compile tested, since itJoel Sing
2014-01-03regenBrad Smith
2014-01-03Add some newer Intel wireless PCI ids from 2000, 2030, 135, 100, 3160Brad Smith
2014-01-03Add the second 7260 PCI id.Brad Smith
2014-01-03Fix spelling in commentsPhilip Guenther
2014-01-02crank version after random instruction fix from jsingTheo de Raadt
2014-01-02Add primary support for LUNA-88K 4bpp/8bpp frame buffer.Kenji Aoyama
2014-01-02disable MSI for Samsung XP941.Gilles Chehade
2014-01-02syncGilles Chehade
2014-01-02add vendor and productGilles Chehade
2014-01-02Simplify things slightly by using four byte indexing.Joel Sing
2014-01-02Ensure that we preserve callee-save registers.Joel Sing
2014-01-02enable beep controls on ALC221 and ALC269 as wellJonathan Gray
2014-01-02enable beep and CD controls on ALC282Jonathan Gray
2014-01-02loadrandom() status should be ignored, so that we do not loop.Theo de Raadt
2014-01-01Remove __HAVE_PMAP_PHYSSEG support, nothing uses it anymore.Miod Vallat
2014-01-01Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD.Miod Vallat
2014-01-01Destroy the eligible list when detaching from an interface.pelikan
2014-01-01fix header to get symbols loaded correctlyMiod Vallat
2014-01-01Add a linker script to force the .openbsd.randomdata section to be put afterMiod Vallat
2014-01-01copyright++Federico G. Schwindt
2013-12-31tedu the diagnostic code to detect the presence of the defective Xterasys XN-152Brad Smith
2013-12-31regenBrad Smith
2013-12-31another MCP61 idBrad Smith
2013-12-31bcopy -> memcpy. reviewed with one fix from matthewTed Unangst
2013-12-30Add support for newer integrated Realtek PHY.Brad Smith
2013-12-30Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media statusBrad Smith
2013-12-30Expand the MSI support to cover most of the remaining bge(4) chipsets with theBrad Smith
2013-12-30Enable snooping on Lynx Point-LP HD Audio.Jonathan Gray
2013-12-30Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.Kenji Aoyama
2013-12-30Fix IOC4DEV_xxx numbers, so that devices besides the first two serial portsMiod Vallat
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-29In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257)Miod Vallat
2013-12-29Remove excessive parentheses.Brad Smith
2013-12-29Force clock clamping after one byte received instead of three. There are stillMiod Vallat