summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-09sio_revents() should return 0 poll events if the device isn't startedAlexandre Ratchov
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-09tweak previous;Jason McIntyre
2008-11-09Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog.Tobias Stoeckmann
2008-11-09remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year.Chris Kuethe
2008-11-09systrace activation happens in the middle of a rather sensitive piece ofTheo de Raadt
2008-11-08Use atop() and ptoa() in buf_free_pages() to make it consistent withPedro Martelletto
2008-11-08syncTheo de Raadt
2008-11-08Get rid of va-ppc.h.Mark Kettenis
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-08sort;Jason McIntyre
2008-11-08initialize k to NULL in wpi_tx_data()Damien Bergamini
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