summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-01-30reduce the timeout waiting for command completions from 5 seconds to .1David Gwynne
2006-01-29regenBrad Smith
2006-01-29add VT6410 IDE PCI id.Brad Smith
2006-01-29re-enable scatter and fix scanning of 802.11a channels.Damien Bergamini
2006-01-28a little cleaning.Brad Smith
2006-01-27Use letoh32 to print out configuration descriptors in debug functions. NowClaudio Jeker
2006-01-26Make T1 work on the dual port version. Time slot map is different than onClaudio Jeker
2006-01-26Some fixes to make the card work on big endian systems. Still not enoughClaudio Jeker
2006-01-26regenBrad Smith
2006-01-26add Promise SATA-II chipsets and fix ordering of some existing entries.Brad Smith
2006-01-25Wow, this is clearly wrong (found in esa_set_params):Brad Smith
2006-01-25Duh! If askes to halt the input dont halt the output instead. This alsoBrad Smith
2006-01-25- Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)Brad Smith
2006-01-25Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too.Claudio Jeker
2006-01-25Check if the dma ring got cleared before accessing it. Fixes a panic thatClaudio Jeker
2006-01-25Add additional debug function to print framer error counters.Claudio Jeker
2006-01-25Reset and initialize part of the device early. Makes reading the ROM moreClaudio Jeker
2006-01-24Match a few more NVIDIA product ids found in Linux drivers.Jonathan Gray
2006-01-24regenJonathan Gray
2006-01-24Some NVIDIA MCP04/MCP51/C51/MCP55 devices.Jonathan Gray
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