summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-18Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instanceMark Kettenis
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2013-03-17- Remove the reserved number of TX descriptors. No limitation is mentioned inBrad Smith
2013-03-17Set the `Power Immediate' bit upon attaching, to enable automatic restartMiod Vallat
2013-03-17We don't do mcontext, so remove this unused header.Mark Kettenis
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.Mark Kettenis
2013-03-17Correct the clock speeds used to calculate int moderation values providedBrad Smith
2013-03-17- Sync some of the stats counter code to be closer to the FreeBSD code,Brad Smith
2013-03-17Add the router preference defines to the icmp6.h header and remove theBrad Smith
2013-03-17- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15DBrad Smith
2013-03-17Split out bge / bnx reset code into a separate set of functions.Brad Smith
2013-03-16fix size of unicast rx filter tableStefan Fritsch
2013-03-16Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports.Stefan Sperling
2013-03-16No need for two similar functions to free/remove USB device descriptors.Martin Pieuchot
2013-03-16Remove the 4.8 version of the USB device info ioctl.Martin Pieuchot
2013-03-15change LIST_END to literal NULL for clarity.Ted Unangst
2013-03-15factor out the deadbeef code for legibility.Ted Unangst
2013-03-15add some space before messagesStefan Fritsch
2013-03-15remove forgotten sequencer function prototypesAlexandre Ratchov
2013-03-15print a dump of structs boot_info/boot_desc which contain useful informationJasper Lievisse Adriaanse
2013-03-15add some board types which will be used later to identify particular boardsJasper Lievisse Adriaanse
2013-03-15save a copy of the address at which the CF bus can be found, and use this in ...Jasper Lievisse Adriaanse
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-15Rewrite receive filter handling and ioctl bits.Brad Smith
2013-03-14regenTed Unangst
2013-03-14the 5.1 era tfork syscall claws its way out of the grave. we failed toTed Unangst
2013-03-14Add some missing bits for flow control support and enable it.Brad Smith
2013-03-14- Fix passing down MAC feature flags; which fixes flow control support.Brad Smith
2013-03-14Match on family 15h also.Bryan Steele
2013-03-14regen.Bryan Steele
2013-03-14Add AMD Family 15h devices.Bryan Steele
2013-03-14My lack of faith... These lines should stay, reported by ajacoutot@.Martin Pieuchot
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-14add macros for ap192k cards, no behavior changeAlexandre Ratchov
2013-03-14Cosmetic tweaking. No functional change.Brad Smith
2013-03-14- Remove return at the end of void functionsBrad Smith
2013-03-13Allow octeon to reboot by poking the right address for a soft cpu reset.Jasper Lievisse Adriaanse
2013-03-12preserving main-branch topology for a perverse reason:Theo de Raadt
2013-03-12preserving main-branch topology for a perverse reason:Theo de Raadt
2013-03-12preserving main-branch topology for a perverse reason:Theo de Raadt
2013-03-12Fix horrible typo of mine checking for WAITOK flags, found by sthen.Bob Beck
2013-03-12Fake 'SMBIOS detection' for the Soekris boxes, by Matt DaintyTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-11Separate out the common capabilities flags from the switch statementBrad Smith
2013-03-11Add a separate "translation" counter and use this rather than "memory"Stuart Henderson
2013-03-11Remove unused code manipulating a default interface and its index,Martin Pieuchot
2013-03-11flush writes to BGE_MI_COMM by doing a read straight after. helps avoidDavid Gwynne
2013-03-10Rename write_queue_address -> setup_queueStefan Fritsch
2013-03-10Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pciStefan Fritsch
2013-03-10if_vio: Add some more debug output if VIRTIO_DEBUG is definedStefan Fritsch