Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-24 | regen | Jonathan Gray | |
2006-01-24 | Some NVIDIA MCP04/MCP51/C51/MCP55 devices. | Jonathan Gray | |
2006-01-22 | fixes miibus_{read,write}reg routines. | Damien Bergamini | |
this resolves the ghost ukphy problem. did some cleanup while i'm here. tested by and ok jsg@ | |||
2006-01-22 | Fix UDMA on IDE function integrated on VIA VT8237 south bridge. | Mark Kettenis | |
ok grange@ | |||
2006-01-21 | regen | Jonathan Gray | |
2006-01-21 | Additional devices from submitted dmesgs. | Jonathan Gray | |
2006-01-21 | Remove zeroref here too; spotted by naddy@ | Miod Vallat | |
2006-01-21 | some cleaning after removing code for reading the VPD. | Brad Smith | |
2006-01-21 | regen | Brad Smith | |
2006-01-21 | add Dell RAC 3 and 4 PCI ids. | Brad Smith | |
ids for RAC 4 from Srebrenko Sehic and ids for RAC 3 from jordan@ | |||
2006-01-20 | remove redundant code from nfe_attach(). | Brad Smith | |
ok jsg@ | |||
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller | |
OK mickey@ | |||
2006-01-20 | - match another revision of Audigy cards | Jacob Meuser | |
- figure sample size into start of voice buffer location | |||
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
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 | 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-16 | Cache the TX producer index instead of reading it every time ti_start is | Brad Smith | |
called. From FreeBSD | |||
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 | 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-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 | 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-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-12 | Don't start new command if bus is busy and kill command on timeout. | Mark Kettenis | |
2006-01-12 | sync | Theo de Raadt | |
2006-01-12 | 3 more radeon; 4969 | Theo de Raadt | |
2006-01-12 | regen | Jonathan Gray | |
2006-01-12 | Some more VIA and NVIDIA products mostly from submitted dmesgs, | Jonathan Gray | |
fix descriptions of some VIA ppb products while here. | |||
2006-01-12 | if we cannot map the interrupt, try to do iic in polling mode anyways. | Theo de Raadt | |
this lets iic work on at least a few other machines, we hope without any downside. at least we know from the previous check that it is not wired to SMI, right?; ok grange | |||
2006-01-11 | Fix compilation without NVIIC_DEBUG defined, ok dlg@ | Jonathan Gray | |
2006-01-11 | make the timeout printf a debug message | David Gwynne | |
2006-01-10 | fix reading of EEPROM content on big endian arches. | Damien Bergamini | |
2006-01-09 | Move an(4) to a driver based on the NetBSD one. | Jonathan Gray | |
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@ | |||
2006-01-09 | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | Damien Bergamini | |
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured. | |||
2006-01-09 | with an offset tweak, this can also support the nvidia nforce smbus | Theo de Raadt | |
same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca | |||
2006-01-09 | fix a panic in the locking stuff that was caused by a pasto. found by | David Gwynne | |
Johan M:son Lindman. | |||
2006-01-08 | regen | Brad Smith | |
2006-01-08 | add a third ATI RS480 PCI Express bridge. | Brad Smith | |
2006-01-08 | regen | Brad Smith | |
2006-01-08 | add another ATI RS480 PCI Express bridge | Brad Smith | |
2006-01-08 | regen | Damien Bergamini | |
2006-01-08 | more Ralink Technology PCI ids. | Damien Bergamini | |