summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2007-08-07provide software version of HMAC, so IPsec can actually use the crypto HW;Markus Friedl
2007-08-07do not leak sessions; ok hshoexer, tom, deraadtMarkus Friedl
2007-08-06Spew smbios bios table vendor/version/release date into the dmesg. DiffGordon Willem Klok
2007-08-05Enable Compact Flash driver for the Marvell 88W8385 chip inMarcus Glocker
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2007-08-03when not dealing with floats, always multiply before dividing; from Przemysla...Theo de Raadt
2007-08-01switch i386 to use the MI i8253 header file and remove the now obsolete MDMartin Reindl
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-27We don't want to pass the PXE MAC address to the kernel when bootingTom Cosgrove
2007-07-27Adapt powernow-k7.c driver to use the ACPI _PSS table for retreivingGordon Willem Klok
2007-07-23Add glue for a control device for bthub(4). Will be used to configureMichael Knudsen
2007-07-21another rare device temporarily gets the axe (until some other shrinkage happ...Theo de Raadt
2007-07-20More code that tests for CPUCLASS_386 that can go away. Pointed out byMichael Knudsen
2007-07-20Oh, look, code that begins like this:Michael Knudsen
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2007-07-06net80211 growth eats another ethernet driver (which is super rare on laptops)Theo de Raadt
2007-07-04take skc/sk off main floppy, becuase of net80211 growthTheo de Raadt
2007-07-04Remove more IPX leftovers.Marco Pfatschbacher
2007-07-02replace two lockmgr lock with rwlocks.Thordur I. Bjornsson
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
2007-07-02enable jmb on all archs that support ahci, so jmicron boards will continueDavid Gwynne
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-27According to Intel errata:Artur Grabowski
2007-06-26Provide a default case so that we don't end up trying to dereferenceTom Cosgrove
2007-06-25"of of" is wrong - it should be "off of" - but "from" is even nicerTom Cosgrove
2007-06-23net80211 growth means vr(4) goes away for nowTheo de Raadt
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt