summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-02-12Allow more legacy interrupts to reach the legacy PIC; found the hard way byMiod Vallat
2010-02-12ehci bits, not enabled.Dale Rahn
2010-02-12Initial version of ehci shim for omap, not complete.Dale Rahn
2010-02-12Rework prcm to support additional iclk/fclk registers.Dale Rahn
2010-02-12introduce a uvm_km_valloc_try function that won't get a lower level lockTed Unangst
2010-02-11default to no pckbc and no legacy hardware; ok miod@Otto Moerbeek
2010-02-11align comments; ok miod@Otto Moerbeek
2010-02-11cd in nam2blk; ok miodOtto Moerbeek
2010-02-11fuloong model defineOtto Moerbeek
2010-02-10remove lingering debug print.Dale Rahn
2010-02-10And now mounts with reads and writes work.Dale Rahn
2010-02-10Would seem that the sdmmc layer does not like having CRC7 as part of theDale Rahn
2010-02-10Blame the right interrupt bit in `spurious interrupt' messages.Miod Vallat
2010-02-10Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking.Dale Rahn
2010-02-10Unfortunately, newer versions of u-boot found on the beagle do not allowDale Rahn
2010-02-09Make the bonito_pci_attach_hook per-platform, as a new callback in structMiod Vallat
2010-02-09Flush caches upon startup anyway, the gdium pmon keeps it dirty, unlikeMiod Vallat
2010-02-09Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridgeMark Kettenis
2010-02-09Process kernel options correctly when run from a `go' command instead ofMiod Vallat
2010-02-09Less aggressive cache ops on BUS_DMASYNC_PREREAD alone (leftover from olderMiod Vallat
2010-02-09wsmux (for external, big-boned-fingers compatible, keyboards) and ext2fsMiod Vallat
2010-02-09- add the whole gang of USB devices; as prompted by deraadt@Jasper Lievisse Adriaanse
2010-02-09Fix off-by-one system control register defines, makes 2D acceleration onMiod Vallat
2010-02-08Add ral(4), found on the Gdium Liberty 1000.Miod Vallat
2010-02-08Minimal completion support for .l.s and .l.d routines, necessary for atMiod Vallat
2010-02-07Fix machine tag.Dale Rahn
2010-02-07Beagle has two memory banks, fix buffer overflow.Dale Rahn
2010-02-05Now that the BTB errata are out of the way, enable the CS5536 timecounter again,Miod Vallat
2010-02-05add uaudio; ok miod@Otto Moerbeek
2010-02-05Blind support for SM501 model. This should give the Gdium Liberty a working,Miod Vallat
2010-02-05Add a set of functions to access PCI configuration space before bonito(4)Miod Vallat
2010-02-05Blind support for the EMTEC Gdium Liberty netbook. Per-platform configurationMiod Vallat
2010-02-05Compute and pass resource extents to the MI pci code when attaching pci@bonito.Miod Vallat
2010-02-05When setting up memory regions on Loongson 2F-based machines, make sure weMiod Vallat
2010-02-05When faking the glxpcib(4) BARs, do not mask the low 12 bits, but only asMiod Vallat
2010-02-04basic bootpath -> bootdev translation; ok miod@Otto Moerbeek
2010-02-04add a few USB devices known to work; ok miod@Otto Moerbeek
2010-02-03Remove memory limitation to the low 256MB. With the -mfix-loongson2f-btbMiod Vallat
2010-02-03There is no need to compile this code with .set noat, really.Miod Vallat
2010-02-03Build the kernel with -mfix-loongson2f-btb. Requires up-to-date binutils.Miod Vallat
2010-02-03Provide a value for MACHINE_CPU, to let the build machinery reuse the existingMiod Vallat
2010-02-03typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJSKevin Lo
2010-02-02Add rcs id'sKevin Lo
2010-02-02Skip calling smp_rendezvous if it's not necessary.Takuya ASADA
2010-02-02lazy FP saving on uniprocessor, just like macppc.Takuya ASADA
2010-02-01Commit a diff I had sitting around in my tree that 90% matches one sent byDale Rahn
2010-02-01- add and enable puc(4) (only com, i didn't test lpt)Jasper Lievisse Adriaanse
2010-02-01Limit memory to 256MB at the moment, (intrusive) part of the branchMiod Vallat
2010-02-01On Loongson 2 processors, clear the branch target buffer on userland->kernelMiod Vallat
2010-02-01Fix thinko in previous.Miod Vallat