summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2005-12-13use consistent naming for members of the softc structDavid Gwynne
2005-12-13the megaraid i4 and my dell perc 3/dc share the same vendor and productDavid Gwynne
2005-12-13if_san_common.cCan Erkin Acar
2005-12-12knfDavid Gwynne
2005-12-12If a PCI-X card is detected then set bge_pcix.Brad Smith
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11a whole bunch of ciss(4) PCI ids.Brad Smith
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11- change Intel PRO/100 VE (3) to 82801DB LANBrad Smith
2005-12-11recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000Brad Smith
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10sk_shutdown -> skc_shutdown and register the shutdown function withBrad Smith
2005-12-10shrink dmesg entry by one line by merging the chipset revision intoBrad Smith
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10re-add bge_shutdown() but also register the function withBrad Smith
2005-12-10Check dm_nsegs > 0 rather than dm_segs > 0 when deciding if there areKenneth R Westerback
2005-12-10remove an unused mbuf struct from vr_encap(), leftover from Jason's bus_dma c...Brad Smith
2005-12-10regenJonathan Gray
2005-12-10Add a few more NVIDIA Ethernet ids.Jonathan Gray
2005-12-10ANSI functions.Brad Smith
2005-12-10remove a bit of unused code.Brad Smith
2005-12-09remove unused function bge_shutdown().Brad Smith
2005-12-09some cleaning and fixing of comments.Brad Smith
2005-12-08- remove unnecessary return at end of void functionBrad Smith
2005-12-08- Enable the buffer manager on 5705 and newer ASICs.Brad Smith
2005-12-08This makes bge(4) only look for a PHY at id 1 as done by Broadcom'sBrad Smith
2005-12-08eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs onBrad Smith
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
2005-12-08regenBrad Smith
2005-12-08add Broadcom BCM5903M PCI id.Brad Smith
2005-12-07this should fix the VT6103.Brad Smith
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff
2005-12-06regenJonathan Gray
2005-12-06Add some devices from submitted demsgs.Jonathan Gray
2005-12-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
2005-12-05fix func name in the commentsMichael Shalayeff
2005-12-04On the 82571 and newer chipset the ICR register is meaningful onlyBrad Smith
2005-12-03RegenPedro Martelletto
2005-12-03Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@Pedro Martelletto
2005-12-02Check if the given FM frequency is between 87.5Mhz and 108Mhz.Robert Nagy
2005-12-01i hate mpt_softc_t, so replace use of it with struct mpt_softc. add someDavid Gwynne
2005-12-01move some things around so i have less trouble reading this, fix a spellingDavid Gwynne
2005-11-30- add initial SB Audigy supportBrad Smith
2005-11-30regenMichael Shalayeff
2005-11-30a few more saa philips tv cardsMichael Shalayeff
2005-11-29Put this back in...Brad Smith
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst