summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2008-02-21Some fxp(4) chips do not like having their status/command registers accessedBrad Smith
2008-02-20- Only clear the IFF_OACTIVE flag if packets were processed.Brad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2008-02-16Zap KKASSERT porting macro and use KASSERT instead.Marcus Glocker
2008-02-16Count output packets.Marcus Glocker
2008-02-16Replace bwi_rate2plcp() with ieee80211_rate2plcp().Marcus Glocker
2008-02-16Fix spacing / comments.Marcus Glocker
2008-02-16While importing the driver a lot of printf's have been converted toMarcus Glocker
2008-02-16Report rssi and rate in rx radio tap.Marcus Glocker
2008-02-16Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's.Kenneth R Westerback
2008-02-16Better support for 11b mode.Marcus Glocker
2008-02-16Remove some double prototype definitions.Marcus Glocker
2008-02-16Always print device name in front of debug messages.Marcus Glocker
2008-02-12pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd orJacob Meuser
2008-02-11add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 orDavid Gwynne
2008-02-10Set reserved bits in the TX Configuration Register the value from the Sun docs.Mark Kettenis
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
2008-02-03Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is noMark Kettenis
2008-01-26Set the return value instead of returning right away so that the DMABrad Smith
2008-01-26sync dma mem back to the cpu on poll failure.David Gwynne
2008-01-26despatch -> dispatchDavid Gwynne
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-22Add splnet around mii_tick() in rl_tick().Brad Smith
2008-01-21use the right capitalization for `QLogic'Igor Sobrado
2008-01-18Print consoleness the canonical way.Mark Kettenis
2008-01-16- Store the hw revision into a new softc field in re_attach() and referenceBrad Smith
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob Meuser
2008-01-13Check for a negative devinfo index, which could get here throughDeanna Phillips
2008-01-12Make comconsrate initialized to TTYDEF_SPEED at compile-time, for portsMiod Vallat
2008-01-11Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling.Mark Kettenis
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
2007-12-30Only do pullups when necessary, m_pullup() always prepends an mbufClaudio Jeker
2007-12-29fix comments after the members of scsi_adapter were changed.David Gwynne
2007-12-28massage the way vpds are defined. rename the page used for the devicesDavid Gwynne
2007-12-27Clean up the clock MD code. Move all of the DS1687 register definitions toJoel Sing
2007-12-271.90 again. use the right flags when creating a dmamap for use duringDavid Gwynne
2007-12-27oops, there was other code in the previous commit that shouldnt have goneDavid Gwynne
2007-12-27use the right flags when creating dmamaps for use in interrupt handlers.David Gwynne
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
2007-12-09fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,Damien Bergamini
2007-12-07LEDsDamien Bergamini
2007-12-07In hostap mode, update beacon to reflect ERP IE changes.Damien Bergamini
2007-12-04expresscard ral(4) rt2860 now can attach and detach correctlyTheo de Raadt
2007-12-03Check for G channels before B when setting the (eeprom) mode.Federico G. Schwindt
2007-11-28make ata controllers protect their own command lists so atascsi doesnt haveDavid Gwynne
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines,Miod Vallat
2007-11-26bump the maximum cdb that the driver will take from the midlayer up to 16David Gwynne
2007-11-26print the comma before the MAC address string in dc_attach() instead of theBrad Smith
2007-11-26drive port probes from the scsi midlayer now that it will ask the adapterDavid Gwynne