summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-09-12rearrange cpsw_start() a bit.David Gwynne
2013-09-12sc_ih is unused.David Gwynne
2013-09-12more consistent whitespace for structs and function prototypes.David Gwynne
2013-09-12wrap some long lines better.David Gwynne
2013-09-12get rid of CPSW_PRINTFDavid Gwynne
2013-09-12get rid of sc->sc_enaddr and only use sc->sc_ac.ac_enaddr to storeDavid Gwynne
2013-09-12#define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname)David Gwynne
2013-09-11remove some #if 0 that was being used as a model for intr establishment.David Gwynne
2013-09-11some whitespace fixes, spaces to tabs mostlyDavid Gwynne
2013-09-11rename sc_ec in the softc to sc_ac, like all our other drivers.David Gwynne
2013-09-11the sc_name member of cpsw_softc is unused, so remove it.David Gwynne
2013-09-11dont put extra newlines in dmesg.David Gwynne
2013-09-11Remove unused option CPUFLAGS.Raphael Graf
2013-09-10fix typos for additional functionsTheo de Raadt
2013-09-10Make splassert for IPL_NONE fail, if we're in interrupt context.Patrick Wildt
2013-09-10Store the current interrupt depth in curcpu, so that it's per CPUPatrick Wildt
2013-09-09Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.Patrick Wildt
2013-09-08Enable vmx(4) on i386 and amd64.Reyk Floeter
2013-09-06Instead of printing on spurious interrupts, use an event counter to showPatrick Wildt
2013-09-06Support for FreeScale's i.MX6 SoC.Patrick Wildt
2013-09-05Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-09-05Service the 88100 floating-point exceptions through trap(), keeping theMiod Vallat
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-09-05Split the files file into a generic one for armv7, and soc-specific ones.Patrick Wildt
2013-09-04Convert vgafb to use a proper softc.Martin Pieuchot
2013-09-04Ignore OMAP's kernel directories. Found by maja@.Patrick Wildt
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt
2013-09-03Rewrite the ARMv7 cache discovery, as some assumptions in the previous onePatrick Wildt
2013-08-30Lock the audio mutex before invoking the audio(4) call-back, fixesAlexandre Ratchov
2013-08-30Due to our current version of binutils not knowing newer ARMv7 instructionsPatrick Wildt
2013-08-29Ditch useless variable during attach.Paul Irofti
2013-08-29Fix attach messages format for the pcibus.Paul Irofti
2013-08-28Move the early framebuffer initialization code outside of vgafb(4)Martin Pieuchot
2013-08-28Fix build, reported by jsg@Martin Pieuchot
2013-08-27Remove definitions of nonexistent consdevs.Martin Pieuchot
2013-08-27Since we are no longer attaching radeondrm(4) to this driver there isMartin Pieuchot
2013-08-26Use %r27 as the thread control block pointer, allowing for __get_tcb() callsMiod Vallat
2013-08-26When a page needs to be flushed from all caches, make sure the writebackMiod Vallat
2013-08-25one change missed by jsging's commit is needed to unbreak the build;Mike Belopuhov
2013-08-25Make ommmc interrupts show up in vmstat -i, systat, etc.Stefan Sperling
2013-08-25Remove useless and ugly (code before decl, wrong indentation) debug printfs.Stefan Sperling
2013-08-25Do not require that `extra' partitions (i-p) start on cylinder boundaries;Miod Vallat
2013-08-25In bonito_mem_map(), initialize pcimap earlier to make sure its value is notMiod Vallat
2013-08-24fix use of uninitialized variables (used only in a DEBUG printf)Mike Larkin
2013-08-24Remove call to sched_start_secondary_cpus in MP unhibernate case until weMike Larkin
2013-08-24Make sure do_xmem_* return the correct value. This fixes usage of fork()Miod Vallat
2013-08-24Cleanup amd64 and i386 MTRR code -Mike Larkin
2013-08-23Move the openfirmware color selection code outside of vgafb(4) toMartin Pieuchot
2013-08-23Fix memory initialization for octeon's with less than 256MB.Paul Irofti
2013-08-21Use the console locator to make sure wsdisplay0 always is the glass console.Mark Kettenis