summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-06-04spacingMartynas Venckus
2009-06-04instead of having some 'generic' data str. with "NB: don't use itMartynas Venckus
2009-06-04trying to split some parts;Martynas Venckus
2009-06-04regenDamien Bergamini
2009-06-04the Sitecom WL-608 is a run(4) (although it is not 80.11n capable).Damien Bergamini
2009-06-04- Rewrite ioctl handling code and receive filter handling to cleanStuart Henderson
2009-06-04Even more KNF.Paul Irofti
2009-06-04Add myself to the copyright, suggested by marco@.Paul Irofti
2009-06-04KNF dammitMiod Vallat
2009-06-04move redundant bus_dmamap_sync calls outside an if/else block.Stuart Henderson
2009-06-04Add missing argument to printf statement.Ray Lai
2009-06-04Add DIOCRLDINFO to those drivers previously deprived.Kenneth R Westerback
2009-06-04Store next page in the Link Partner Next Page register for compatibility withMark Kettenis
2009-06-04Match em(4) against all the newer chips (82575/6) and treat them all theClaudio Jeker
2009-06-04SyncClaudio Jeker
2009-06-04Id of another 82576 controller found in the freebsd driver.Claudio Jeker
2009-06-04Some output devices have only brightness support (or only output switching).Paul Irofti
2009-06-04Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chipsChristian Weisgerber
2009-06-04enable IPv6 receive TCP/UDP checksum offload for the 5755 and later chips;Christian Weisgerber
2009-06-04only one : in a line. the seperation is:Theo de Raadt
2009-06-04replace the cumbersome macros that check for chip revisions with quirk flagsChristian Weisgerber
2009-06-03Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled.Miod Vallat
2009-06-03syncMartynas Venckus
2009-06-03realtek rtl8187b devices that will run urtw. ok jsg@Martynas Venckus
2009-06-03add a flexible buffer queue (bufq) api, based on the never usedThordur I. Bjornsson
2009-06-03Define a wsdisplay type for gfxp(4).Mark Kettenis
2009-06-03Slay the running out of wu during rebuild dragon and some cleanupMarco Peereboom
2009-06-03rename some macros for more consistent naming; from BradChristian Weisgerber
2009-06-03make wireless interfaces priority 4 by default. other interfaces remainBob Beck
2009-06-03Make sure that the brightness value sent to acpi is one of the valuesMatthieu Herrb
2009-06-03put the values direct in the array, otherwise the nested macros are longerTheo de Raadt
2009-06-03Add support for the newer 82575 and maybe 82576 chips. The cards work moreClaudio Jeker
2009-06-03whitespace. "Sure" marco@Chris Kuethe
2009-06-03Import acpi power resource driver. This is needed for suspend/resume logic.Paul Irofti
2009-06-03Oops need to kill the XXX comment that we are not enabling softraid rebuildMarco Peereboom
2009-06-03Start using the shiny new function pointer to determine if we have diskMarco Peereboom
2009-06-03Whack conflicting BARs, such that they get assigned a non-conflicting valueMark Kettenis
2009-06-03set IFF_ALLMULTI properly also when in promiscuous mode and someChristian Weisgerber
2009-06-03register bit definitions instead of magic numbers;Christian Weisgerber
2009-06-03Don't disable dock devices if dock isn't initially attachedJordan Hargrave
2009-06-03mjacob took kettenis's r1.44 into FreeBSD and added a tweak toKenneth R Westerback
2009-06-03ansi function decls, no binary change.Jonathan Gray
2009-06-03More KNFJordan Hargrave
2009-06-03Make sure we don't stomp on a RAID partition that is already in use.Marco Peereboom
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-03Added ejectable bay for IDE cdromsJordan Hargrave
2009-06-03from Brad; I've read and tested it, also reads ok to dlg@.Stuart Henderson
2009-06-02KNF cleanup and denoiseJordan Hargrave
2009-06-02ehci_alloc_sqtd_chain() was doing signed math on len, thus the great codeTheo de Raadt
2009-06-02Added changes for docking station, must eject all children devicesJordan Hargrave