summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-11-10don't assign ifp to ifp; llvm/clang; ok jsgConstantine A. Murenin
2008-11-10remove some dead code and fix a comment; llvm/clang; ok jsgConstantine A. Murenin
2008-11-10uninitialised value caused some lmenv(4) fans to never appear sometimes;Constantine A. Murenin
2008-11-09correct device name.Owain Ainsworth
2008-11-09Don't attach to the agp bridges on amd64 machines. They have a differentOwain Ainsworth
2008-11-09Make own struct for the stream header instead saving the data in singleMarcus Glocker
2008-11-09Add BULK xfer support.Marcus Glocker
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-11-09rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()Damien Bergamini
2008-11-09uninitialized value, caused by a typo.Charles Longeau
2008-11-09systrace activation happens in the middle of a rather sensitive piece ofTheo de Raadt
2008-11-08when defragmenting an mbuf chain, do not call M_DUP_PKTHDR.Damien Bergamini
2008-11-08remove two printfs that slipped through my last commit.Damien Bergamini
2008-11-08initialize k to NULL in wpi_tx_data()Damien Bergamini
2008-11-08do not call if_start() from tx_done() unless there is a reason to do soDamien Bergamini
2008-11-08do not allocate cmd memory for rings 5 and 6 (HCCA) which are unused.Damien Bergamini
2008-11-08rework iwn_start().Damien Bergamini
2008-11-08major wpi(4) overhaul.Damien Bergamini
2008-11-08major wpi(4) overhaul.Damien Bergamini
2008-11-08brad, noone said you could go making changes like that (doubling theTheo de Raadt
2008-11-08When initializing the standard RX ring, do not allocate mbufs clusters for theTheo de Raadt
2008-11-08Clean up some of the comments.Brad Smith
2008-11-08When initializing the standard RX ring, allocate mbufs clusters for theBrad Smith
2008-11-08Reduce the delay's a bit in the miibus read/write routines.Brad Smith
2008-11-08Reduce the number of TX descriptors to 512, such a large number is notBrad Smith
2008-11-08Add a softc field mii_oui to store the OUI.Brad Smith
2008-11-08Add additional link status checking for for the BCM5906 PHY.Brad Smith
2008-11-08Only read the Gig status register if Gig media status is detected.Brad Smith
2008-11-08remove dead stores and newly created unused variables.Charles Longeau
2008-11-07When initializing the MAC put the PHY into ready state for BCM5906Brad Smith
2008-11-07When initializing the MAC put the PHY into ready state for BCM5906Brad Smith
2008-11-07- Set default RX coal packets to 64, so RX coal timeout takes control duringBrad Smith
2008-11-07same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsgTheo de Raadt
2008-11-07Try recollecting RX/TX descriptors if we are going to switch back to TX/RXBrad Smith
2008-11-07Simplify the interface flag handling in the ioctl handler.Brad Smith
2008-11-07Remove storing the Ethernet header in the receve interrupt handler, theBrad Smith
2008-11-07Add more initialisation steps (read reset register; pause; set burst sizeBrad Smith
2008-11-07- According to the Apple GMAC driver, the GEM ASIC specification andBrad Smith
2008-11-06Collapse all sanity checks of hids into one function.Marco Peereboom
2008-11-06Fix a small bug which made it impossible to use more than oneMarcus Glocker
2008-11-06The EEPROM is lying about antennas. Hardcode things based on the chipDamien Bergamini
2008-11-06Oops. Forgot to commit this chunk with the last commit.Owain Ainsworth
2008-11-06Make sure we do not unlock twice.David Hill
2008-11-06Remove the drm_locked_tasklet interface. The only consumer that used itOwain Ainsworth
2008-11-06The i915 vblank swap ioctl is fundamentally racy.Owain Ainsworth
2008-11-06regenBrad Smith
2008-11-06Add the PCI id for the Broadcom BCM5903F Ethernet chipset.Brad Smith
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
2008-11-05Remove some PCI macros no longer being used.Brad Smith