summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-30Enable MSI.Mark Kettenis
2011-05-30Add mmuagp. a driver for the agp chipsets on early amd64 machines.Owain Ainsworth
2011-05-30Add RADEON_CS ioctl support for r600 and r700.Owain Ainsworth
2011-05-30for (some; stuff; here)Owain Ainsworth
2011-05-30s/hart/heart/ to make more sense (another dutchism).Owain Ainsworth
2011-05-30Enable MSI on inteldrm.Owain Ainsworth
2011-05-30Remove vndshutdown. It is unused.Owain Ainsworth
2011-05-30Remove unused ACB_ALLOC define.Miod Vallat
2011-05-30Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIAMark Kettenis
2011-05-30Enable MSI on selected hardware. For now this means:Mark Kettenis
2011-05-30Enable MSI for HyperTransport devices that have MSI remapping enabled.Mark Kettenis
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