Age | Commit message (Expand) | Author |
2008-08-24 | Correct dmesg, do not mention dz is the console device if running with | Miod Vallat |
2008-08-24 | Fix readdpmelabel() so it doesn't corrupt a disklabel about to be | Kenneth R Westerback |
2008-08-24 | surplus semicolon on if statement | Jonathan Gray |
2008-08-23 | Slight speed improvement by using byte accesses on word boundaries for all | Miod Vallat |
2008-08-23 | Pick the correct host adapter id from nvram. | Miod Vallat |
2008-08-22 | Let lkms(4) support VSXXX-AB tablets in addition to the mice it already | Miod Vallat |
2008-08-22 | Instead of spewing error messages about link status, support link status | Theo de Raadt |
2008-08-22 | Set PIE address range to avoid or minimize mmap pressure due to limited | Kurt Miller |
2008-08-20 | Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited | Miod Vallat |
2008-08-20 | Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1. | Miod Vallat |
2008-08-20 | Don't copy interesting parts of struct scsi_xfer to a read only internal | Miod Vallat |
2008-08-20 | Attach led0 on ka60, and display system load on the front panel. | Miod Vallat |
2008-08-20 | Add USER_PCICONF so that pcidump can work. | Joel Sing |
2008-08-20 | Oops, previous console changes would initialize serial console on lines 0 | Miod Vallat |
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis |
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis |
2008-08-19 | add missing devices to nam2blk[] | Theo de Raadt |
2008-08-18 | Forgot to add this file, needing for KA60 support. | Miod Vallat |
2008-08-18 | Now that KA60 support is in, include the proper header files instead of | Miod Vallat |
2008-08-18 | Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations, | Miod Vallat |
2008-08-18 | Some uglyness to allow both uba_common.h and ubareg.h to be included; | Miod Vallat |
2008-08-18 | Increment device interrupt event counter when redispatching an interrupt. | Miod Vallat |
2008-08-18 | Preparing for KA60 support, crank IPL_TTY to level 0x16 (since it is | Miod Vallat |
2008-08-18 | Move common CVAX defines and code (internal cache IPR, SSC layout, machine | Miod Vallat |
2008-08-18 | Make hardclock() a cpu_dep member. Most machines will use the generic | Miod Vallat |
2008-08-18 | Shuffle the dz console code (both serial and keyboard) to be more independent | Miod Vallat |
2008-08-18 | Add stge(4) and gentbi(4). | Mark Kettenis |
2008-08-18 | Add sparc_bus_addr function for schizo to allow CardBus to work. | Brad Smith |
2008-08-17 | Scale down cpu_clockrate[1] when we scale down the cpu clock frequency such | Mark Kettenis |
2008-08-17 | Garbage collect stupid delay loop. | Mark Kettenis |
2008-08-16 | bios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF statements. | Kenneth R Westerback |
2008-08-15 | Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, for | Miod Vallat |
2008-08-15 | Fix array index computation in the machine check handler. Gives fatal bus errors | Miod Vallat |
2008-08-15 | In dzcninit(), do not forget to enable the receiver in addition to the | Miod Vallat |
2008-08-15 | Move the vxt-specific clock functions frow clock.c to the cpu-specific support | Miod Vallat |
2008-08-15 | Correct disassembly of the start of a function: fix display layout and skip | Miod Vallat |
2008-08-15 | Remove unused and incomplete vax_bus_t enum, and unused vaxbus_dma_get_tag() | Miod Vallat |
2008-08-15 | Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as an | Miod Vallat |
2008-08-14 | convert the last traces of btoc/ctob macros | Martin Reindl |
2008-08-13 | Initial stab at a driver for the integrated random number generator of the | Mark Kettenis |
2008-08-13 | This tab had bugged me forever. | Tobias Weingartner |
2008-08-13 | Disable the fantastics mis-feature on some newer Turion CPUs called C1E. | Artur Grabowski |
2008-08-13 | Disable the fantastics mis-feature on some newer Turion CPUs called C1E. | Artur Grabowski |
2008-08-12 | Fix multiple addition error recently introduced for when extended partitions | Theo de Raadt |
2008-08-12 | Nuke bigmem for release, still has issues. | Tobias Weingartner |
2008-08-12 | Figured out where the prom console routines are on KA60 and how to invoke | Miod Vallat |
2008-08-11 | Only print iotdb stuff when DEBUG. | Mark Kettenis |
2008-08-11 | Allow mapping mmio regions that are not page aligned. | Mark Kettenis |
2008-08-11 | Add hw.cupspeed cupport for all CPU types. | Mark Kettenis |
2008-08-11 | Minimal apmvar.h such that we can enable apm(8) and apmd(8) on sparc64. | Mark Kettenis |