summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-07-26Rework ioc children attachment: instead of having ioc build a semi-bogusMiod Vallat
2009-07-26Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap().Miod Vallat
2009-07-26Make the bus_space boundary checks #ifdef DIAGNOSTIC.Miod Vallat
2009-07-26A better implementation of bus_space_subregion() for xbridge, with boundaryMiod Vallat
2009-07-26Create the pci resource extents as covering the full 4GB address space,Miod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-26I'm not as smart as mickey, so replace:Mark Kettenis
2009-07-26timeout_add -> timeout_add_msecBret Lambert
2009-07-26Add PCIOCGETROM, and ioctl(2) to read PCI ROMs.Mark Kettenis
2009-07-26If we recognize a specific mouse model where we need to override locatorMiod Vallat
2009-07-26no need to cast the return value of m_freem() to voidThordur I. Bjornsson
2009-07-26Fix flow control support:Mark Kettenis
2009-07-25On multiple-node systems, be sure to broadcast reboot requests to all nodes.Miod Vallat
2009-07-25Fix crash in bwi on armish by properly aligning a 32-bit value. NotKenneth R Westerback
2009-07-25Fix Cardbus_conf_{read,write} macros. Not used by anything yet.Miod Vallat
2009-07-25Add an extra argument to uvm_unmap_remove(), for the caller to tell itMiod Vallat
2009-07-25Better parameter validation in pciioctl(): check for ioctl number andMiod Vallat
2009-07-25Make sure that if a PDE isn't there, we skip to the start of the addressMark Kettenis
2009-07-25typoMartynas Venckus
2009-07-25Replace magic numbers for ANAR flow control bits with the appropriateMark Kettenis
2009-07-25Stop using rbus to set up the socket BAR if it has been left unitializedMark Kettenis
2009-07-25Add flow control status reporting. From Brad.Stuart Henderson
2009-07-24in pmap_kenter_pa(), flush the old pte before installing the new one.Theo de Raadt
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray
2009-07-24Don't include systm.h as it isn't needed and pulls in libkern headers,Jonathan Gray
2009-07-24timeout_add -> timeout_add_secBret Lambert
2009-07-24for every packet we forwarded, we copied the first 68 bytes of it in caseDavid Gwynne
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingJonathan Gray
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-24silent VIA VT6202 workaround; from bradTheo de Raadt
2009-07-23Insert free pages at the head of the page queues. Should provide betterMark Kettenis
2009-07-23another lava puc that might show upTheo de Raadt
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23a trio of timeout_add conversionsBret Lambert
2009-07-23Switch re(4) over to MCLGETI.Mark Kettenis
2009-07-23VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune itTheo de Raadt
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Avoid twiddling the lower bits of a BAR such that the code becomes usableMark Kettenis
2009-07-23Get rid of bus_mem_add_mapping().Miod Vallat
2009-07-23When computing the total resources required by devices behind a ppb, takeMiod Vallat
2009-07-23When configuring devices on the bridge, try and provide resources to mapMiod Vallat
2009-07-23Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let theMiod Vallat
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23sync. -mojMats O Jansson
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23What gets allocated with bus_space_map() needs to be released withMiod Vallat
2009-07-23Adding disabled framework for RAID6Jordan Hargrave