summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2013-03-10this ramdisk is just for one machineTheo de Raadt
2013-03-10Make it possible to call wsdisplay_cnattach() to override an already attachedMark Kettenis
2013-03-10Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.Claudio Jeker
2013-03-10Do not try to scan the ADB bus for devices if the device-tree does notMartin Pieuchot
2013-03-10Rename sc_dis to sc_targets, since it is an array of targets that alsoJoel Sing
2013-03-09Always use the internal PHY on Apple variants, from FreeBSD. This unbreaksMartin Pieuchot
2013-03-09RAMDISKC wil be needed for alphabook1Theo de Raadt
2013-03-09Calculating the IP header checksum on Realtek 8168 is broken if theAlexander Bluhm
2013-03-09re-arrange the pre-accounting of the objects in the buffer so itTheo de Raadt
2013-03-09remove unneccessary needs-flagTheo de Raadt
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2013-03-09Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-03-09normalize structure definitionsTheo de Raadt
2013-03-09turn off debug features we do not needTheo de Raadt
2013-03-09First steps towards alphabook1 support; from netbsdTheo de Raadt
2013-03-08In pcic_intr_find(), pass a correct device name to isa_intr_establish(), soMiod Vallat
2013-03-08Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.Miod Vallat
2013-03-08Always initialize the direct DMA window, instead of relying upon SRM to do so;Miod Vallat
2013-03-08backout previous phidgets quirkjoshua stein