summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2005-11-15add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CDBrad Smith
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14convert and remove the last traces of i386_round_page(),Martin Reindl
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-13need cast to vaddr_tMartin Reindl
2005-11-13convert more MD macros to their MI counterparts, this timeMartin Reindl
2005-11-11disable ahc0 at isa until we find the bugs that cause this to blow upTheo de Raadt
2005-11-10only 4 bits of an irq number are valid to set (just in case)Michael Shalayeff
2005-11-10do not use the array index before a range check is doneMichael Shalayeff
2005-11-10make sure to ignore >4g and split on 4g memory segments from the bios map; to...Michael Shalayeff
2005-11-10sensors.h is not used here, so remove the includeDavid Gwynne
2005-11-04only build powernow pieces as appropriate for config'd cpu typesTed Unangst
2005-10-28lost a diff from gordon, only attach if we can do something usefulTed Unangst
2005-10-28malloc(M_WAITOK) is bad in init code, M_DEVBUF is nicer than M_TEMP,Ted Unangst
2005-10-28update support for powernow (cool and quiet) on k7, and add supportTed Unangst
2005-10-27repair ops. looking at the doc i suppose had no doc and no good clue when wro...Michael Shalayeff
2005-10-27ironically everything past 8231 has 8 pci lines (we assume)Michael Shalayeff
2005-10-27apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@Michael Shalayeff
2005-10-26add vt8233 and vt8235 (at least 8235 verified in docs)Michael Shalayeff
2005-10-26reverse 8237 check to only match 8237Michael Shalayeff
2005-10-26add via 8237 back, works nowHenning Brauer
2005-10-26in set_trigger only touch triggers not whole routing crapMichael Shalayeff
2005-10-26fix 8237 trigger maskMichael Shalayeff
2005-10-26Add basic handler for MCE and MCA. Written mostly by toby@ and commiting forMarco Peereboom
2005-10-26typoMichael Shalayeff
2005-10-24add Intel 6300ESBBrad Smith
2005-10-24don't touch via 8237 for now, until it is fixed.Henning Brauer
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt
2005-10-21amd elan is not a pentium, it's i486, so don't touch pentium_mhzAlexander Yurchenko
2005-10-20fix addr range in the commentsMichael Shalayeff
2005-10-20fix a long-standing bug in "preserving" bios mapped irqs.Michael Shalayeff
2005-10-20add 8237 support and repair 8231 that was confused very bad; lots of testing ...Michael Shalayeff
2005-10-18Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print.Marco Peereboom
2005-10-17don't say no more if there is no driver for icu; lessen noiseMichael Shalayeff
2005-10-15Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids.Brad Smith
2005-10-09what the hell, enable ipmiTheo de Raadt
2005-10-08enable lgeBrad Smith
2005-10-04tabs are holier than spacesTheo de Raadt
2005-10-04move ipmi chunk to nicer placeTheo de Raadt
2005-10-04Add initial IPMI implementation. Currently only KCS retrieval method isMarco Peereboom
2005-10-04it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2005-10-02pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by kaoru@kaisei...Theo de Raadt
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-27call the init routine for the Intel 82801_FB LPC so that the interruptBob Beck
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-23- fix PowerNow flags, cosmetic, only affects dmesg output.Brad Smith
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat