summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-01-22fixes miibus_{read,write}reg routines.Damien Bergamini
2006-01-22Fix UDMA on IDE function integrated on VIA VT8237 south bridge.Mark Kettenis
2006-01-21regenJonathan Gray
2006-01-21Additional devices from submitted dmesgs.Jonathan Gray
2006-01-21Remove zeroref here too; spotted by naddy@Miod Vallat
2006-01-21some cleaning after removing code for reading the VPD.Brad Smith
2006-01-21regenBrad Smith
2006-01-21add Dell RAC 3 and 4 PCI ids.Brad Smith
2006-01-20remove redundant code from nfe_attach().Brad Smith
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.Todd C. Miller
2006-01-20- match another revision of Audigy cardsJacob Meuser
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander 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-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-16Cache the TX producer index instead of reading it every time ti_start isBrad Smith
2006-01-15as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes atJacob Meuser
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-14- the allmulti target initially enables all multicast mode so don't botherBrad Smith
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-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2006-01-12Don't start new command if bus is busy and kill command on timeout.Mark Kettenis
2006-01-12syncTheo de Raadt
2006-01-123 more radeon; 4969Theo de Raadt
2006-01-12regenJonathan Gray
2006-01-12Some more VIA and NVIDIA products mostly from submitted dmesgs,Jonathan Gray
2006-01-12if we cannot map the interrupt, try to do iic in polling mode anyways.Theo de Raadt
2006-01-11Fix compilation without NVIIC_DEBUG defined, ok dlg@Jonathan Gray
2006-01-11make the timeout printf a debug messageDavid Gwynne
2006-01-10fix reading of EEPROM content on big endian arches.Damien Bergamini
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
2006-01-09with an offset tweak, this can also support the nvidia nforce smbusTheo de Raadt
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
2006-01-08regenBrad Smith
2006-01-08add a third ATI RS480 PCI Express bridge.Brad Smith
2006-01-08regenBrad Smith
2006-01-08add another ATI RS480 PCI Express bridgeBrad Smith
2006-01-08regenDamien Bergamini
2006-01-08more Ralink Technology PCI ids.Damien Bergamini
2006-01-06remove NetBSD's event counter code.Brad Smith
2006-01-05enable dynamic standby workaround for the 82551 as well.Brad Smith