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