summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-08fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomDavid Gwynne
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-08Support for retrieving revisions from branches in branches was missing.Tobias Stoeckmann
2008-11-08rework iwn_start().Damien Bergamini
2008-11-08new firmware & HW CCMP cryptoDamien Bergamini
2008-11-08major wpi(4) overhaul.Damien Bergamini
2008-11-08major wpi(4) overhaul.Damien Bergamini
2008-11-08set the default device to /dev/audio for legacy mode.Alexandre Ratchov
2008-11-08when dev_attach()ing play-only or record-only streams, don'tAlexandre Ratchov
2008-11-08from reed@netbsd:Jason McIntyre
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-08syncTheo de Raadt
2008-11-08Reduce the delay's a bit in the miibus read/write routines.Brad Smith
2008-11-08Add malloc and buckets views that display kernel malloc statistics similarCan Erkin Acar
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-08Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the wayKenneth R Westerback
2008-11-08remove dead stores and newly created unused variables.Charles Longeau
2008-11-08fix format stringCharles Longeau
2008-11-08fix potential null dereference.Charles Longeau
2008-11-08Document the ddb.trigger sysctl.Chris Kuethe
2008-11-08Add a new sysctl ``ddb.trigger''Marco Pfatschbacher
2008-11-08Take into account that our ether_input() already strips theMarco Pfatschbacher
2008-11-07Move JPAKE define to make life easier for portable. ok djm@Darren Tucker
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-07expose the block size in the sndio API by making par->round writableAlexandre Ratchov
2008-11-07more models, muhahahahaTheo de Raadt
2008-11-07same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsgTheo de Raadt
2008-11-07clean-up regexps, replacing some . (any char) with \. (actual dot),Marc Espie
2008-11-07different fix for pr5883 than proposed by the submitter, found when glancingTodd T. Fries
2008-11-07use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ...Theo de Raadt
2008-11-07add space to some log/debug messages for readability; ok djm@ markus@Kevin Steves
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-07use do { } while (/* CONSTCOND */ 0) loops for all multi-line macrosTheo de Raadt
2008-11-07give this some /* CONSTCOND */ loveTheo de Raadt
2008-11-07wrap do/while construct around the function macro DISPATCH(); ok dlgTheo de Raadt
2008-11-07wrap do/while construct around the function macro SESSRELE(); ok dlgTheo de Raadt
2008-11-07Replace the number of bits to shift with EVL_PRIO_BITS in theBrad Smith