Age | Commit message (Expand) | Author |
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 |
2006-06-17 | Dont disable siop, add pcalcd, commented for now (no gpioctl on ramdisk). | Dale Rahn |
2006-06-17 | Add pcaled with it's gpio attachment. Make gpio at iopxs not be '0' but '*' | Dale Rahn |
2006-06-16 | When checking if a page is managed or not, do not invoke IS_VM_PHYSADDR | Miod Vallat |
2006-06-16 | - add rum(4). commented out for now. | Niall O'Higgins |
2006-06-16 | documentation on the register | Jason Wright |
2006-06-16 | skeleton driver for power button on u5.. does precisely nothing except attach. | Jason Wright |
2006-06-16 | If we are configured for glass console but no keyboard is plugged, we run | Miod Vallat |
2006-06-16 | Fix range check in sgc_slottopa(). | Miod Vallat |
2006-06-16 | Line 0 is not wired, thus illegal for use in frodo_intr_establish(). | Miod Vallat |
2006-06-16 | typo | Pedro Martelletto |
2006-06-16 | On the road to certance support. | Dale Rahn |
2006-06-16 | From k*_powernow_setperf() always return 0, i.e. | Gordon Willem Klok |
2006-06-16 | enable mpi. | Marco Peereboom |
2006-06-16 | If there is going to be a kludge to change the irq for com, do it early | Dale Rahn |
2006-06-15 | switch to using mpi instead of mpt; ok marco | Theo de Raadt |
2006-06-15 | The process is not: build, ifdef, commit. argh. | Dale Rahn |
2006-06-15 | rewritten, simplifed interrupt controller for 80321, half the lines | Dale Rahn |
2006-06-15 | Hack to attach the iodata PLD device, it controls the front panel LEDs | Dale Rahn |
2006-06-15 | All all 256MB on the thecus to configure, by raising the amount of | Dale Rahn |
2006-06-15 | sane irq numbers for pci interrupts, remove uncertanty on armish irq table. | Dale Rahn |
2006-06-15 | Fan controller for Thecus N2100, still needs more work, currently sets the | Dale Rahn |
2006-06-15 | Ricoh rtc support for armish, driver from netbsd. | Dale Rahn |
2006-06-15 | whitespace cleanup | Dale Rahn |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-06-15 | make the clock error calculation match dev/ic/com.c so that things with, | Jason Wright |