Age | Commit message (Expand) | Author |
2008-11-08 | major wpi(4) overhaul. | Damien Bergamini |
2008-11-08 | brad, noone said you could go making changes like that (doubling the | Theo de Raadt |
2008-11-08 | When initializing the standard RX ring, do not allocate mbufs clusters for the | Theo de Raadt |
2008-11-08 | Clean up some of the comments. | Brad Smith |
2008-11-08 | When initializing the standard RX ring, allocate mbufs clusters for the | Brad Smith |
2008-11-08 | Reduce the delay's a bit in the miibus read/write routines. | Brad Smith |
2008-11-08 | Reduce the number of TX descriptors to 512, such a large number is not | Brad Smith |
2008-11-08 | Add a softc field mii_oui to store the OUI. | Brad Smith |
2008-11-08 | Add additional link status checking for for the BCM5906 PHY. | Brad Smith |
2008-11-08 | Only read the Gig status register if Gig media status is detected. | Brad Smith |
2008-11-08 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-11-07 | When initializing the MAC put the PHY into ready state for BCM5906 | Brad Smith |
2008-11-07 | When initializing the MAC put the PHY into ready state for BCM5906 | Brad Smith |
2008-11-07 | - Set default RX coal packets to 64, so RX coal timeout takes control during | Brad Smith |
2008-11-07 | same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsg | Theo de Raadt |
2008-11-07 | Try recollecting RX/TX descriptors if we are going to switch back to TX/RX | Brad Smith |
2008-11-07 | Simplify the interface flag handling in the ioctl handler. | Brad Smith |
2008-11-07 | Remove storing the Ethernet header in the receve interrupt handler, the | Brad Smith |
2008-11-07 | Add more initialisation steps (read reset register; pause; set burst size | Brad Smith |
2008-11-07 | - According to the Apple GMAC driver, the GEM ASIC specification and | Brad Smith |
2008-11-06 | Collapse all sanity checks of hids into one function. | Marco Peereboom |
2008-11-06 | Fix a small bug which made it impossible to use more than one | Marcus Glocker |
2008-11-06 | The EEPROM is lying about antennas. Hardcode things based on the chip | Damien Bergamini |
2008-11-06 | Oops. Forgot to commit this chunk with the last commit. | Owain Ainsworth |
2008-11-06 | Make sure we do not unlock twice. | David Hill |
2008-11-06 | Remove the drm_locked_tasklet interface. The only consumer that used it | Owain Ainsworth |
2008-11-06 | The i915 vblank swap ioctl is fundamentally racy. | Owain Ainsworth |
2008-11-06 | regen | Brad Smith |
2008-11-06 | Add the PCI id for the Broadcom BCM5903F Ethernet chipset. | Brad Smith |
2008-11-06 | Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed | Brad Smith |
2008-11-05 | Remove some PCI macros no longer being used. | Brad Smith |
2008-11-05 | remove unused macros, partly from Alexey Suslikov | Jacob Meuser |
2008-11-05 | * remove two custom unsolicited event handlers in favor of generic | Jacob Meuser |
2008-11-04 | implement azalia_create_encodings, which scans through the supported | Jacob Meuser |
2008-11-04 | need to take mode into account when verifying/setting parameters | Jacob Meuser |
2008-11-04 | fix potential null dereference. | Charles Longeau |
2008-11-04 | sync | Theo de Raadt |
2008-11-04 | new devs | Theo de Raadt |
2008-11-04 | If we need to call the tasklet function on unlock, we don't need to hold | Owain Ainsworth |
2008-11-04 | volume scaling/setting cleanup: | Jacob Meuser |
2008-11-04 | regen | Brad Smith |
2008-11-04 | Add PCI ids for the Intel 7300 MCH and some more IDT PCI Express switches. | Brad Smith |
2008-11-04 | pcidevs | Theo de Raadt |
2008-11-04 | another intel g45 dev | Theo de Raadt |
2008-11-04 | Kill some more ttm only defines. No binary change. | Owain Ainsworth |
2008-11-04 | The drawable spinlock is no longer ever held in interrupt context (and | Owain Ainsworth |
2008-11-04 | Enable IMR passthrough of vblank events before enabling it in the | Owain Ainsworth |
2008-11-04 | Hold the drm lock around all things that touch the ringbuffer. | Owain Ainsworth |
2008-11-04 | revert the pageflipping and vblank sync code to the older style that | Owain Ainsworth |
2008-11-03 | HW CCMP encryption/decryption of unicast frames. | Damien Bergamini |