summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-10-21tidy up dmesg printing.Brad Smith
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
2005-10-21Clean up RTC code.Mark Kettenis
2005-10-21amd elan is not a pentium, it's i486, so don't touch pentium_mhzAlexander Yurchenko
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
2005-10-21pretty up dmesg outputTheo de Raadt
2005-10-21remove unused arm_trunc_page() macroMartin Reindl
2005-10-21remove two unused and deprecated Mach macros, alpha_round_page() andMartin Reindl
2005-10-21A bit more registers from the Linux sata_svw.c driver.Alexander Yurchenko
2005-10-21Zap return at the end of a void function. No binary change.Alexander Yurchenko
2005-10-21Remove unused global adapter linked list.Brad Smith
2005-10-21In em_process_receive_interrupts() cycle check IFF_RUNNING flag.Brad Smith
2005-10-20Instead of keeping track of the index into the receive ring use the alreadyBrad Smith
2005-10-20fix command and write rid handling and fix some fmt strings used on debug.Federico G. Schwindt
2005-10-20defintion -> definition;Jason McIntyre
2005-10-20revert to revision 1.16 for now, 1.17 and 1.18 broke audioJoris Vink
2005-10-20cannot manipulate hid0 register yet in 64 bit mode (because we are runningTheo de Raadt
2005-10-20fix a typo in a Via PCI product id.Brad Smith
2005-10-20fix addr range in the commentsMichael Shalayeff
2005-10-20Enable IPMI on amd64.Marco Peereboom
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-20s/mtrspr/mtsprg in ddblowMark Kettenis
2005-10-20Don't try to match VIA ide chips as ISA bridges.Alexander Yurchenko
2005-10-20add arrays of initial rf register values.Reyk Floeter
2005-10-20KNF; marco okTheo de Raadt
2005-10-19Fixup case statements to use #define'sJordan Hargrave
2005-10-19KNF fixesJordan Hargrave
2005-10-19Oops.. part of ipmi_thread fixesJordan Hargrave
2005-10-19Added readable case names for ipmi device typesJordan Hargrave
2005-10-19Added length test for ipmi_sensor_name stringJordan Hargrave
2005-10-19make this compile with AUDIO_DEBUG; reported in tech@ byFederico G. Schwindt
2005-10-19Changed poll to use kernel threads instead of in timer contextJordan Hargrave
2005-10-19Added status for chassis intrusion (critical if open)Jordan Hargrave
2005-10-19Changed order of reading sensor vs sensor status, failed sensors had invalidJordan Hargrave
2005-10-19Added code to properly read power supply installed/power stateJordan Hargrave
2005-10-19Added SMIC interface codeJordan Hargrave
2005-10-19add support to change the channel from ifconfig; tested by some,Federico G. Schwindt
2005-10-19regenBrad Smith
2005-10-19Add the DeLorme Earthmate GPS.Brad Smith
2005-10-19Remove v_vnlock from struct vnode, okay krw@ tedu@Pedro Martelletto
2005-10-19Add smu(4).Mark Kettenis
2005-10-19Add IPMI to amd64. Keep it disabled for now.Marco Peereboom
2005-10-18Use MI trunc_page() & round_page(). Suggested by miod@ and grange@Marco Peereboom
2005-10-18Document Dell PowerEdge 8450 hackMarco Peereboom
2005-10-18Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print.Marco Peereboom
2005-10-18getnewfsid() was renamed and moved to sys/mount.h long ago; ok pedroJared Yanovich
2005-10-18remove wrong definition since result really belongs to stat (which isFederico G. Schwindt
2005-10-18Add some missing IDE/SATA interfaces..Brad Smith
2005-10-18Use PSR_IND rather than recomputing it from PSR_INTERRUPT_DISABLE_BIT;Miod Vallat