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