Age | Commit message (Expand) | Author |
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 |
2008-07-29 | Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based | Miod Vallat |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-28 | regen | Miod Vallat |
2008-07-28 | Put XBOW in the generated constants, not PCI... | Miod Vallat |
2008-07-28 | In addition to cop0 sr, prevent cop0 ic from being modified in | Miod Vallat |
2008-07-28 | Remove dead code. | Miod Vallat |
2008-07-28 | In process_write_regs() and sigreturn(), be more strict about the bits | Miod Vallat |
2008-07-28 | According to the manual, delay slot kill the benefits of being superscalar, | Miod Vallat |
2008-07-27 | Increase the size of the TSB on large memory machines. This make building | Mark Kettenis |
2008-07-25 | phyio -> physio | Miod Vallat |
2008-07-25 | Improve eisa bus probe by deciding the number of logical eisa slots from | Miod Vallat |
2008-07-25 | The PIE address range defaults are too big for alpha and can land on or | Kurt Miller |
2008-07-25 | Work around a problem on the t5120 where top(1) would lock up the system for | Mark Kettenis |
2008-07-25 | In gdt_grow, always map the gdt on the secondary cpus too. This far | Artur Grabowski |
2008-07-25 | Switch to a temporary stack early on such that we don't lose if the stack | Mark Kettenis |
2008-07-24 | sng_exponent should be sng_exp (MI code now cares); ok martynas | Theo de Raadt |
2008-07-24 | Add code to decode machine checks on Avanti, providing a description of the | Miod Vallat |
2008-07-24 | Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make no | Miod Vallat |
2008-07-23 | Do not rely on an <ichc>invisible cast</ichc> to return failure in | Miod Vallat |
2008-07-23 | So it turns outthe HP engineers changed the PA-RISC 2.0 architecture | Mark Kettenis |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-07-23 | Clear correctable errors after handling them. From Bjorn Andersson. | Mark Kettenis |
2008-07-22 | None of the pceb EISA alpha designs has more than 8 physical slots, so don't | Miod Vallat |
2008-07-22 | Proper interrupt swizzling for devices behind bridges; matches what SRM | Miod Vallat |
2008-07-22 | Modify pci_intr_map() implementation to pass the pci_attach_args to the | Miod Vallat |
2008-07-22 | Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to prevent | Miod Vallat |
2008-07-21 | vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX d | Martynas Venckus |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |