summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-02-02Call bge_setmulti() if IFF_ALLMULTI is set.Brad Smith
2006-02-02Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsBrad Smith
2006-02-02Use alternate PCI DMA control register settings for PCI Express-basedBrad Smith
2006-02-01remove return values in this comment too.Brad Smith
2006-02-01fix comments.Brad Smith
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01Add support for VIA VT6410.Jonathan Gray
2006-02-01rearrange code section for enabling the read DMA state machineBrad Smith
2006-02-01one less magic value.Brad Smith
2006-02-01Set up the PCI DMA control register properly for the 5714 family,Brad Smith
2006-02-01some more constants.Brad Smith
2006-01-31regenBrad Smith
2006-01-31add a few more Promise SATA chipsets.Brad Smith
2006-01-31regenBrad Smith
2006-01-31some of these bridges are actually provided by the HT-2000 for additionalBrad Smith
2006-01-31regenBrad Smith
2006-01-31add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC andBrad Smith
2006-01-31Don't use RYEL as error indicator in T1 ESF mode. For some reason it togglesClaudio Jeker
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
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