summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-05-30Kthread_create is a kernel function so use kprintf format attribute instead.Martynas Venckus
2011-05-29Add MSI support.Mark Kettenis
2011-05-29regenMark Kettenis
2011-05-29Shorten a couple of old Intel chip names for consistency. Should save a fewMark Kettenis
2011-05-29Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR.Ariane van der Steldt
2011-05-29regenMark Kettenis
2011-05-29Add a few missing ATI chipset entries (and fix one since we prefer the chipMark Kettenis
2011-05-29Fix parameter range clamping in vmmap routines.Ariane van der Steldt
2011-05-29syncTheo de Raadt
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
2011-05-29pcidevs.hTheo de Raadt
2011-05-29two ATI bridges found in the x201Theo de Raadt
2011-05-29Move the source address selection for multicast destinations thatClaudio Jeker
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
2011-05-29regenMark Kettenis
2011-05-29Intels calls this the 5400 chipset series instead of the E5400 chipset seriesMark Kettenis
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-29regenMark Kettenis
2011-05-29Fix typo in previous commit.Mark Kettenis
2011-05-29Ignore errors from the UCMS method. Some newer (really crappy, stayTheo de Raadt
2011-05-28regenMark Kettenis
2011-05-28Add AMD Family 14h devices.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-28Do not leak memory if ufs_open() fails; reported by and ok martynas@Miod Vallat
2011-05-28Add support for AMD SB800, where the SMBus control registers have been hiddenMark Kettenis
2011-05-28Do not allow traffic to be sent with a destination address in 0/8;Paul de Weerd
2011-05-28Sync MCR0_BROADCAST register naming from FreeBSD now that itsKevin Lo
2011-05-28age_newbuf is called from the interrupt context so it can't sleep.Kevin Lo
2011-05-27Thou shall not use uninitialized TAILQsMiod Vallat
2011-05-27Fix the return values from pipe_kqfilter - kqfilters should return anNicholas Marriott
2011-05-27Whitespace nits; from BradKevin Lo
2011-05-26The check for the mcp98243 sdtemp(4) device was too strict. Relax it.Theo de Raadt
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-25Set UX and SX in the system register early in boot. While not necessary onMiod Vallat
2011-05-25Add the second serial port, might be the console device on 2E systems.Miod Vallat
2011-05-25Do not dereference ri_devcmap[] twice; found the hard way by Gilbert FernandesMiod Vallat
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
2011-05-25Don't do last minute changes to diffs. Revert the argument change toClaudio Jeker
2011-05-25wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h.Matthew Dempsky
2011-05-25- For AR8132 fast ethernet controller, do not report 1000baseTKevin Lo
2011-05-25try to map an msi style interrupt. if that doesnt work then try to map aDavid Gwynne
2011-05-24Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile aMatthew Dempsky
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-24syncTheo de Raadt
2011-05-24a few more devicesTheo de Raadt
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-24Merge pf_scrub_ip() and pf_scrub_ip6() into a single function. CallClaudio Jeker
2011-05-23Remove leftover include.Paul Irofti
2011-05-23Do not check malloc return value against NULL, as M_WAITOK is used.Paul Irofti
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker