]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/sound
Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register
[FreeBSD/FreeBSD.git] / sys / dev / sound /
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-30 mavFix typo in previous commit.
2009-09-29 mavAdd some bits of HDMI/DisplayPort support from later...
2009-09-22 joelMove es137x.c and es137x.h to a 2-clause BSD license...
2009-09-22 marius- According to Linux, the ALi M5451 can do 31-bit DMA...
2009-09-11 jkimMFV: r196804
2009-09-09 mavAdd NVidia MCP89 HDA controller IDs.
2009-09-09 mavAdd Intel 82801JD (one more ICH10) HDA controller ID.
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-02 mavImprove HDA controller capabilities logging.
2009-08-24 alfredRemove redundant Giant reference. Giant will be dropped
2009-08-20 jhbTemporarily revert the new-bus locking for 8.0 release...
2009-08-02 attilioMake the newbus subsystem Giant free by adding the...
2009-07-30 alfredUSB audio:
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-14 mavDisable MSI by default for nVidia MCP55 chipset.
2009-07-14 ariff- Do aggresive saturation on various polynomial interpo...
2009-07-12 marcelIsochronous transfers only have 1 frame buffer, but...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-09 ariffRearrange shift operation to increase interpolation...
2009-07-05 ariff- Increase dynamic range of filter coefficients from...
2009-06-27 thompsaUse the correct mutex in umidi_open()
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 kibChange the type of uio_resid member of struct uio from...
2009-06-24 mavSome DMA related changes:
2009-06-24 ariffSlight comment fix.
2009-06-23 thompsaFix a typeo in the frame len function to unbreak the...
2009-06-23 thompsa- Make struct usb_xfer opaque so that drivers can not...
2009-06-15 ariff- Add a way to change filter oversampling factor through
2009-06-15 ariffRemap type of polynomial interpolators for better polyphase
2009-06-15 thompsas/usb2_/usb_|usbd_/ on all function names for the USB...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-14 mavFix type of lowaddr variable.
2009-06-11 ariffRemove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER...
2009-06-10 ariffMove machine dependant AFMT_* definition from sound.h
2009-06-08 ariffFix compile time warning on sparc64, thanks to strict...
2009-06-08 ariffFix powerpc build failure due to strict kobj signatures...
2009-06-07 ariffFix build on sparc64.
2009-06-07 ariffBump driver revision (should have bumped it earlier).
2009-06-07 ariffSound Mega-commit. Expect further cleanup until code...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-04 thompsarevert r162516. We only support 1 or 2 channels per...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 mavComment out old Realtek ALC883 quirk, that was disablin...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 thompsas/usb2_/usb_/ on all typedefs for the USB stack.
2009-05-28 thompsas/usb2_/usb_/ on all C structs for the USB stack.
2009-05-27 thompsaProvide a workaround for USB devices that do not suppor...
2009-05-27 joelSlightly adjust copyright text.
2009-05-27 joelSlightly adjust copyright text.
2009-05-27 joelSeparate comments from the license text.
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-21 thompsaFix a few variable renames of usb2_mode outside dev...
2009-05-20 joelSlightly adjust copyright text.
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.65 of...
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.65 of...
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.112 of...
2009-05-20 joelRemove license clauses 3 and 4 as per rev. 1.12 of...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-08 mavAdd one more board ID with inverted external amplifier...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-20 stas- Unlock softc mutex on failure.
2009-04-20 stas- Properly unlock mutex on failure in channel_trigger...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-05 thompsaMFp4 //depot/projects/usb@159909
2009-04-01 mavAdd some more logic for AD1986A codec input tracing...
2009-03-29 mavFixup relative pointers after channel realloc. It fixes...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-16 mavRemove CD input hack for ALC268 based Acer systems...
2009-03-16 mavFix spelling in message.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-09 impremove now-redunant cardbus attachment.
2009-03-02 thompsaRename the ushub device class back to uhub as it was...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-27 mavCopy/paste bug fix for previos commit.
2009-02-27 thompsaChange USB over to make_dev() for all device nodes...
2009-02-26 mavAdd MSI blacklisting support.
2009-02-23 thompsaMove the uaudio and ata-usb drivers into their correct...
2009-02-23 thompsaMove two missed usb drivers out to the graveyard locati...
2009-02-15 mavEnable MSI support by default. Still can be disabled...
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-12 mavs/succeded/succeeded/ in comments.
2009-02-11 netchildAll open fixes and improvements from Konstantin for...
2009-02-09 cognetHmm... "base? base : 0" and "base" should be equivalent.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-07 nwhitehornRearrange this code slightly to pass softcs around...
2009-01-31 mavFix bug in hint.hdac.X.config parsing.
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-26 mavSpecify analog beep pin widget for several AD codecs.
2009-01-26 nwhitehornChange the way our softc is stored to use the devinfo...
2009-01-25 nwhitehornAdd support for the I2S and davbus audio controllers...
2009-01-19 mavAdd two more nVidia HDMI codec IDs.
2009-01-18 keramidaAdd support for CMedia CMI120.
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-13 mavCorrect spelling in comment.
2009-01-13 mavImprove AD1983 codec support:
next