summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-12-23if we cant put enough packets on the rx ring then schedule a timeout toDavid Gwynne
2008-12-23don't add invalid widgets to connection lists.Jacob Meuser
2008-12-22I swapped MGETHDR arguments in my m_defrag removal commit.Damien Bergamini
2008-12-22syncStuart Henderson
2008-12-22correct typo in ATI FireMV device id; Joe Malcolm on misc@Stuart Henderson
2008-12-22create "_source" mixer items for single connections, but be carefulJacob Meuser
2008-12-22hex for unused widget namesJacob Meuser
2008-12-22set a default name for widgets (u-wid$NID) and don't try to giveJacob Meuser
2008-12-22disable unusable convertersJacob Meuser
2008-12-22special case after general case. it's better to be named afterJacob Meuser
2008-12-22new function azalia_pin_config_ov, used to override configurationJacob Meuser
2008-12-22- expand/add macros for pin configuration manipulationJacob Meuser
2008-12-21rework the programming of the multicast addresses onto the chip to use theDavid Gwynne
2008-12-21use the RXO (rx overflow) interrupt to try to refill the rx ring. this letsDavid Gwynne
2008-12-21move the codec specific widget initialization out ofJacob Meuser
2008-12-21if a widget is the sole connection to another widget, name theJacob Meuser
2008-12-21label converter widgets for their place in the converter group.Jacob Meuser
2008-12-21a little rearranging:Jacob Meuser
2008-12-21add mixer_class member to struct widget_t, and define the mixerJacob Meuser
2008-12-21add function azalia_widget_sole_conn, which determines if theJacob Meuser
2008-12-21Undo m_defrag().Damien Bergamini
2008-12-15revert 1.20 now that the new allocator is used to control the number ofBrad Smith
2008-12-13;5Anvidia mcp67 ahci controller also needs special handling.Mike Belopuhov
2008-12-12get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros.Damien Bergamini
2008-12-12matthieu and reyk say that using 9k frames for rx breaks vic on esx. i canDavid Gwynne
2008-12-11Don't do radeon_cp_dispatch flip on lastclose.Owain Ainsworth
2008-12-10syncOwain Ainsworth
2008-12-10id for Radeon HD2600 PRO AGP; from johan.Owain Ainsworth
2008-12-09Non soundblaster-like devices must set AUDIO_PROP_INDEPENDENTAlexandre Ratchov
2008-12-09Replace the sc_type/sc_details enum's in the softc struct with a sc_flagsBrad Smith
2008-12-08Don't forget to map the pci interrupt.Owain Ainsworth
2008-12-08Make the various drm drivers print the interrupt they're using.Mark Kettenis
2008-12-07yet another one nvidia ahci controller that needs special handling.Mike Belopuhov
2008-12-06uncount clusters taken off the rx ring immediately. if those clusters wereDavid Gwynne
2008-12-05enable 9k frames on the "jumbo" ringDavid Gwynne
2008-12-05Garbage collect now unused field in the softc struct again.Brad Smith
2008-12-04Don't hardcode the bus_space_tag to use, grab if from pci_attach_argsOwain Ainsworth
2008-12-04regenBrad Smith
2008-12-04typo.Brad Smith
2008-12-04Add some more Intel GM45 MCH PCI id's.Brad Smith
2008-12-04Add initial support for the ICH9 IGP M and ICH9 IGP M AMT chipsets.Brad Smith
2008-12-03switch bge over to using MCLGETI when allocating mbufs for the rx ring.David Gwynne
2008-12-03allow users to select a fixed rate.Damien Bergamini
2008-12-03don't overwrite an error code from wpi_init() in wpi_ioctl(), logic isConstantine A. Murenin
2008-12-03allocate the right number of entries in the "jumbo" rx ring now that it isDavid Gwynne
2008-12-03use the right variable when looping over rxqs.David Gwynne
2008-12-03recommit the use of the new mbuf cluster allocator.David Gwynne
2008-12-02Add code for 5150 support (not tested since I don't have the hardware andDamien Bergamini
2008-12-02syncDamien Bergamini
2008-12-02Intel WiFi Link 5150Damien Bergamini