summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2005-10-18Put rev 1.56 back in and make sure to include the header soBrad Smith
2005-10-18revert last commit for now.Brad Smith
2005-10-18Make sure that if_timer does not get reset if there are packetsBrad Smith
2005-10-17knfTheo de Raadt
2005-10-17remove /bcom5421 from the OF device map table, this is actually a PHY.Brad Smith
2005-10-17* Fix SMBIOS Table addressJordan Hargrave
2005-10-17Performing certain operations on queue.h data structurs producedOtto Moerbeek
2005-10-17don't say no more if there is no driver for icu; lessen noiseMichael Shalayeff
2005-10-17Rename ncpus to alpha_ncpus so that MI ncpus matches the number ofMiod Vallat
2005-10-17Store the usb device names and vendors in more compact structures.Dale Rahn
2005-10-17Simplify case statement in apollo_chip_map().Jonathan Gray
2005-10-17Recognise VT8251. From Blake Willis <blake at 2112.net>.Jonathan Gray
2005-10-17regenJonathan Gray
2005-10-17VIA K8M800/VT8251 devices from Blake Willis <blake at 2112.net>.Jonathan Gray
2005-10-17define a mask to extract the result from status.Federico G. Schwindt
2005-10-17make pf use one mbuf tag instead of 6 distinct ones. use a little structHenning Brauer
2005-10-17Don't clear dma_in_progress flag too early, noticed by jason@.Alexander Yurchenko
2005-10-17Fixup cacheline on sii3114 like we do for sii3112;Alexander Yurchenko
2005-10-17Enable APC CMOS RAM reading code on amd64 for some embedded sis(4) chips.Brad Smith