| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver for Envy24HT (ICE1724 or VT1724)-based cards like | netchild | 2006-09-30 | 2 | -1186/+889 |
* | Remove the ak452x code, superseeded by spicds. | netchild | 2006-09-30 | 2 | -338/+0 |
* | - fix memory leak, when "number of adcs" != "number of dacs" | netchild | 2006-09-30 | 1 | -24/+17 |
* | After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec code | netchild | 2006-09-30 | 2 | -72/+192 |
* | Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definition | ariff | 2006-09-30 | 1 | -4/+0 |
* | The addition of few more 32bit integer into struct snd_mixer causing | ariff | 2006-09-30 | 1 | -2/+2 |
* | Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tag | andre | 2006-09-29 | 1 | -0/+39 |
* | Fix pointer dereference before NULL pointer checking. | ariff | 2006-09-29 | 1 | -1/+3 |
* | Small style and comment adjustments. | andre | 2006-09-29 | 1 | -4/+6 |
* | Remove manual vlan header insertion in em_encap(). It is unnecessary as the | andre | 2006-09-29 | 1 | -36/+5 |
* | Change em_transmit_checksum_setup() to deal with already inserted vlan headers, | andre | 2006-09-29 | 1 | -47/+107 |
* | Change em_tso_setup() to deal with already inserted vlan headers, IP options | andre | 2006-09-29 | 1 | -36/+120 |
* | Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported. | andre | 2006-09-29 | 1 | -4/+4 |
* | Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are: | andre | 2006-09-29 | 1 | -5/+21 |
* | SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument. | ru | 2006-09-29 | 1 | -4/+8 |
* | The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, from | ru | 2006-09-29 | 1 | -3/+3 |
* | Various fixups, especially for the upcomming High Definition Audio | ariff | 2006-09-28 | 8 | -80/+264 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 8 | -9/+267 |
* | Add support for 945G/GM AGP chipsets. | anholt | 2006-09-27 | 1 | -13/+29 |
* | Skip the AEN event command that is always hanging out on the card. | scottl | 2006-09-27 | 1 | -0/+2 |
* | Fix a bad #include statment | scottl | 2006-09-27 | 1 | -1/+1 |
* | Fix a memory leak in ipmi_unload(). | jhb | 2006-09-26 | 1 | -1/+3 |
* | Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] is | jhb | 2006-09-26 | 1 | -0/+6 |
* | Begin the process of moving info to sysctl stuff for FreeBSD | mjacob | 2006-09-26 | 2 | -1/+47 |
* | Add a command debugging module and a periodic watchdog timer. | scottl | 2006-09-25 | 3 | -0/+287 |
* | add support for the ALI/ULI M5288 AHCI part. | sos | 2006-09-25 | 1 | -0/+7 |
* | Fix uninitialized variable warning. | netchild | 2006-09-24 | 1 | -0/+1 |
* | Disable an overly-verbose warning message by default. | hrs | 2006-09-24 | 1 | -3/+6 |
* | Cleanup sloppy ifdef. | imp | 2006-09-24 | 1 | -5/+1 |
* | MFp4 the sound Google Summer of Code project: | netchild | 2006-09-23 | 11 | -7/+2072 |
* | Allow the ASF feature to be disabled via a tunable. On one of my systems, | scottl | 2006-09-23 | 1 | -2/+12 |
* | Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier. | jhb | 2006-09-22 | 1 | -0/+5 |
* | Update the ipmi(4) driver: | jhb | 2006-09-22 | 10 | -1395/+3074 |
* | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | cognet | 2006-09-22 | 1 | -2/+2 |
* | Connect up a QUEUE FULL event with CAM and adjust openings. | mjacob | 2006-09-21 | 1 | -2/+32 |
* | Move the initialization of the hardware capabilities in em_init_locked() | andre | 2006-09-21 | 1 | -8/+12 |
* | Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns != | jhb | 2006-09-21 | 1 | -1/+1 |
* | Add a new 'bce_mgmt_init_locked' function to enable the minimal parts | ambrisko | 2006-09-20 | 1 | -0/+44 |
* | Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader. | ambrisko | 2006-09-20 | 1 | -2/+8 |
* | Revert back to always using *(int *)arg for now. While this | ru | 2006-09-20 | 1 | -8/+8 |
* | Change some variable names and update some comments to help clarify some | scottl | 2006-09-20 | 2 | -36/+33 |
* | spell PCIS_CRYPTO_ENTERTAIN properly... | jmg | 2006-09-20 | 1 | -1/+1 |
* | Make typecast expressions comply with style(9). | ru | 2006-09-19 | 1 | -5/+5 |
* | This time, really fix endian bugs accessing ioctl arguments that | ru | 2006-09-19 | 1 | -8/+8 |
* | Back out revision 1.8. The only thing it did was to break LEDs (and | ru | 2006-09-19 | 1 | -13/+13 |
* | Don't forget to add curly braces when doing more than one line of actions | andre | 2006-09-18 | 1 | -1/+2 |
* | Do not try to call keyboard callback unless keyboard is active and busy. | emax | 2006-09-18 | 1 | -4/+6 |
* | Do not strip VLAN tag in promiscuous mode. | jkim | 2006-09-18 | 1 | -15/+28 |
* | Simplify promiscuous mode check and make ALLMULTI independent from it. | jkim | 2006-09-18 | 1 | -14/+13 |
* | Update prototype for smbus callback change. | jhb | 2006-09-18 | 1 | -1/+1 |