Age | Commit message (Expand) | Author |
2010-03-22 | Put back bnx(4) now that claudio@ has made the driver work on big endian | Miod Vallat |
2010-03-22 | On SGI IP35 systems, get SPD memory records from L1 and attach spdmem to | Miod Vallat |
2010-03-22 | Read trap registers after setting up the stack frame in the slowtrap handler. | Mark Kettenis |
2010-03-21 | Add some additional Intel CPUID values for recent and upcoming processors. | Jonathan Gray |
2010-03-21 | Remove some left over debugging code, shaving off two instructions from | Mark Kettenis |
2010-03-21 | let this compile without DIAGNOSTIC; from miod | Theo de Raadt |
2010-03-21 | add glass console support to the ramdisks; from miod | Theo de Raadt |
2010-03-21 | Update KL structure definitions to match IP35 use of previously unused fields. | Miod Vallat |
2010-03-21 | Fix widget probe order for BASEIO boards and P-Brick. | Miod Vallat |
2010-03-20 | Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart. | Miod Vallat |
2010-03-16 | PCXS processors (really, all PA-RISC processors with separate I and D tlb | Miod Vallat |
2010-03-15 | Do not leak mbuf in the TX path when a TX error occurs; found the hard way | Miod Vallat |
2010-03-13 | Make sure non-console impact_screen struct gets zeroed upon allocation, | Miod Vallat |
2010-03-13 | Octane PROM picks highest graphics widget as console, not lowest; | Miod Vallat |
2010-03-08 | When sensor update fails, set SENSOR_FINVALID in sensor->flags; | Miod Vallat |
2010-03-08 | Correctly initialize all members of struct wsemuldisplaydev_attach_args | Miod Vallat |
2010-03-08 | fix a miod typo (it has to be a typo; miod makes no real mistakes) | Theo de Raadt |
2010-03-08 | fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@ | Jolan Luff |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat |
2010-03-07 | Allow iockbc(4) and odysseey(4) to act as console devices and attach early; | Miod Vallat |
2010-03-07 | On Origin-like systems, get glass console information (if any) from the | Miod Vallat |
2010-03-07 | Add an MD interface for PCI drivers to be able to retrieve the node and widget | Miod Vallat |
2010-03-07 | Correct layout of arc_config{,64} and order of items in enum arc_config_type. | Miod Vallat |
2010-03-07 | Better battery % computation; ok otto@ | Miod Vallat |
2010-03-07 | back out strict splassert semantics from 1.103; it breaks some things | Theo de Raadt |
2010-03-06 | Fix typos. | Joel Sing |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-03-04 | has been no -r flag for a few years; J.C. Roberts | Theo de Raadt |
2010-03-04 | Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphics | Joel Sing |
2010-03-03 | Add athn(4). | Mark Kettenis |
2010-03-03 | Add support for the ipp_ind_ext_int[0] interrupt. | Mark Kettenis |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen |
2010-03-03 | Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgotten | Miod Vallat |
2010-03-03 | supply apm(4) with infomation and events; ok miod@ | Otto Moerbeek |
2010-03-03 | When allocating virtual space for bus_space_map, don't use | Owain Ainsworth |
2010-03-03 | - add and enable bluetooth | Jasper Lievisse Adriaanse |
2010-03-03 | Store ARCBios variables before machine specific setup is performed and | Joel Sing |
2010-03-02 | Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong without | Miod Vallat |
2010-03-02 | Actually prefer PCIHI mappings to PCILO mappings, as the early console code | Miod Vallat |
2010-03-02 | remove never changing values (design capacity, design voltage) from sensor | Otto Moerbeek |
2010-03-02 | Use the battery controller bit that signals the battery almost empty | Otto Moerbeek |
2010-03-01 | - properly spell 'exception' in comments | Jasper Lievisse Adriaanse |
2010-03-01 | Set the user data of interrupt counters to the interrupt vector number used | Mark Kettenis |
2010-03-01 | fix serial console switching logic; ok miod@ jasper@ | Otto Moerbeek |
2010-03-01 | bring the splassert semantic from sparc64 to amd64. splassert in interrupt | David Gwynne |
2010-02-28 | Attach the IR port as a second serial port on Fuloong 2F. Verified to attach | Miod Vallat |
2010-02-28 | Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems. | Miod Vallat |
2010-02-28 | A better bus_space_map() function for bonito PCI memory space, which no | Miod Vallat |
2010-02-28 | Fix off-by-one in LOMlite hostname code. | Mark Kettenis |
2010-02-28 | enable mpii | Jonathan Gray |