summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-02-14Sync with pgt(4) multicast fix.Marcus Glocker
2007-02-14Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 doesClaudio Jeker
2007-02-14remove some unused goopJonathan Gray
2007-02-14put debug string tables under ATW_DEBUGJonathan Gray
2007-02-14remove no longer used rate related variable/definesJonathan Gray
2007-02-14%b format string for the GHC register. less whitespace while hereDavid Gwynne
2007-02-14Quiet a noisy debug message by using dnprintf instead of printf.Deanna Phillips
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-14bus_space does byte swapping to cope with host endianness for us, so removeDavid Gwynne
2007-02-13Fix typo. Spotted by brad@.Mark Kettenis
2007-02-13Fix typo in commentTom Cosgrove
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-13Add missing break in attach code.Jonathan Gray
2007-02-13fall into -> FALLTHROUGH to appease lintJonathan Gray
2007-02-13Fixed stupid bit mangling on index fieldsJordan Hargrave
2007-02-13Add smarter _INI code. This helps with some dissapearing devices.Marco Peereboom
2007-02-13Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked becauseMarco Peereboom
2007-02-12Avoid unnecessary resets. This should make fiber 88E8021/22 work completely.Mark Kettenis
2007-02-12Fix prototype, from brad@, no binary changePedro Martelletto
2007-02-11Add support for fiber on 88E8021/22.Mark Kettenis
2007-02-11Add support for fiber on the 88E1112 (88E8021/22 integrated PHY).Mark Kettenis
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-11Don't enable debug spam by default.Jonathan Gray
2007-02-10Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@.Mark Kettenis
2007-02-10regenMark Kettenis
2007-02-10Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missingMark Kettenis
2007-02-10Add preliminary support for Marvell Yukon-II Extreme chips.Mark Kettenis
2007-02-10Use right flow control autonegotiation bits for 1000baseX.Mark Kettenis
2007-02-10Remove entry for mx driver which was removed a bit over 7 years ago.Jonathan Gray
2007-02-10Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unusedKenneth R Westerback
2007-02-10Add more chipset revision ids.Kenneth R Westerback
2007-02-09Spaces, no binary change.Claudio Jeker
2007-02-09Add a bunch more zyd(4) devicesJonathan Gray
2007-02-09regenJonathan Gray
2007-02-09Add a bunch more zyd(4) devices.Jonathan Gray
2007-02-08Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 freeMark Kettenis
2007-02-08regen.Marc Balmer
2007-02-08id Quantique and the Quantis USB device (Quantum Random Number Generator)Marc Balmer
2007-02-08commit the correct version of this, which matches recent additions.Jonathan Gray
2007-02-08add entry for WLI-U2-SG54HP. forgotten on previous commit.Jun-ichiro itojun Hagino
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
2007-02-08regenJonathan Gray
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
2007-02-08Remove double semicolons.Ray Lai
2007-02-07Add support for MaxStream XBee ZigBee Development Kit USB interface.Jonathan Gray
2007-02-07regenJonathan Gray
2007-02-07MaxStream XBee ZigBee development kit.Jonathan Gray
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2007-02-06Evil typo; spotted by Thorsten GlaserMiod Vallat