summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-10Do not turn on debugging in most/all drivers when USB_DEBUG is defined.Marc Balmer
2007-06-09This information is redundant. Remove the list of files.Marc Balmer
2007-06-09Initialize TX queue. Handle TX done interrupts in a own function.Marcus Glocker
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-06-09Add a CVS marker.Marc Balmer
2007-06-09Remove the definition and use of usb_malloc_type which is really int.Marc Balmer
2007-06-09Remove the definition and use of UPACKED and replace it with our own __packedMarc Balmer
2007-06-09print regulatory domain in dmesg output.Damien Bergamini
2007-06-09re-indent prototypes after "Static" removal.Damien Bergamini
2007-06-08Add TX path which enables some first (unreliable yet) packet transfers.Marcus Glocker
2007-06-08remove:Henning Brauer
2007-06-08Add support for the Digi Neo 8-port serial adapter.Marc Balmer
2007-06-08sync.Marc Balmer
2007-06-08Add Digi International Digi Neo 8 (8 serial ports). From Pedro Almeida.Marc Balmer
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2007-06-07in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so noTheo de Raadt
2007-06-07strncpy -> strlcpy, plus a little spacing line up.Ray Lai
2007-06-07Type of raidsize is now daddr64_t, not int. Fixes compile.Kenneth R Westerback
2007-06-06Oops, dispatch packets to the correct hci_input_xxx() functionUwe Stuehler
2007-06-06correct format strings for large types; ok marcoTheo de Raadt
2007-06-06Let it compile with SBT_DEBUGUwe Stuehler
2007-06-06add another revision "RTL8168 3"; from NetBSD via BradPeter Valchev
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to beReyk Floeter
2007-06-06Remove IPS_D_INTR debug level, IPS_D_XFER is good enough.Alexander Yurchenko
2007-06-06comment an unused function (wpi_setup_beacon).Damien Bergamini
2007-06-06- #undef the correct macroDamien Bergamini
2007-06-06Ansify. No binary change.Michael Knudsen
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
2007-06-06- Recognize the 8110SCe 8169 revision in re(4)Peter Valchev
2007-06-06make sensors framework usage consistent with other drivers; ok damien@Constantine A. Murenin
2007-06-06syncDamien Bergamini
2007-06-06Remove incorrect entry for Intel PRO/Wireless 3945ABG.Damien Bergamini
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-06remove never used #ifdef IPX_NOTYET codeHenning Brauer
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2007-06-06Shrink dmesg output. Tweaked version of a diff from tedu@Jonathan Gray
2007-06-05Major wpi(4) update:Damien Bergamini
2007-06-05Shuffle calculation of physical block so that bounds checking is not off byMarco Peereboom
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-05Switch to rwlock(9)Jonathan Gray
2007-06-05consistently use one variable instead of deriving it repeatedlyTodd T. Fries
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04Enable channel switching.Marcus Glocker
2007-06-04Forgot this in my last committ.Marc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
2007-06-03syncDamien Miller