summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2009-01-04Add support for CS5535 IDE adapted from the gcscide code in NetBSDJonathan Gray
2009-01-03run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Damien Bergamini
2008-12-29fix compiling w/o apm(4)Oleg Safiullin
2008-12-28No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memoryMark Kettenis
2008-12-28Remove confusion between "raw" and "swizzled" interrupt pins. Remove someMark Kettenis
2008-12-26use the exact same policy for choosing apic on all 3 types of kernel.Theo de Raadt
2008-12-26If we have usable acpi, but chose to use amp instead for various reasons,Theo de Raadt
2008-12-22Get rid of many arbitrary differences between the i386 and amd64 mpbios code.Mark Kettenis
2008-12-18Don't set the global bit PG_G for kernel pmap low memory mappings. Use aKurt Miller
2008-12-18use atomic operations to update ptes in pmap_unwire(). okay weingart@Kurt Miller
2008-12-11Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 andOwain Ainsworth
2008-12-10When booting from a CD on i386/amd64, assume the root filesystemKenneth R Westerback
2008-12-10both x86 platforms isa bus_dma implementations handle bus_dmamap_syncOwain Ainsworth
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06some more trouble where i failed to account for oga's diffTed Unangst
2008-12-04*sigh* unbreak the tree.Owain Ainsworth
2008-12-04Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process.Tobias Weingartner
2008-12-04Move the bus_dma generic functions out of the far-too-podgy machdep.c andOwain Ainsworth
2008-12-03Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteOwain Ainsworth
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-27Enable gpioow and gpioiic for runtime attachment, keep the previousMarc Balmer
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-25we are heading quickly to a world where isp(4) will not fit, so let usTheo de Raadt
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-24oops.Artur Grabowski
2008-11-24 - Remove the special case for one page pmap_remove, it's useless.Artur Grabowski
2008-11-24die die dieTheo de Raadt
2008-11-24In pmap_write_protect() clear and set the protection bits atomically andKurt Miller
2008-11-24In pmap_clear_attrs() use i386_atomic_clearbits_l() to only clear theKurt Miller
2008-11-23no more need to cope with pccomTheo de Raadt
2008-11-23pccom can finally die; ok kettenis dlg drahn, tested by okanTheo de Raadt
2008-11-22Move the drm drivers over from:Owain Ainsworth
2008-11-22Allow wired memory to be accounted on i386. This automatically changesMike Belopuhov
2008-11-22The last parts of cpu_unidle. i386, amd64 and sparc64Artur Grabowski
2008-11-22same change as for amd64. Move bus_space_* functions from inlines andOwain Ainsworth
2008-11-21add forgotten ioctls. allows writing to extra counters found on amd cpus.Mike Belopuhov
2008-11-14Garbage collect the LDT segments, and simply use the GDT segments.Tobias Weingartner
2008-11-14Atomically update the PTE.Kurt Miller
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-11-06correct commentTheo de Raadt
2008-11-06delete checks for impossible conditionsTheo de Raadt
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-10-28Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and theTheo de Raadt
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-10-24clear pointer after freeing itTheo de Raadt
2008-10-24Add auacer(4) to handle the audio controller found in some ALi/ULiBrad Smith
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-23add mos(4) to the most relevant config filesTheo de Raadt
2008-10-21more style nits.Brad Smith