Age | Commit message (Expand) | Author |
2008-04-24 | MD_ISA_IOT is not defined anywhere so get rid of it. | Joel Sing |
2008-04-24 | Keep order of "#if defined..." consistent. | Joel Sing |
2008-04-24 | Clean up comments. | Joel Sing |
2008-04-24 | Cleanup serial console handling and remove some of the MD code from com.c. | Joel Sing |
2008-04-24 | some ciss(4) firmwares use different physical drive addressing, resulting | Jakob Schlyter |
2008-04-23 | Remove driver for pre 802.11 RangeLAN2 wireless devices. | Jonathan Gray |
2008-04-20 | Move the threshold fix from the re(4) code back into the header as | Brad Smith |
2008-04-20 | - Recognize the 8168C chipset. | Brad Smith |
2008-04-20 | Remove redundant checks for the 8139C+ chipset, this code can only | Brad Smith |
2008-04-20 | - Add some more defines. | Brad Smith |
2008-04-20 | Remove unused flags. | Brad Smith |
2008-04-20 | Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set. | Brad Smith |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-17 | save some space by making use of the WEP CRC table from net80211 | Damien Bergamini |
2008-04-17 | do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-12 | Tighten check for consoleness by comparing comconsiot as well as comconsaddr. | Mark Kettenis |
2008-04-10 | the success of a command is reported in the mbox, but not passed on to the | David Gwynne |
2008-04-09 | Increase buffer size sent to the fifo, and clamp the size correctly. | Theo de Raadt |
2008-03-31 | Add define for 24 hour time. | Joel Sing |
2008-03-20 | VLAN tag info must be inserted into all descriptors of a multi-descriptor | Brad Smith |
2008-03-19 | Make sure we pass the right argument to isp_wdog() when setting timeouts. | Mark Kettenis |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2008-03-13 | Do not increment the input packet counter in these drivers as | Brad Smith |
2008-03-12 | Set the RX FIFO threshold to no RX threshold for re(4) adapters. | Brad Smith |
2008-03-01 | Resolve an issue where the Starfire chipset can get into an endless loop | Brad Smith |
2008-02-25 | Make bwi compile in debug mode again. | Marcus Glocker |
2008-02-25 | Sync up with DragonFlyBSD driver. Please read their commit message | Marcus Glocker |
2008-02-21 | Some fxp(4) chips do not like having their status/command registers accessed | Brad Smith |
2008-02-20 | - Only clear the IFF_OACTIVE flag if packets were processed. | Brad Smith |
2008-02-17 | Simplify the hw revision handling by removing the use of the | Brad Smith |
2008-02-16 | Zap KKASSERT porting macro and use KASSERT instead. | Marcus Glocker |
2008-02-16 | Count output packets. | Marcus Glocker |
2008-02-16 | Replace bwi_rate2plcp() with ieee80211_rate2plcp(). | Marcus Glocker |
2008-02-16 | Fix spacing / comments. | Marcus Glocker |
2008-02-16 | While importing the driver a lot of printf's have been converted to | Marcus Glocker |
2008-02-16 | Report rssi and rate in rx radio tap. | Marcus Glocker |
2008-02-16 | Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's. | Kenneth R Westerback |
2008-02-16 | Better support for 11b mode. | Marcus Glocker |
2008-02-16 | Remove some double prototype definitions. | Marcus Glocker |
2008-02-16 | Always print device name in front of debug messages. | Marcus Glocker |
2008-02-12 | pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd or | Jacob Meuser |
2008-02-11 | add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 or | David Gwynne |
2008-02-10 | Set reserved bits in the TX Configuration Register the value from the Sun docs. | Mark Kettenis |
2008-02-08 | Return ENOTTY not EINVAL for unsupported ioctl's; | Thordur I. Bjornsson |
2008-02-03 | Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is no | Mark Kettenis |
2008-01-26 | Set the return value instead of returning right away so that the DMA | Brad Smith |
2008-01-26 | sync dma mem back to the cpu on poll failure. | David Gwynne |
2008-01-26 | despatch -> dispatch | David Gwynne |