summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2007-06-03Add WCH/QinHeng CH341 serial/parallelDamien Miller
2007-06-03put raidc inside ifdef CRYPTO, since it won't work without itTed Unangst
2007-06-03shuffle the raid 1 specific functions to be all together and closerTed Unangst
2007-06-03Implement transmission of ACL and SCO packetsUwe Stuehler
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03delete two extra lines which are not needed because that is how stringsTheo de Raadt
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
2007-06-02little fixes to get hotkeys working again. from alexey vatchenkoTed Unangst
2007-06-02Disable crypto until we figure out proper key management and other stuffMarco Peereboom