summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-11-16+ pcagpioTheo de Raadt
2005-11-16driver for the philips pca9554 i2c gpio deviceTheo de Raadt
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
but 'i2c-address'. some have both. crazy. ok drahn
2005-11-15turn if else if else if into a switch statement.David Gwynne
tested and ok kettenis@
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
purposes by the file system specific write routine. Fixes PR 4612. Okay deraadt@.
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
ok dlg@
2005-11-15read the channel register, hopefully initialized by some rom (Yes, AppleTheo de Raadt
does in their rom, but not in their kernel code). This tells us if the 2 AIN/FAN pins are wired as AIN or FAN (G4 xserve fans, G5 xserve more voltage readings..); ok kettenis
2005-11-15- Addition of more DSP init code for brgphy models that come with BCM5703 andBrad Smith
BCM5703 bge(4) copper NICs. - Do not enable Ethernet@WireSpeed for 5705 chips other than A0 and A1. Derived from Linux's tg3 driver.
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 ↵Brad Smith
there pcidevs entries. Based on information from the Marvell Yukon/Yukon-II FreeBSD driver.
2005-11-15Start monitoring operations such that values actually change.Mark Kettenis
ok deraadt@
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
with 7416 without ADC yet)
2005-11-15avoid integer overflow in fan speed calculations, from kettenisTheo de Raadt
also, if things appear majorly wonky, mark sensors invalid
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
pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis
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
being visible causes too many problems to be worth it. Lots of thigns in ports use -ansi and expect to still be able to use POSIX bits. We may want to disable long long for __STRICT_ANSI__ in the future since this is consistent with what gcc whines about.
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
ok deraadt@ mickey@
2005-11-15Undefine STATUS_SUM, because it is not needed, and it makesRobert Nagy
bktr(4) work on alpha. ok mickey@
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
i386_trunc_page(), i386_btop() and i386_ptob()
2005-11-14add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.Brad Smith
From: Intel's web-site ok deraadt@
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
the 0x80 bit set, the device is on the 2nd port. ok kettenis
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
ok deraadt@
2005-11-14Restore the disk blinkenlichten lost with the new scsi code, and hp300 usersMiod Vallat
like me again.
2005-11-14Use config_found_sm() in the probe machinery. This is simpler and allows usMiod Vallat
to report HP-IB devices found for which no driver attached.
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
while there, constify option DEBUG message tables.
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