summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-01-19ENAMETOOLONG if path too long; ok miod pedroTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-19Added support for read/write of PCI Config spaceJordan Hargrave
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-18Added new evaluation routinesJordan Hargrave
2006-01-18Fix typo; w83l785ts-l has chip ID 0x70.Mark Kettenis
2006-01-18Check that SDA pin is able to read input.Alexander Yurchenko
2006-01-18initial Tx/Rx bits. not working yet.Damien Bergamini
2006-01-18add some bits to control assoc led.Damien Bergamini
2006-01-18Fix false positives of ipmi on older machines.Marco Peereboom
2006-01-18add some PIIX compatible SMBus controllers from SMSC and ATI.Brad Smith
2006-01-18regenBrad Smith
2006-01-18add the vendor id for Agilent TechnologiesBrad Smith
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave
2006-01-17Make it detachable.Alexander Yurchenko
2006-01-17Match "w83791sd".Mark Kettenis
2006-01-17Support W83791SD as an lm(4) without sensors.Mark Kettenis
2006-01-17AS99127F rev 1 doesn't have i2c address in register 0x48.Mark Kettenis
2006-01-17Check LM78/79/81 chip ID to prevent spurious matches.Mark Kettenis
2006-01-16Cache the TX producer index instead of reading it every time ti_start isBrad Smith
2006-01-15Nit.Alexander Yurchenko
2006-01-15Commit missing bits too:Mark Kettenis
2006-01-15If we attach an lm(4) to isa(4) that is already attached to iic(4), disableMark Kettenis
2006-01-15as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes atJacob Meuser
2006-01-15wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor.Mark Kettenis
2006-01-15Fix typo.Mark Kettenis
2006-01-15fix dma mapping of tx ring.Damien Bergamini
2006-01-15In iic_exec don't fail immediately if bus is already busy. It might beAlexander Yurchenko
2006-01-15Sync with piixpm: allow driver to continue to work in polling modeAlexander Yurchenko
2006-01-15Simplify interrupt handler installing code.Alexander Yurchenko
2006-01-15regenJonathan Gray
2006-01-15The RCJ part of 88E1111-RCJ is the package the ic comes in whichJonathan Gray
2006-01-14Detect more Winbond chips.Mark Kettenis
2006-01-14Move isa-specific members of struct lm_softc into lm_isa.c.Mark Kettenis
2006-01-14Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean upMark Kettenis
2006-01-14Add a comment.Alexander Yurchenko
2006-01-14Some improvements:Alexander Yurchenko
2006-01-14- give rate to rx radiotapDamien Bergamini
2006-01-14- give rate to rx radiotapDamien Bergamini
2006-01-14Add gpio_pin_caps() method to provide pin capabilities.Alexander Yurchenko
2006-01-14- the allmulti target initially enables all multicast mode so don't botherBrad Smith
2006-01-14Correct the length of the rx radiotap to be that of the rx not txJonathan Gray
2006-01-14regenBrad Smith
2006-01-14SIS 966 south bridge.Brad Smith
2006-01-14Make sure interrupt is properly ack'd.Jonathan Gray
2006-01-14Only update the RX ring consumer pointer after running through the RX loop,Brad Smith
2006-01-14Support for I2C bus bit-banging through the GPIO pins.Alexander Yurchenko
2006-01-13Put back i2c bit-banging code, we'll need it soon.Alexander Yurchenko
2006-01-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2006-01-13handle all 3 types of chips correctly. go into continuous mode, andTheo de Raadt