summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-11-16macppc can have gpioTheo de Raadt
2005-11-16some older apple machines did not have a 'regs' property for i2c devices,Theo de Raadt
2005-11-15turn if else if else if into a switch statement.David Gwynne
2005-11-15driver for adm1030 i2c temp + fan controllerTheo de Raadt
2005-11-15Save process context in ktrwrite(), as it may be needed for lockingPedro Martelletto
2005-11-15Enable tsl.Mark Kettenis
2005-11-15Driver for the TAOS TSL2560/61 light sensors.Mark Kettenis
2005-11-15Match comments with realityPedro Martelletto
2005-11-15differentiate the older chip without the 4 adcTheo de Raadt
2005-11-15Add support for light sensors.Mark Kettenis
2005-11-15read the channel register, hopefully initialized by some rom (Yes, AppleTheo de Raadt
2005-11-15- Addition of more DSP init code for brgphy models that come with BCM5703 andBrad Smith
2005-11-15Only two `h' in threshold.Miod Vallat
2005-11-15temperature readings of 0x80 mean "diode not connected", i think; kettenis okTheo de Raadt
2005-11-15regenBrad Smith
2005-11-15more accurately reflect the naming scheme of the Marvell Yukon devices with t...Brad Smith
2005-11-15Start monitoring operations such that values actually change.Mark Kettenis
2005-11-15add IFQ_SET_MAXLEN().Brad Smith
2005-11-15enable adcTheo de Raadt
2005-11-15simple driver for the Analog Devices AD7417/7418 (does not cope rightTheo de Raadt
2005-11-15avoid integer overflow in fan speed calculations, from kettenisTheo de Raadt
2005-11-15enable maxtmpTheo de Raadt
2005-11-15a little cleaning.Brad Smith
2005-11-15driver for the maxim6690 i2c dual temperature sensorTheo de Raadt
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt
2005-11-15Having __STRICT_ANSI__ (gcc -ansi) stop all non-ANSI interfaces fromTodd C. Miller
2005-11-15oh, once we are on bus1, we must have a way to get back to bus0... duhTheo de Raadt
2005-11-15enable bktr(4) and radio(4) on alphaRobert Nagy
2005-11-15Undefine STATUS_SUM, because it is not needed, and it makesRobert Nagy
2005-11-15missing return upon intr_establish failureMichael Shalayeff
2005-11-15all csr offsets are bus_size_tMichael Shalayeff
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CDBrad Smith
2005-11-15remove braces and fix indenting here so its easier to read.Brad 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-14add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.Brad Smith
2005-11-14add de and pcnBrad Smith
2005-11-14there are actually two ports on the ki2c unit. if the OF address hasTheo de Raadt
2005-11-14bah, enable the lm87 stuff for G4 even if it does not workTheo de Raadt
2005-11-14Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus.Mark Kettenis
2005-11-14Restore the disk blinkenlichten lost with the new scsi code, and hp300 usersMiod Vallat
2005-11-14Use config_found_sm() in the probe machinery. This is simpler and allows usMiod Vallat
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
2005-11-14constuct -> constructMiod Vallat
2005-11-14hz is defined in <sys/kernel.h>Miod Vallat
2005-11-14re-add comment which is still valid for em_print_hw_stats().Brad Smith
2005-11-14remove unused em_print_debug_info() function.Brad Smith
2005-11-14regenJonathan Gray