summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2007-10-28add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. TheAlexandre Ratchov
2007-10-24Remove idle loop counter.Mike Belopuhov
2007-10-24Don't spam the dmesg.Mike Belopuhov
2007-10-22remove flagsa/dobusy/doidle stuff introduced 3 years ago as a debugging aid..Theo de Raadt
2007-10-22no need for NOPROG and bsd.prog.mkTheo de Raadt
2007-10-19remove vars from some prototypes.Federico G. Schwindt
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17more unification between amd64 and i386 (API changes, but we thinkTheo de Raadt
2007-10-17replacement for the pctr codebase that can handle amd64 processors asTheo de Raadt
2007-10-14enable wbngTheo de Raadt
2007-10-13Fix cpu_exit() comments to be more closer to reality.Miod Vallat
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-10Change argsize from size_t to short, since it only stores a shortRay Lai
2007-10-08isa0 at amdpcib? got skipped, sighTheo de Raadt
2007-10-08enable spdmem where it mattersTheo de Raadt
2007-10-07Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenMarc Balmer
2007-10-07Add support for the PCI-ISA bridge, timecounter, and watchdog timerMarc Balmer
2007-10-03Add pcb_flags member to 'struct pcb', and set PCB_SAVECTX on contexts savedMark Kettenis
2007-10-01more btoc -> atopMartin Reindl
2007-09-30On i386, only call amd64_errata() on amd64 processors (family 0xf),Gordon Willem Klok
2007-09-30Enable Broadcom wireless, bwi(4).Jonathan Gray
2007-09-29At the requst of deraadt@, backpout the temporary hack for pcc.Otto Moerbeek
2007-09-24Ooops, i386 entry was enabled by mistake. Disable it. Sorry.Marcus Glocker
2007-09-24Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but stillMarcus Glocker
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-09-18As a temporary workaround, implement va_start not usingOtto Moerbeek
2007-09-18Fix typo (`Advancded').Michael Knudsen
2007-09-13Don't bother bitching if APM does not exist. PleantyTobias Weingartner
2007-09-12s/atoin/ation/ typosCharles Longeau
2007-09-11henric, tsk tsk, you missed stuff related to cryptosoftTheo de Raadt
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09thmc vs tmhc screwupTheo de Raadt
2007-09-09tmhc has only been seen on i386Theo de Raadt
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-08Add adl(4). Make comments for i2c devices a bit more consistent while I'mMark Kettenis
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-09-07Comment fix. It's 0x7F ELF, not 0xFF ELF.Tobias Weingartner
2007-09-07Remove some left-overs from the TSC based microtime. We don't needArtur Grabowski
2007-09-07Modify the heuristic for detection of speedstep to recognize a compatibleGordon Willem Klok
2007-09-07Based upon a diff orignally submitted by devin smith, Do two things run theGordon Willem Klok
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini
2007-09-04driver for i2c lm93 sensor; very common on ipmi machines which have i2cTheo de Raadt
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-09-01Use db_format() instead of ddb-specific format specifiers; no functionalMiod Vallat
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-08-31Add qli. Commented out for now.Marco Peereboom
2007-08-22Add bus_space_vaddr to i386 arch.Marco Peereboom
2007-08-14Work-around an interaction between FPU context switching and the VIAHenric Jungheim