summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likenetchild2006-09-302-1186/+889
* Remove the ak452x code, superseeded by spicds.netchild2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"netchild2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codenetchild2006-09-302-72/+192
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionariff2006-09-301-4/+0
* The addition of few more 32bit integer into struct snd_mixer causingariff2006-09-301-2/+2
* Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tagandre2006-09-291-0/+39
* Fix pointer dereference before NULL pointer checking.ariff2006-09-291-1/+3
* Small style and comment adjustments.andre2006-09-291-4/+6
* Remove manual vlan header insertion in em_encap(). It is unnecessary as theandre2006-09-291-36/+5
* Change em_transmit_checksum_setup() to deal with already inserted vlan headers,andre2006-09-291-47/+107
* Change em_tso_setup() to deal with already inserted vlan headers, IP optionsandre2006-09-291-36/+120
* Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.andre2006-09-291-4/+4
* Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:andre2006-09-291-5/+21
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.ru2006-09-291-4/+8
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromru2006-09-291-3/+3
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-288-80/+264
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-278-9/+267
* Add support for 945G/GM AGP chipsets.anholt2006-09-271-13/+29
* Skip the AEN event command that is always hanging out on the card.scottl2006-09-271-0/+2
* Fix a bad #include statmentscottl2006-09-271-1/+1
* Fix a memory leak in ipmi_unload().jhb2006-09-261-1/+3
* Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] isjhb2006-09-261-0/+6
* Begin the process of moving info to sysctl stuff for FreeBSDmjacob2006-09-262-1/+47
* Add a command debugging module and a periodic watchdog timer.scottl2006-09-253-0/+287
* add support for the ALI/ULI M5288 AHCI part.sos2006-09-251-0/+7
* Fix uninitialized variable warning.netchild2006-09-241-0/+1
* Disable an overly-verbose warning message by default.hrs2006-09-241-3/+6
* Cleanup sloppy ifdef.imp2006-09-241-5/+1
* MFp4 the sound Google Summer of Code project:netchild2006-09-2311-7/+2072
* Allow the ASF feature to be disabled via a tunable. On one of my systems,scottl2006-09-231-2/+12
* Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.jhb2006-09-221-0/+5
* Update the ipmi(4) driver:jhb2006-09-2210-1395/+3074
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls incognet2006-09-221-2/+2
* Connect up a QUEUE FULL event with CAM and adjust openings.mjacob2006-09-211-2/+32
* Move the initialization of the hardware capabilities in em_init_locked()andre2006-09-211-8/+12
* Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns !=jhb2006-09-211-1/+1
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsambrisko2006-09-201-0/+44
* Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.ambrisko2006-09-201-2/+8
* Revert back to always using *(int *)arg for now. While thisru2006-09-201-8/+8
* Change some variable names and update some comments to help clarify somescottl2006-09-202-36/+33
* spell PCIS_CRYPTO_ENTERTAIN properly...jmg2006-09-201-1/+1
* Make typecast expressions comply with style(9).ru2006-09-191-5/+5
* This time, really fix endian bugs accessing ioctl arguments thatru2006-09-191-8/+8
* Back out revision 1.8. The only thing it did was to break LEDs (andru2006-09-191-13/+13
* Don't forget to add curly braces when doing more than one line of actionsandre2006-09-181-1/+2
* Do not try to call keyboard callback unless keyboard is active and busy.emax2006-09-181-4/+6
* Do not strip VLAN tag in promiscuous mode.jkim2006-09-181-15/+28
* Simplify promiscuous mode check and make ALLMULTI independent from it.jkim2006-09-181-14/+13
* Update prototype for smbus callback change.jhb2006-09-181-1/+1
OpenPOWER on IntegriCloud