summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-12-23line-in is now "line-in", line-out is still "line". S/PDIF-out isJacob Meuser
2008-12-23allow us to completely exhaust the rx ring now that we handle the RXO (rxDavid Gwynne
2008-12-23a) a widget's nid is always it's index in the codec's widget list.Jacob Meuser
2008-12-23backout previous. changing the index of valid nids breaks things.Jacob Meuser
2008-12-23sizeof(bge_devices) / sizeof(bge_devices[0]) -> nitems(bge_devices)David Gwynne
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-22First shoot of the uvideo firmware package.Marcus Glocker
2008-12-22do not leak an AMRR USB xfer at each ifconfig down/up.Damien Bergamini
2008-12-22I swapped MGETHDR arguments in my m_defrag removal commit.Damien Bergamini
2008-12-22Fix some logic in the isight specific stream header decode functionMarcus Glocker
2008-12-22syncStuart Henderson
2008-12-22correct typo in ATI FireMV device id; Joe Malcolm on misc@Stuart Henderson
2008-12-22Sort quirk device list and fix some comments there.Marcus Glocker
2008-12-22Add firmware load for Apple iSight first generation devicesMarcus Glocker
2008-12-22With respect to the previous diff we cannot just call acpicpu_setperfGordon Willem Klok
2008-12-22Make acpicpu_setperf behave the same as the ACPI aware EST andGordon Willem Klok
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-21on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1David Gwynne
2008-12-21Undo m_defrag().Damien Bergamini
2008-12-19On many systems the information returned by _PRT is an absolute lie, especiallyMark Kettenis
2008-12-17Make the code that picks an IRQ from the list of possible IRQs a bit smarterMark Kettenis
2008-12-17- Extend our quirk device table by a flags field.Marcus Glocker
2008-12-17Backout anonymous union fix, since it breaks V4L ports. we try to fixMarcus Glocker
2008-12-15Make the "machine xir" ddb command work on machines with uperf(4) on sbus(4).Mark Kettenis
2008-12-15in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONEDamien Bergamini
2008-12-15regenDamien Bergamini
2008-12-15remove duplicated usb idDamien Bergamini
2008-12-15regenDamien Bergamini
2008-12-15more RT2770/RT2870/RT3070/RT3071 product ids.Damien Bergamini
2008-12-15remove i386-only inline assembler roll() function; gcc optimises theDamien Miller
2008-12-15revert 1.20 now that the new allocator is used to control the number ofBrad Smith
2008-12-14Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2008-12-14Disable TX_DMA writing back DDONE into TXD.Damien Bergamini
2008-12-14o Correctly clear UGEN_ASLP in all cases.Federico G. Schwindt
2008-12-14- properly handle RT2860_TX_RX_COHERENT interrupts.Damien Bergamini