summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
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-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-26when we build a vendor label for writing, clear the memory supplied by theTheo de Raadt
2010-02-26crank version of the ofwboot, so we can tell which is whichTheo de Raadt
2010-02-26- remove double cvs id'sJasper Lievisse Adriaanse
2010-02-26- this device doesn't provide volume control, so stop whining about it. it's ...Jasper Lievisse Adriaanse
2010-02-26Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail!Theo de Raadt
2010-02-26Subdevice interrupt dispatcher for voyager(4) and ohci@voyager device, onlyMiod Vallat
2010-02-24Update comments: the bit we flip in ISR4C on LS2F systems is not undocumented,Miod Vallat
2010-02-24Minimal support for the ST7 chip found on Gdium Liberty, brings us batteryMiod Vallat
2010-02-24Force write posting after changing GPIO pin status.Miod Vallat
2010-02-24Fix read/write logic to not rely upon M41T8X_TOD_START being zero.Miod Vallat
2010-02-24fix scaling of battery currentOtto Moerbeek
2010-02-24spacingTheo de Raadt
2010-02-23switch to simple indicators instead of playing string games; promptedOtto Moerbeek
2010-02-23Restore MTRRs on resume.Mark Kettenis
2010-02-23ykbec(4), a driver to read fan, temperature and battery status usingOtto Moerbeek
2010-02-23Allow CPU->PCI access in a subset of the `high' bonito pci memory spaceMiod Vallat
2010-02-23only match on Gdium; ok miod@Otto Moerbeek
2010-02-22It is bad to have HAVE_TIMECOUNTER but the clock/timer not configure aDale Rahn
2010-02-22Don't attempt to repost the video hardware. There are quite a few machinesMark Kettenis
2010-02-22Use the logical or operator, not the bitwise operator inKevin Lo