summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2008-10-21style nits.Brad Smith
2008-10-19Shuffle MULTIPROCESSOR ifdef's around to allow code that deals withBrad Smith
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15inteldrm and radeondrm are pretty stable by this point, so enable them on amd64Owain Ainsworth
2008-10-10Use the MI random() for all cases; no need for a MD version since itTheo de Raadt
2008-10-09Skip memory areas smaller than 1 MB above the 16 MB boundary to deal withMark Kettenis
2008-10-08uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) andTheo de Raadt
2008-10-06Unconditionally compile idt_vec_xxx functions.Mark Kettenis
2008-10-05Remove IOAPIC ID remapping code. It should not be necessary to avoid reusingMark Kettenis
2008-10-04The wrong byte of the return code was being looked at for theTheo de Raadt
2008-09-29enable JMicron Ethernet (jme/jmphy)Jonathan Gray
2008-09-28Always include machine/cpu.h and remove i82489reg.h/i82489var.h.Brad Smith
2008-09-28Remove "XXX for now" NLAPIC define. Already provided via lapic.h.Brad Smith
2008-09-26Attach agp(4) to the Intel Q35 integrated video.Mike Belopuhov
2008-09-19AES with keysize != 128 bit is not supported in hardware, so we needMarkus Friedl
2008-09-17Also update the NVIDIA PCI id for the i386 copy of this code.Brad Smith
2008-09-16Make this compile if !MULTIPROCESSOR.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-09-08delete a few more things. hoping someone shows up who is upset by this,Theo de Raadt
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2008-08-16bios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF statements.Kenneth R Westerback
2008-08-13Disable the fantastics mis-feature on some newer Turion CPUs called C1E.Artur Grabowski
2008-08-12Fix multiple addition error recently introduced for when extended partitionsTheo de Raadt
2008-08-08Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a.Kenneth R Westerback
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-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-20no, ipmi is still not fine on some machines (since acpi got enabled)Theo de Raadt
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-18Add new uvm function called uvm_map_pie() which takes align as aKurt Miller
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-11initialise the state kept between calls to dmamap_load_buffer to 0. thereDavid Gwynne
2008-07-09Simplify the match function a bit by just returning the result fromBrad Smith
2008-07-08vmt(4) is a kernel level implementation of the vmware tools.David Gwynne
2008-07-07Comment correction, actually -> actualBrad Smith
2008-07-07Add an entry to report the bus clock on bernd's atom laptop.Jonathan Gray
2008-07-07Add AGP and hostbridge support for the Intel 82945GME chipset.Bernd Ahlers