summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-12-07Replace lockmgr with rwlock.Owain Ainsworth
2007-12-07Clean up comments - typos, grammatical errors and style(9).Joel Sing
2007-12-07syncTheo de Raadt
2007-12-07more zydas versions, collected from various placesTheo de Raadt
2007-12-07unify a function name compared to other bussesTheo de Raadt
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
2007-12-06solve the biggest problem with concurrent buflist access; makes mfs onOtto Moerbeek
2007-12-06Remove AD1981HD code, since the generic mixer init can do all of thisDeanna Phillips
2007-12-06support sch5027 which has two extra fans and slightly different voltageTheo de Raadt
2007-12-06Fix typos/grammatical error in comments.Joel Sing
2007-12-06Ask for write cache and read look ahead to be turnedJonathan Gray
2007-12-05Switch set features commands to use wdc_exec_command() to allowJonathan Gray
2007-12-05Make the CPU_88100 and CPU_88110 constants match the architectural numberMiod Vallat
2007-12-05Correctly setup the seconday processor on 197DP, and get it ready to acceptMiod Vallat
2007-12-05In dma_cachectl(), when flushing line by line, only invoke pmap_extract()Miod Vallat
2007-12-05xmem can not be used as a reliable atomic operation, they way we do them,Miod Vallat
2007-12-05Add a check for pss len == 0. This is a temporary work around for whenMarco Peereboom
2007-12-05use mutexes to protect the iommu's extent map and the streaming buffer,Theo de Raadt
2007-12-05Remove some 32-bit compatibility code in pseg_get().Mark Kettenis
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
2007-12-05syncStuart Henderson
2007-12-05add Gude Expert mouseCLOCK USB II MSF, fix typo for HBGStuart Henderson
2007-12-05sch5027 probing, from remco@d-compu.dyndns.orgTheo de Raadt
2007-12-05repair acpiopen/acpiclose and friends to handle the /dev/apmctl interface,Theo de Raadt
2007-12-05include files which are used by userland cannot include other files..Theo de Raadt
2007-12-05Make sure newer adapters are not in powerdown mode.Jonathan Gray
2007-12-05Revert change which seems to break things like dhclient. Requested byKenneth R Westerback
2007-12-04Work in progress SMP code for 88110 processor using the BusSwitch chip asMiod Vallat
2007-12-04syncTheo de Raadt
2007-12-04new device; graeme@omni.net.auTheo de Raadt
2007-12-04Correctly set the stack pointer of a secondary processor to the endMiod Vallat
2007-12-04disable uticom until we receive oneTheo de Raadt
2007-12-04Remove remains of the idle pcb/stack.Mark Kettenis
2007-12-04expresscard ral(4) rt2860 now can attach and detach correctlyTheo de Raadt
2007-12-04Make puc(4) detachable.Mark Kettenis
2007-12-041500 is a 'magic number' in the protocol that all implementationsClaudio Jeker
2007-12-04Always compare the nexthop if one is specified even if it is a non-multipathClaudio Jeker
2007-12-04fix out of partition/memory bounds access when accessing blocks at the tailOtto Moerbeek
2007-12-04Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge.Mark Kettenis
2007-12-04In double_reg_fixup(), do not rely on tf_r[0] being zero.Miod Vallat
2007-12-04Better cache routines for 88410, will only flush in pages instead ofMiod Vallat
2007-12-04Program the abort interrupt source correctly.Miod Vallat
2007-12-04Improve setregs() so that it performs the equivalent of the first twoMiod Vallat
2007-12-04Faster splassert_check()Miod Vallat
2007-12-04Fix userland vs system test in errata #16 handling.Miod Vallat
2007-12-03Check for G channels before B when setting the (eeprom) mode.Federico G. Schwindt
2007-12-03set the value before freeing the result; marco@ ok.Federico G. Schwindt
2007-12-02SyncKenneth R Westerback
2007-12-02Add Radeon Mobility M10 NT, as seen on his T42p by Alexander Holupirek, whoKenneth R Westerback
2007-12-02One last missing IPL_VM.Miod Vallat