Age | Commit message (Expand) | Author |
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 |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-22 | Add splnet around mii_tick() in rl_tick(). | Brad Smith |
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado |
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis |
2008-01-16 | - Store the hw revision into a new softc field in re_attach() and reference | Brad Smith |
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob Meuser |
2008-01-13 | Check for a negative devinfo index, which could get here through | Deanna Phillips |
2008-01-12 | Make comconsrate initialized to TTYDEF_SPEED at compile-time, for ports | Miod Vallat |
2008-01-11 | Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling. | Mark Kettenis |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne |
2007-12-30 | Only do pullups when necessary, m_pullup() always prepends an mbuf | Claudio Jeker |
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing |
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |