summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09typos; ok ratchov@ jmc@Christian Weisgerber
2008-11-09workaround lack of struct proc. this whole mess must be cleaned out.Theo de Raadt
2008-11-09make aucat(1) stop automatically the audio(1) device if it's idle. ThisAlexandre Ratchov
2008-11-09add missing header needed by getpagesize().Charles Longeau
2008-11-09if the device is not started, make sio_pollfd() pass 0 events bitmapAlexandre Ratchov
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-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