summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2009-04-29Extend pciio extents to cover the while 32-bit address space. The processorMark Kettenis
2009-04-28Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridgesMark Kettenis
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-24Enable berkwdt(4) now. It'll make it easier for people to test it.Michael Knudsen
2009-04-24Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog writtenMichael Knudsen
2009-04-23-v was printing some information which is irrelevant or duplicate. ThisTheo de Raadt
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Enable schsio(4) everywhere to get it tested.Michael Knudsen
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Switch the softinterrupt code on x86 over to mutexes instead ofOwain Ainsworth
2009-04-15fix properly; size gets decremented while we check the segments, so save it soOwain Ainsworth
2009-04-15make load_raw do the same as the others and set mapsize and nsegs toOwain Ainsworth
2009-04-15bus_dmamap_load_raw didn't set map->dm_mapsize on successful load.Owain Ainsworth
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-04-14enable ix(4).Jonathan Gray
2009-04-13Ignore zero-sized regions from the BIOS memory map when reserving root PCIMark Kettenis
2009-04-11Create extents for resource accounting on the root PCI bus and populate themMark Kettenis
2009-04-11There is no support for building multi-socket machines in AMD Family 11hMark Kettenis
2009-04-09in bus_dmamap_load_raw, only map the requested number of bytes into theDavid Gwynne
2009-04-09unrevert marco's revert of my bus_dmamap_load_raw change now that i foundDavid Gwynne
2009-04-08Rever _raw change from dlg because it breaks iwn.Marco Peereboom
2009-04-04make bus_dmamap_load_raw respect the constraints of the dmamap we'reDavid Gwynne
2009-03-31bzero pci attach argsMark Kettenis
2009-03-30make the code look the same; ok kettenisTheo de Raadt
2009-03-30don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPUAlexandre Ratchov
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-24link otus(4) to the build on i386 and amd64.Damien Bergamini
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-10remove the _BUS_DMA_PRIVATE define from amd64 and i386.Owain Ainsworth
2009-03-10enable urtw(4)Kevin Lo
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-25enable ale(4) on both i386 and amd64Kevin Lo
2009-02-19suspend/resume bits so that we can develop this in tree. This is disabled.Marco Peereboom
2009-02-17something has to go... because the piggy developers bloated the kernel againTheo de Raadt
2009-02-16Cancel the automatic boot when you hold ctrl to skip boot.conf.Stuart Henderson
2009-02-16Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow upKenneth R Westerback
2009-02-16Store conditionally extended cpuid family/model valuesJonathan Gray
2009-02-14enable Attansic L1 Ethernet (age/atphy)Kevin Lo
2009-02-14Don't call cpu_setup() twice on non-MULTIPROCESSOR kernels. Fixes problemsMark Kettenis
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-02-08Enable ips(4) on CD install media so people can try it.Alexander Yurchenko
2009-02-05add MD PMAP_NOCACHE flag to i386 and use it to implement theOwain Ainsworth
2009-02-03Free TSS on the stack of the dead process.Mike Belopuhov
2009-01-29Only start using the rtc for statclock after we've received the firstMark Kettenis
2009-01-27Get rid of the last traces of uvm.pager_[se]vaMiod Vallat