summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-04-13Convert macros to functions to reduce kernel memory usage.Bret Lambert
2009-04-13Explicitly test whether the SUNW,start-cpu-by-cpuid interface is availableMark Kettenis
2009-04-12Implement /dev/mdesc, a device to read the machine description on sun4vMark Kettenis
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat
2009-04-12Add code to prevent the MI pci code to cause IOC3 devices to freeze andMiod Vallat
2009-04-12Needs <machine/atomic.h> to compile.Miod Vallat
2009-04-12Get com console global variables from <dev/ic/comvar.h> instead of declaringMiod Vallat
2009-04-12Better constraints on the temporary register in atomic_{set,clear}bits_int.Miod Vallat
2009-04-12need nvram to link; ok miodTheo de Raadt
2009-04-12Remove erroneous spaces.Joel Sing
2009-04-12Move code handling Machine Descriptions out of the cbus(4) driver.Mark Kettenis
2009-04-12regenMark Kettenis
2009-04-12The Intel 21154 was incorrectly named S21154.Mark Kettenis
2009-04-11Avoid dereferencing a null pointer when pf attempts to translate aJoel Sing
2009-04-11Create extents for resource accounting on the root PCI bus and populate themMark Kettenis
2009-04-11There is no support for building multi-socket machines in AMD Family 11hMark Kettenis
2009-04-11Add PnP ID for PCIe host bridge.Mark Kettenis
2009-04-10Catch up with sparc changes (bcopy fix, struct cpuinfo, etc); still dies earlyMiod Vallat
2009-04-10Add EX_CONFLICTOK flag that allows an allocation to conflict with existingMark Kettenis
2009-04-10Don't blindly dereference a NULL pointer when the boot device is not known.Miod Vallat
2009-04-10Use soft interrupts to dispatch pcmcia device interrupts; this ensures theMiod Vallat
2009-04-10generic soft interrupts support for sparc. Soft interrupt handlers are nowMiod Vallat
2009-04-10When deciding whether a sti@pci board is the console, compare all valid BARMiod Vallat
2009-04-10Fix for PR6099, read/write of non-byte aligned IndexFieldJordan Hargrave
2009-04-10fix typos introducedTheo de Raadt
2009-04-10gasio was killed so kill protoMarco Peereboom
2009-04-09Fixed argtype for Increment/Decrement. Field args were being evaluated asJordan Hargrave
2009-04-09white space fixesDavid Gwynne
2009-04-09Remove obsolete braces around case switch.Marcus Glocker
2009-04-09regenMarcus Glocker
2009-04-09Add DisplayLink DL-120 USB graphic chip found in theMarcus Glocker
2009-04-09in bus_dmamap_load_raw, only map the requested number of bytes into theDavid Gwynne
2009-04-09unrevert marco's revert of my bus_dmamap_load_raw change now that i foundDavid Gwynne
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2009-04-08Rever _raw change from dlg because it breaks iwn.Marco Peereboom
2009-04-07Remove recursion from the sdmmc locking regime.Bret Lambert
2009-04-07after i took everything in this fiule apart and reassembled with a lot ofHenning Brauer
2009-04-07turn fragment reassembly on by default. the is little to no reason toHenning Brauer
2009-04-07dont enable checksumming. it appears to be broken on fragmented packets.David Gwynne
2009-04-07Eliminate useless loop over partitions and ignore zero lengthKenneth R Westerback
2009-04-07Remove some dead and if 0ed out code in the ragedrm freelist, while i'm hereOwain Ainsworth
2009-04-06Convert the savage freelist over to TAILQ.Owain Ainsworth
2009-04-06Convert the mgadrm freelist code from handrolled lists to TAILQs,Owain Ainsworth
2009-04-06factor a bit more functionality into common code instead of repeating itOwain Ainsworth
2009-04-06Actually remove the file this time...Owain Ainsworth
2009-04-06Turns out that the intel version of the heap interface isn't usedOwain Ainsworth
2009-04-06Set a first step on the road towards proper accounting of PCI resources byMark Kettenis
2009-04-06Remove the only (commented) instance of UVM_PAGE_INLINE from the treeOwain Ainsworth
2009-04-06do not panic when the device is unplugged.Damien Bergamini
2009-04-06In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find andOwain Ainsworth