Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-18 | Added new evaluation routines | Jordan Hargrave | |
Added helper methods for buffer/field evaluation Fixed broken indentation on dsdt.c ok marco@ | |||
2006-01-18 | Fix typo; w83l785ts-l has chip ID 0x70. | Mark Kettenis | |
2006-01-18 | Check that SDA pin is able to read input. | Alexander Yurchenko | |
2006-01-18 | initial Tx/Rx bits. not working yet. | Damien Bergamini | |
joint work with jsg@ | |||
2006-01-18 | add some bits to control assoc led. | Damien Bergamini | |
2006-01-18 | Fix false positives of ipmi on older machines. | Marco Peereboom | |
ok jordan@ tested by others | |||
2006-01-18 | add some PIIX compatible SMBus controllers from SMSC and ATI. | Brad Smith | |
Thanks to ian@ and msf@ for testing with an ATI IXP400 controller. | |||
2006-01-18 | regen | Brad Smith | |
2006-01-18 | add the vendor id for Agilent Technologies | Brad Smith | |
2006-01-17 | Major overhaul of the aml parser. Evaluater temporarily disabled. | Jordan Hargrave | |
ok marco@ | |||
2006-01-17 | Make it detachable. | Alexander Yurchenko | |
2006-01-17 | Match "w83791sd". | Mark Kettenis | |
2006-01-17 | Support W83791SD as an lm(4) without sensors. | Mark Kettenis | |
2006-01-17 | AS99127F rev 1 doesn't have i2c address in register 0x48. | Mark Kettenis | |
2006-01-17 | Check LM78/79/81 chip ID to prevent spurious matches. | Mark Kettenis | |
tested by bernd@ | |||
2006-01-16 | Cache the TX producer index instead of reading it every time ti_start is | Brad Smith | |
called. From FreeBSD | |||
2006-01-15 | Nit. | Alexander Yurchenko | |
2006-01-15 | Commit missing bits too: | Mark Kettenis | |
If we attach an lm(4) to isa(4) that is already attached to iic(4), disable the one attached to iic(4). idea from deraadt@ | |||
2006-01-15 | If we attach an lm(4) to isa(4) that is already attached to iic(4), disable | Mark Kettenis | |
the one attached to iic(4). idea from deraadt@ | |||
2006-01-15 | as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes at | Jacob Meuser | |
attach, and doesn't disable them ever. this removes the enabling/disabling of the audio muxes in the radio(4) interface for bktr(4) as well. OK robert@, mickey@ | |||
2006-01-15 | wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor. | Mark Kettenis | |
2006-01-15 | Fix typo. | Mark Kettenis | |
2006-01-15 | fix dma mapping of tx ring. | Damien Bergamini | |
2006-01-15 | In iic_exec don't fail immediately if bus is already busy. It might be | Alexander Yurchenko | |
running a BIOS' transfer so wait a bit and try again. | |||
2006-01-15 | Sync with piixpm: allow driver to continue to work in polling mode | Alexander Yurchenko | |
if it failed to install interrupt handler. | |||
2006-01-15 | Simplify interrupt handler installing code. | Alexander Yurchenko | |
2006-01-15 | regen | Jonathan Gray | |
2006-01-15 | The RCJ part of 88E1111-RCJ is the package the ic comes in which | Jonathan Gray | |
may not be always correct for the id so don't mention it. | |||
2006-01-14 | Detect more Winbond chips. | Mark Kettenis | |
"Of course!" deraadt@ | |||
2006-01-14 | Move isa-specific members of struct lm_softc into lm_isa.c. | Mark Kettenis | |
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis | |
lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@ | |||
2006-01-14 | Add a comment. | Alexander Yurchenko | |
2006-01-14 | Some improvements: | Alexander Yurchenko | |
- use gpio_pin_caps() while configuring pins - try to deal not only with open-drain outputs | |||
2006-01-14 | - give rate to rx radiotap | Damien Bergamini | |
- read TSF high 32bit word before low 32bit word to avoid wraparounds | |||
2006-01-14 | - give rate to rx radiotap | Damien Bergamini | |
- swap rssi/rate fields in ural_rx_desc | |||
2006-01-14 | Add gpio_pin_caps() method to provide pin capabilities. | Alexander Yurchenko | |
2006-01-14 | - the allmulti target initially enables all multicast mode so don't bother | Brad Smith | |
checking the IFF_ALLMULTI flag. - clean up vr_encap() a bit. From: Andrey Matveev <evol at online dot ptt dot ru> | |||
2006-01-14 | Correct the length of the rx radiotap to be that of the rx not tx | Jonathan Gray | |
struct. ok damien@ | |||
2006-01-14 | regen | Brad Smith | |
2006-01-14 | SIS 966 south bridge. | Brad Smith | |
2006-01-14 | Make sure interrupt is properly ack'd. | Jonathan Gray | |
From damien@ | |||
2006-01-14 | Only update the RX ring consumer pointer after running through the RX loop, | Brad Smith | |
not with each iteration through the loop. From FreeBSD | |||
2006-01-14 | Support for I2C bus bit-banging through the GPIO pins. | Alexander Yurchenko | |
Now Soekris people can enjoy our fancy I2C stuff, too: nsclpcsio0 at isa0 port 0x2e/2: NSC PC87366 rev 9: GPIO VLM TMS gpio1 at nsclpcsio0: 29 pins gpioiic0 at gpio1 pins 17 19 iic0 at gpioiic0 maxds0 at iic0 addr 0x48: ds1624, starting maxds1 at iic0 addr 0x49: ds1624, starting | |||
2006-01-13 | Put back i2c bit-banging code, we'll need it soon. | Alexander Yurchenko | |
2006-01-13 | support i915. adapted from freebsd by Dimitry Andric. does not break | Theo de Raadt | |
at least i810 on x40, but made x41 work. ok matthieu | |||
2006-01-13 | handle all 3 types of chips correctly. go into continuous mode, and | Theo de Raadt | |
start the chips right (two kinds of start sequences). then get the temperature readings correctly, including negative temperatures. done with grange. pity the poor russian with only the lowest of the low end i2c chips | |||
2006-01-13 | send management frames at lowest possible rate. | Damien Bergamini | |
2006-01-13 | - fix short slot time | Damien Bergamini | |
- add WEP capability flag - make sure to reset fallback to CCK rates when switching to 802.11a - give BBP more time to initialize | |||
2006-01-13 | fix short slot time + cosmetic | Damien Bergamini | |
2006-01-13 | - fix short preamble support | Damien Bergamini | |
- add short slot support - fix eifs settings - many consistency tweaks |