Age | Commit message (Expand) | Author |
2013-09-29 | Simple installboot(8) for aviion. Awaiting boot blocks... | Miod Vallat |
2013-09-29 | Split the VDIT label code into VDM "label" (which only defines non-MBR | Miod Vallat |
2013-09-29 | Test whether the WHOAMI register exists before using it. Apparently, models | Miod Vallat |
2013-09-29 | Get rid of cnset(). It is only used on amd64/i386 and doesn't really do | Mark Kettenis |
2013-09-29 | Perform more consistency checks when walking the VDIT. | Miod Vallat |
2013-09-28 | belatedly adjust to gcc 3 and ELF | Miod Vallat |
2013-09-28 | Model 332 has a monochrome 98542 on-board, instead of the expected 98544; | Miod Vallat |
2013-09-28 | Make sure the stack is 1:1 mapped before attempting to give control back | Miod Vallat |
2013-09-28 | The first step in being able to share disks with DG/UX: recognize VDM/VDIT | Miod Vallat |
2013-09-28 | A few missing config_suspend(, DVACT_POWERDOWN) constructs after | Miod Vallat |
2013-09-28 | Refine the frame buffer probe again, to correctly detect a newport frame buffer | Miod Vallat |
2013-09-28 | Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid of | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-28 | Use of uninitialized variable. Found by Maxime Villard | Mike Larkin |
2013-09-28 | Fix use of uninitialized variable, found by Maxime Villard. | Mike Larkin |
2013-09-26 | Clear SYSFAIL upon boot, for real. | Miod Vallat |
2013-09-26 | Tinkering with the cache diagnostic registers have told me enough information | Miod Vallat |
2013-09-26 | Use the cpuid vendor string instead of the model string when enabling | Jonathan Gray |
2013-09-24 | Extend le@syscon to support the ILACC chips found on-board the AV530 family. | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-23 | Remove 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 perform | Miod Vallat |
2013-09-21 | Grok ELF files. Good enough to netboot kernels on AV530 again. | Miod Vallat |
2013-09-21 | Switch to MI dart(4) driver. | Miod Vallat |
2013-09-21 | Allow for an out-of-softc indirection to reach the software copy of the | Miod Vallat |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2006-05-09 | Oops, correct import this time. | Miod Vallat |
2013-09-19 | get ethernet working on the edgerouter lite | Jonathan Matthew |
2013-09-16 | work out phy addresses before attaching cnmac and pass them to mii_attach | Jonathan Matthew |
2013-09-16 | Drop the ipl locator from syscon attachments, and have the syscon children | Miod Vallat |
2013-09-15 | Replace a hardcoded delay() with ZS_DELAY() to make sun4c happier | Miod Vallat |
2013-09-14 | Disable COMPAT_LINUX until it can be fixed post-time_t change | Philip Guenther |
2013-09-13 | Initialize the variable guarding the clock interrupt routine after | Martin Pieuchot |
2013-09-12 | Enable the eMMC on the BeagleBone Black. | Raphael Graf |
2013-09-12 | Store curpcb in cpu_info instead of a global variable, for SMP. | Patrick Wildt |
2013-09-12 | Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infos | Patrick Wildt |
2013-09-12 | add a missing bus_dmamap_unload in the rx completion path. | David Gwynne |
2013-09-12 | allocate the pad for the short ethernet frames with dma_alloc instead of | David Gwynne |
2013-09-12 | print version on attach | David Gwynne |
2013-09-12 | whitespace tweaks | David Gwynne |
2013-09-12 | use the amount of memory that was mapped to set the length of the packet | David Gwynne |
2013-09-12 | get rid of unused macros | David Gwynne |
2013-09-12 | dont print out where the rx and tx descs are. noone cares. | David Gwynne |
2013-09-12 | rearrange cpsw_start() a bit. | David Gwynne |
2013-09-12 | sc_ih is unused. | David Gwynne |
2013-09-12 | more consistent whitespace for structs and function prototypes. | David Gwynne |
2013-09-12 | wrap some long lines better. | David Gwynne |
2013-09-12 | get rid of CPSW_PRINTF | David Gwynne |
2013-09-12 | get rid of sc->sc_enaddr and only use sc->sc_ac.ac_enaddr to store | David Gwynne |
2013-09-12 | #define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname) | David Gwynne |