aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likeAlexander Leidinger2006-09-302-1172/+875
* Remove the ak452x code, superseeded by spicds.Alexander Leidinger2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"Alexander Leidinger2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codeAlexander Leidinger2006-09-302-72/+192
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionAriff Abdullah2006-09-301-4/+0
* The addition of few more 32bit integer into struct snd_mixer causingAriff Abdullah2006-09-301-2/+2
* Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tagAndre Oppermann2006-09-291-0/+39
* Fix pointer dereference before NULL pointer checking.Ariff Abdullah2006-09-291-1/+3
* Small style and comment adjustments.Andre Oppermann2006-09-291-4/+6
* Remove manual vlan header insertion in em_encap(). It is unnecessary as theAndre Oppermann2006-09-291-36/+5
* Change em_transmit_checksum_setup() to deal with already inserted vlan headers,Andre Oppermann2006-09-291-47/+107
* Change em_tso_setup() to deal with already inserted vlan headers, IP optionsAndre Oppermann2006-09-291-36/+120
* Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.Andre Oppermann2006-09-291-4/+4
* Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:Andre Oppermann2006-09-291-5/+21
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.Ruslan Ermilov2006-09-291-4/+8
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromRuslan Ermilov2006-09-291-3/+3
* Various fixups, especially for the upcomming High Definition AudioAriff Abdullah2006-09-288-80/+264
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-278-9/+267
* Add support for 945G/GM AGP chipsets.Eric Anholt2006-09-271-13/+29
* Skip the AEN event command that is always hanging out on the card.Scott Long2006-09-271-0/+2
* Fix a bad #include statmentScott Long2006-09-271-1/+1
* Fix a memory leak in ipmi_unload().John Baldwin2006-09-261-1/+3
* Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] isJohn Baldwin2006-09-261-0/+6
* Begin the process of moving info to sysctl stuff for FreeBSDMatt Jacob2006-09-262-1/+47
* Add a command debugging module and a periodic watchdog timer.Scott Long2006-09-253-0/+287
* add support for the ALI/ULI M5288 AHCI part.Søren Schmidt2006-09-251-0/+7
* Fix uninitialized variable warning.Alexander Leidinger2006-09-241-0/+1
* Disable an overly-verbose warning message by default.Hiroki Sato2006-09-241-3/+6
* Cleanup sloppy ifdef.Warner Losh2006-09-241-5/+1
* MFp4 the sound Google Summer of Code project:Alexander Leidinger2006-09-2311-7/+2072
* Allow the ASF feature to be disabled via a tunable. On one of my systems,Scott Long2006-09-231-2/+12
* Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.John Baldwin2006-09-221-0/+5
* Update the ipmi(4) driver:John Baldwin2006-09-2210-1381/+3060
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inOlivier Houchard2006-09-221-2/+2
* Connect up a QUEUE FULL event with CAM and adjust openings.Matt Jacob2006-09-211-2/+32
* Move the initialization of the hardware capabilities in em_init_locked()Andre Oppermann2006-09-211-8/+12
* Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns !=John Baldwin2006-09-211-1/+1
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsDoug Ambrisko2006-09-201-0/+44
* Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.Doug Ambrisko2006-09-201-2/+8
* Revert back to always using *(int *)arg for now. While thisRuslan Ermilov2006-09-201-8/+8
* Change some variable names and update some comments to help clarify someScott Long2006-09-202-36/+33
* spell PCIS_CRYPTO_ENTERTAIN properly...John-Mark Gurney2006-09-201-1/+1
* Make typecast expressions comply with style(9).Ruslan Ermilov2006-09-191-5/+5
* This time, really fix endian bugs accessing ioctl arguments thatRuslan Ermilov2006-09-191-8/+8
* Back out revision 1.8. The only thing it did was to break LEDs (andRuslan Ermilov2006-09-191-13/+13
* Don't forget to add curly braces when doing more than one line of actionsAndre Oppermann2006-09-181-1/+2
* Do not try to call keyboard callback unless keyboard is active and busy.Maksim Yevmenkin2006-09-181-4/+6
* Do not strip VLAN tag in promiscuous mode.Jung-uk Kim2006-09-181-15/+28
* Simplify promiscuous mode check and make ALLMULTI independent from it.Jung-uk Kim2006-09-181-14/+13
* Update prototype for smbus callback change.John Baldwin2006-09-181-1/+1