summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2014-06-01Remove real mode VGA repost option. It was used by nobody, and even if itMike Larkin
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-26Replace some magic constants with appropriate defines.Mark Kettenis
2014-05-23Free the est_fqlist allocations if we end up not using it.Philip Guenther
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-05-11Move the increment of uvmexp.softs back to the caller of mi_ast():Philip Guenther
2014-05-10Disable speedstep instead of panicing if the high and low speeds are the same.Philip Guenther
2014-05-10Factor out the common ast bits into mi_ast()Philip Guenther
2014-05-08Enable -Wno-format in the kernel on i386 & amd64Stefan Fritsch
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2014-04-25Defer the free of the hibernate structures until later, when it is safe toMike Larkin
2014-04-20emc on my cx500 works as well as rdac on all my rebadged engenio kit.David Gwynne
2014-04-19Don't panic if we're trying to disestablish an MSI but the hardware is gone.Mark Kettenis
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-08No need for <uvm/uvm_page.h>Martin Pieuchot
2014-04-07Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.andre
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-05enable hds, and give up on ispTheo de Raadt
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.Martin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-28enable mpath plus sym and rdac on some archs so we can learn about whatDavid Gwynne
2014-03-27Add commented out entries for xhci(4).Brad Smith
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-16Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used.Philip Guenther
2014-03-16Remove warnings on unknown x86 models in the code that returns the FSBJonathan Gray
2014-03-14Remove the userland AGP interface. Now that we have KMS, it is no longerMark Kettenis
2014-03-14enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflowsJonathan Matthew
2014-03-14rework mplocks to use tickets instead of spinning. this providesDavid Gwynne
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-12Add compiler barier to bus_dmamap_sync(9), just in case compiler/linkerMark Kettenis
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-03-11Synchronize the i386 and amd64 ddb disassemblers and add supportPhilip Guenther
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-03-07Remove superfluous 'return'.Gerhard Roth
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2014-02-18Bump version numbers.Joel Sing
2014-02-18Actually check to see if the CPU supports tsc, rather than assuming thatJoel Sing
2014-02-17iha and trm are good targets to avoid a space crisis on the install media;Theo de Raadt
2014-02-13Some Linux i915 drm "fast" path code relies on being able to "disable" pageMark Kettenis
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat