Age | Commit message (Expand) | Author |
2006-06-26 | Use MI clock conversion code for "old" clock. | Mark Kettenis |
2006-06-26 | add commented out entries for bnx. | Brad Smith |
2006-06-26 | Kludge around the fact that redboot uses ELF's vaddr, however maps | Dale Rahn |
2006-06-26 | enable ne*; ok mpf who tested it, we all feel bad for you | Theo de Raadt |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith |
2006-06-25 | reorganize the code to be more sane. | Brad Smith |
2006-06-24 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat |
2006-06-24 | Replace physaccess() usage with pmap_kenter_cache(). | Miod Vallat |
2006-06-24 | Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and let | Miod Vallat |
2006-06-24 | Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(), | Miod Vallat |
2006-06-24 | Add pmap_enter_cache(), similar to pmap_kenter_cache() but for managed | Miod Vallat |
2006-06-24 | Use pmap_kenter_cache() for device memory mapping, instead of physacc(0 | Miod Vallat |
2006-06-23 | Use MI clock conversion code for "new" clock. | Mark Kettenis |
2006-06-23 | we choose more drivers/firmwares over ext2fs | Theo de Raadt |
2006-06-23 | match tomatillo varient (not yet fully working) | Theo de Raadt |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-22 | Enable sk(4). | Brad Smith |
2006-06-22 | BBC-based machines swap the two registers (good going Sun -- that is why we | Theo de Raadt |
2006-06-22 | mpi works here too. | David Gwynne |
2006-06-22 | do not enable the gpio parent either | Theo de Raadt |
2006-06-21 | if machdep.kbdreset==1 and the front panel button interrupt fires, tell init | Jason Wright |
2006-06-21 | Only attach timer to the first counter-timer found. | Miod Vallat |
2006-06-21 | this gpio should not be enabled | Theo de Raadt |
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright |
2006-06-21 | grr... missed this... nuke SUN4U stuff here, too | Jason Wright |
2006-06-21 | Don't need option SUN4U. It's not -really- an option on sparc64, duh. | Jason Wright |
2006-06-21 | There was hope, at one time, of sharing fpu/ with sparc. That's still | Jason Wright |
2006-06-21 | let this compile after time.h changes | Theo de Raadt |
2006-06-20 | Fix PMAP_DEBUG-only tests I botched in revision 1.13. | Miod Vallat |
2006-06-20 | Do not print hostid while booting, there's a sysctl for this. | Miod Vallat |
2006-06-20 | Fix tsbsize computation; from NetBSD | Miod Vallat |
2006-06-20 | revert the interrupt vector diff, this fixes zaurus suspend; ok drahn@ | Todd T. Fries |
2006-06-20 | fix memory reporting on alphas with 2GB or more; ok miod | Theo de Raadt |
2006-06-20 | Define an empty pmap_collect(). | Miod Vallat |
2006-06-19 | Be more strict in the probe routines and actually check ca_nintr and | Miod Vallat |
2006-06-19 | Remove redundant test in uni_n_config() as well as an unused softc member; | Miod Vallat |
2006-06-19 | Since a part of the nvram may be write-protected on some machines, check | Miod Vallat |
2006-06-19 | Allocate bus_dma memory from kernel_map, not kmem_map. | Miod Vallat |
2006-06-19 | Reset pcb_onfault around uvm_fault() calls. | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-19 | Close a race in the interrupt handler code. | Dale Rahn |
2006-06-19 | pcn no longer fits, sigh | Theo de Raadt |
2006-06-19 | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are | Kenneth R Westerback |
2006-06-18 | enable udcf(4) on sparc64, works on my Blade 100; ok mbalmer@ | Christian Weisgerber |
2006-06-17 | Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup. | Dale Rahn |
2006-06-17 | Don't return low level errors to userspace in p4tcc_setperf(). | Dimitry Andric |
2006-06-17 | In p4tcc, only check cpu stepping for the Pentium 4 family. Also kill | Dimitry Andric |
2006-06-17 | Introduce pmap_kenter_cache(), similar to pmap_kenter_pa() but allowing | Miod Vallat |
2006-06-17 | Recent Powerbook systems have their on-board keyboard and mouse devices | Miod Vallat |