summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-09-29Simple installboot(8) for aviion. Awaiting boot blocks...Miod Vallat
2013-09-29Split the VDIT label code into VDM "label" (which only defines non-MBRMiod Vallat
2013-09-29Test whether the WHOAMI register exists before using it. Apparently, modelsMiod Vallat
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really doMark Kettenis
2013-09-29Perform more consistency checks when walking the VDIT.Miod Vallat
2013-09-28belatedly adjust to gcc 3 and ELFMiod Vallat
2013-09-28Model 332 has a monochrome 98542 on-board, instead of the expected 98544;Miod Vallat
2013-09-28Make sure the stack is 1:1 mapped before attempting to give control backMiod Vallat
2013-09-28The first step in being able to share disks with DG/UX: recognize VDM/VDITMiod Vallat
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-28Refine the frame buffer probe again, to correctly detect a newport frame bufferMiod Vallat
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-28Use of uninitialized variable. Found by Maxime VillardMike Larkin
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
2013-09-26Clear SYSFAIL upon boot, for real.Miod Vallat
2013-09-26Tinkering with the cache diagnostic registers have told me enough informationMiod Vallat
2013-09-26Use the cpuid vendor string instead of the model string when enablingJonathan Gray
2013-09-24Extend le@syscon to support the ILACC chips found on-board the AV530 family.Miod Vallat
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-09-23Remove SLOWSCSI and the millisecond delay after each phase change it introduces.Miod Vallat
2013-09-23- change m8820x_cmmu_set_reg() and m8820x_cmmu_set_cmd() to performMiod Vallat
2013-09-21Grok ELF files. Good enough to netboot kernels on AV530 again.Miod Vallat
2013-09-21Switch to MI dart(4) driver.Miod Vallat
2013-09-21Allow for an out-of-softc indirection to reach the software copy of theMiod Vallat
2013-09-21Create process map holes with UVM_INH_SHARE so that they don't get lost inMiod Vallat
2006-05-09Oops, correct import this time.Miod Vallat
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew
2013-09-16Drop the ipl locator from syscon attachments, and have the syscon childrenMiod Vallat
2013-09-15Replace a hardcoded delay() with ZS_DELAY() to make sun4c happierMiod Vallat
2013-09-14Disable COMPAT_LINUX until it can be fixed post-time_t changePhilip Guenther
2013-09-13Initialize the variable guarding the clock interrupt routine afterMartin Pieuchot
2013-09-12Enable the eMMC on the BeagleBone Black.Raphael Graf
2013-09-12Store curpcb in cpu_info instead of a global variable, for SMP.Patrick Wildt
2013-09-12Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infosPatrick Wildt
2013-09-12add a missing bus_dmamap_unload in the rx completion path.David Gwynne
2013-09-12allocate the pad for the short ethernet frames with dma_alloc instead ofDavid Gwynne
2013-09-12print version on attachDavid Gwynne
2013-09-12whitespace tweaksDavid Gwynne
2013-09-12use the amount of memory that was mapped to set the length of the packetDavid Gwynne
2013-09-12get rid of unused macrosDavid Gwynne
2013-09-12dont print out where the rx and tx descs are. noone cares.David Gwynne
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