Age | Commit message (Expand) | Author |
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 |
2008-08-11 | Add hw.setperf support for UltraSPARC-IIe support. | Mark Kettenis |
2008-08-10 | Add support for the VAXstation 3[58][24]0 to the bootblocks, currently | Miod Vallat |
2008-08-10 | Use the STICK logic on UltraSPARC-IIe to generate clock interrupts. | Mark Kettenis |
2008-08-10 | Add hypervisor calls for the sun4v random number generator interface. | Mark Kettenis |
2008-08-09 | Add prom_set_sun4v_api_version(). | Mark Kettenis |
2008-08-09 | Fix counting of shared (PCI) interrupts. Remove some useless debug code | Mark Kettenis |
2008-08-09 | Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get | Miod Vallat |
2008-08-09 | Do not forget to set the ``specific EOI'' bit when sending a... specific EOI; | Miod Vallat |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-08-08 | Wrap long lines and remove useless comment. | Joel Sing |
2008-08-08 | Make sgivol use the sgilabel struct from machine/disklabel.h, rather than | Joel Sing |
2008-08-07 | Use %sys_tick to generate clock interrupts on systems that have it. | Mark Kettenis |
2008-08-07 | Give each CPU its own `struct intrhand' for %tick interrupts. Fixes a | Mark Kettenis |
2008-08-07 | - Enable ALTQ support. | Brad Smith |
2008-08-06 | Backout the acpicpu_setpdc code and the code to allow est to use acpicpu | Gordon Willem Klok |
2008-08-05 | One last duplicate scsi initiator report in dmesg. | Miod Vallat |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-08-02 | compile inteldrm and radeondrm in GENERIC by default, but disabled. | Owain Ainsworth |
2008-08-02 | Ignore the ata channel on 164SX when controller is the built-in one, when | Miod Vallat |
2008-07-30 | Add ath(4). | Brad Smith |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-07-30 | wi@pci now works. | Miod Vallat |
2008-07-30 | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs | Miod Vallat |
2008-07-30 | Proper interrupt values for pci interrupt pins B to D, found in some IRIX | Miod Vallat |
2008-07-30 | enable ix(4) on amd64 | Reyk Floeter |
2008-07-29 | Give the eisa device a valid bus_dma_tag_t. | Miod Vallat |
2008-07-29 | Fix range check in sio_intr_establish(). | Miod Vallat |