Age | Commit message (Expand) | Author |
2005-11-11 | disable ahc0 at isa until we find the bugs that cause this to blow up | Theo de Raadt |
2005-11-10 | only 4 bits of an irq number are valid to set (just in case) | Michael Shalayeff |
2005-11-10 | do not use the array index before a range check is done | Michael Shalayeff |
2005-11-10 | make sure to ignore >4g and split on 4g memory segments from the bios map; to... | Michael Shalayeff |
2005-11-10 | sensors.h is not used here, so remove the include | David Gwynne |
2005-11-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst |
2005-10-28 | lost a diff from gordon, only attach if we can do something useful | Ted Unangst |
2005-10-28 | malloc(M_WAITOK) is bad in init code, M_DEVBUF is nicer than M_TEMP, | Ted Unangst |
2005-10-28 | update support for powernow (cool and quiet) on k7, and add support | Ted Unangst |
2005-10-27 | repair ops. looking at the doc i suppose had no doc and no good clue when wro... | Michael Shalayeff |
2005-10-27 | ironically everything past 8231 has 8 pci lines (we assume) | Michael Shalayeff |
2005-10-27 | apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@ | Michael Shalayeff |
2005-10-26 | add vt8233 and vt8235 (at least 8235 verified in docs) | Michael Shalayeff |
2005-10-26 | reverse 8237 check to only match 8237 | Michael Shalayeff |
2005-10-26 | add via 8237 back, works now | Henning Brauer |
2005-10-26 | in set_trigger only touch triggers not whole routing crap | Michael Shalayeff |
2005-10-26 | fix 8237 trigger mask | Michael Shalayeff |
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom |
2005-10-26 | typo | Michael Shalayeff |
2005-10-24 | add Intel 6300ESB | Brad Smith |
2005-10-24 | don't touch via 8237 for now, until it is fixed. | Henning Brauer |
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt |
2005-10-21 | amd elan is not a pentium, it's i486, so don't touch pentium_mhz | Alexander Yurchenko |
2005-10-20 | fix addr range in the comments | Michael Shalayeff |
2005-10-20 | fix a long-standing bug in "preserving" bios mapped irqs. | Michael Shalayeff |
2005-10-20 | add 8237 support and repair 8231 that was confused very bad; lots of testing ... | Michael Shalayeff |
2005-10-18 | Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print. | Marco Peereboom |
2005-10-17 | don't say no more if there is no driver for icu; lessen noise | Michael Shalayeff |
2005-10-15 | Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids. | Brad Smith |
2005-10-09 | what the hell, enable ipmi | Theo de Raadt |
2005-10-08 | enable lge | Brad Smith |
2005-10-04 | tabs are holier than spaces | Theo de Raadt |
2005-10-04 | move ipmi chunk to nicer place | Theo de Raadt |
2005-10-04 | Add initial IPMI implementation. Currently only KCS retrieval method is | Marco Peereboom |
2005-10-04 | it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru> | Alexander Yurchenko |
2005-10-02 | pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by kaoru@kaisei... | Theo de Raadt |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-27 | call the init routine for the Intel 82801_FB LPC so that the interrupt | Bob Beck |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat |
2005-09-25 | Turn 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-20 | unbreak tree, how did you do that miod | Theo de Raadt |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-14 | Remove unused label. | Marco Peereboom |
2005-08-23 | add rl* at cardbus. deraadt@ ok. | Federico G. Schwindt |
2005-08-20 | PNI was changed to be known as SSE3 by Intel so make | Jonathan Gray |
2005-08-19 | Spacing. | Marco Peereboom |
2005-08-16 | 3.8 will ship with support for art(4) | Theo de Raadt |