summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-08-09Fix counting of shared (PCI) interrupts. Remove some useless debug codeMark Kettenis
2008-08-09Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getMiod Vallat
2008-08-09Do not forget to set the ``specific EOI'' bit when sending a... specific EOI;Miod Vallat
2008-08-08Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a.Kenneth R Westerback
2008-08-08Wrap long lines and remove useless comment.Joel Sing
2008-08-08Make sgivol use the sgilabel struct from machine/disklabel.h, rather thanJoel Sing
2008-08-07Use %sys_tick to generate clock interrupts on systems that have it.Mark Kettenis
2008-08-07Give each CPU its own `struct intrhand' for %tick interrupts. Fixes aMark Kettenis
2008-08-07- Enable ALTQ support.Brad Smith
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpuGordon Willem Klok
2008-08-05One last duplicate scsi initiator report in dmesg.Miod Vallat
2008-08-04fix extended partition support by handling chained EBRs correctlyReyk Floeter
2008-08-02compile inteldrm and radeondrm in GENERIC by default, but disabled.Owain Ainsworth
2008-08-02Ignore the ata channel on 164SX when controller is the built-in one, whenMiod Vallat
2008-07-30Add ath(4).Brad Smith
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-30wi@pci now works.Miod Vallat
2008-07-30Implement bus_space_{read,write}_raw_mult_[248] correctly, it needsMiod Vallat
2008-07-30Proper interrupt values for pci interrupt pins B to D, found in some IRIXMiod Vallat
2008-07-30enable ix(4) on amd64Reyk Floeter
2008-07-29Give the eisa device a valid bus_dma_tag_t.Miod Vallat
2008-07-29Fix range check in sio_intr_establish().Miod Vallat
2008-07-29Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), basedMiod Vallat
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-28regenMiod Vallat
2008-07-28Put XBOW in the generated constants, not PCI...Miod Vallat
2008-07-28In addition to cop0 sr, prevent cop0 ic from being modified inMiod Vallat
2008-07-28Remove dead code.Miod Vallat
2008-07-28In process_write_regs() and sigreturn(), be more strict about the bitsMiod Vallat
2008-07-28According to the manual, delay slot kill the benefits of being superscalar,Miod Vallat
2008-07-27Increase the size of the TSB on large memory machines. This make buildingMark Kettenis
2008-07-25phyio -> physioMiod Vallat
2008-07-25Improve eisa bus probe by deciding the number of logical eisa slots fromMiod Vallat
2008-07-25The PIE address range defaults are too big for alpha and can land on orKurt Miller
2008-07-25Work around a problem on the t5120 where top(1) would lock up the system forMark Kettenis
2008-07-25In gdt_grow, always map the gdt on the secondary cpus too. This farArtur Grabowski
2008-07-25Switch to a temporary stack early on such that we don't lose if the stackMark Kettenis
2008-07-24sng_exponent should be sng_exp (MI code now cares); ok martynasTheo de Raadt
2008-07-24Add code to decode machine checks on Avanti, providing a description of theMiod Vallat
2008-07-24Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make noMiod Vallat
2008-07-23Do not rely on an <ichc>invisible cast</ichc> to return failure inMiod Vallat
2008-07-23So it turns outthe HP engineers changed the PA-RISC 2.0 architectureMark Kettenis
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
2008-07-23Clear correctable errors after handling them. From Bjorn Andersson.Mark Kettenis
2008-07-22None of the pceb EISA alpha designs has more than 8 physical slots, so don'tMiod Vallat
2008-07-22Proper interrupt swizzling for devices behind bridges; matches what SRMMiod Vallat
2008-07-22Modify pci_intr_map() implementation to pass the pci_attach_args to theMiod Vallat
2008-07-22Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to preventMiod Vallat
2008-07-21vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX dMartynas Venckus
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus