summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2009-11-18Don't whinge about not knowing the bus_clock for EP80579 (model 0x15)Jonathan Gray
2009-11-15athn(4) has a future in here.Theo de Raadt
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-12oops my slow editor conspired against meTheo de Raadt
2009-11-12if the table got messed up, early loop termination is not gauranteed, andTheo de Raadt
2009-11-08update description for iwn(4)Damien Bergamini
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-03fix previous commit.Damien Bergamini
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-30correct interrupt status bits; patfbsd@davenulle.orgTheo de Raadt
2009-10-28delete balony comment; ok kettenisTheo de Raadt
2009-10-28 no more eisa, sorryTheo de Raadt
2009-10-26Load %mxcsr when initializing the FPU on machines that support SSE.Mark Kettenis
2009-10-24Match on `esm' as the device name, not `anything starting with esm'; ok dlg@Miod Vallat
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-07This file is supposed to compile.Theo de Raadt
2009-10-07add support for the temperature sensor of VIA Nano and C7-M CPUs.Kevin Lo
2009-10-06Allow MD limits for allocating PCI io and mem space and specify limits onMark Kettenis
2009-10-05wrap an annoying long line (like amd64)Theo de Raadt
2009-10-03Properly handle XMM exceptions instead of panicing the kernel. Fixes theMark Kettenis
2009-09-30Fix comments to match reality.Tobias Weingartner
2009-09-28Make video buffer area and BIOS areas unavailable for PCI resource allocation.Mark Kettenis
2009-09-20Back out via nano temperature sensor changes.Jonathan Gray
2009-09-20add support for VIA Nano cpu core temperature sensorKevin Lo
2009-09-18For some dark reason there's a bit on the VLINK device of this chipsetMark Kettenis
2009-08-25Legacy-free PC hardware do not have a real PS/2 keyboard controller, butMiod Vallat
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-15use static for inline so we get the desired behaviour with compilersJonathan Gray
2009-08-14enable lisa(4); tested by Marco Knol; ok deraadtConstantine A. Murenin
2009-08-13Cleanup differences between i386 and amd64.Mark Kettenis
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-13Make the i386 APIC code closer to the amd64 version. Many whitespace fixes,Mark Kettenis
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-11fix some stupidity in x86 bus_space_map.Owain Ainsworth
2009-08-10use splhigh instead of splclock to block in the i386_ipiTheo de Raadt
2009-08-10right now, we only increment ci_idepth in struct cpuinfo whenOwain Ainsworth
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09if extent_alloc() fails, we don't clear the iomap properly beforeOwain Ainsworth
2009-08-09Rototill system V message queues.Bret Lambert
2009-08-08add alc(4) to the i386 and amd64 RAMDISK_CD configsKevin Lo
2009-08-08alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.Kevin Lo
2009-08-06reintroduce the uvm_tree commit.Owain Ainsworth
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-07-31on error, just call unload() instead of doing all the actions that itOwain Ainsworth
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-27add bus speed recognition on Nehalem based cpus, thisDariusz Swiderski
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat