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