summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-03Correctly initialize the command frame in uyurex_write_value_request();Miod Vallat
2010-03-03When I first started on urndis, I didn't realise that all values wereMichael Knudsen
2010-03-03Remove XXX that's no longer valid.Michael Knudsen
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-03G41 works here too, so enable it for inteldrm.Owain Ainsworth
2010-03-03Attach intagp on the G41 also.Owain Ainsworth
2010-03-02Fix support for Intel PRO/1000 QP 82575-based devices. This changes the wayDariusz Swiderski
2010-03-02Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong withoutMiod Vallat
2010-03-02Rename sc_sc to sc_softc.Michael Knudsen
2010-03-02Actually prefer PCIHI mappings to PCILO mappings, as the early console codeMiod Vallat
2010-03-02Remove some XXXs.Michael Knudsen
2010-03-02Zap unused struct.Michael Knudsen
2010-03-02Get rid of the code that deals with the interrupt pipe. The currentMichael Knudsen
2010-03-02remove never changing values (design capacity, design voltage) from sensorOtto Moerbeek
2010-03-02- Add PCI id for the Smart Array P700m adapter.Stuart Henderson
2010-03-02syncStuart Henderson
2010-03-02- Add PCI id for the Smart Array P700m adapter.Stuart Henderson
2010-03-02Use the battery controller bit that signals the battery almost emptyOtto Moerbeek
2010-03-01Add urndis(4), a driver for RNDIS Ethernet over USB.Michael Knudsen
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-01shuffle slightly and add more splassert.David Gwynne
2010-03-01fix serial console switching logic; ok miod@ jasper@Otto Moerbeek
2010-03-01regenYojiro Uo
2010-03-01add uyurex(4) which is device driver for YUREX twitch counter device.Yojiro Uo
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-28In pci_mapreg_map(), do not blindly dereference a possible NULL pointerMiod Vallat
2010-02-28A better bus_space_map() function for bonito PCI memory space, which noMiod Vallat
2010-02-28If no TOC header is read, report EIO. Even if the command finishedKenneth R Westerback
2010-02-28Fix off-by-one in LOMlite hostname code.Mark Kettenis
2010-02-28enable mpiiJonathan Gray
2010-02-28Pass L2 cache size in struct cpu_hwinfo, so that bootstrap of secondaryMiod Vallat
2010-02-28Add a bell routine and let pckbd and ukbd use it; ok otto@Miod Vallat
2010-02-28Remove leftover debug printf in config_activate_children(); ok deraadtMiod Vallat
2010-02-28Add an explicit `delay constant' member to struct cpu_info, so that it canMiod Vallat
2010-02-28implement hw.cpuspeed sysctl; ok miod@Otto Moerbeek
2010-02-28Bring battery life estimate when charging in line with most other apm(4)Otto Moerbeek
2010-02-28don't guess info in the absense of a specific driver, just reportOtto Moerbeek
2010-02-28Basic apm(4), providing battery/power status and events. apm(4) is theOtto Moerbeek
2010-02-27Remove ELF check. It is broken and since the PROM checks the loaded executableMark Kettenis
2010-02-27regenRobert Nagy
2010-02-27add Radeon HD4890 from Tero KoskinenRobert Nagy
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback