summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-02-23Add bcw_phy_xmitpower().Marcus Glocker
2007-02-23Complement bcw_radio_set_txpower_a().Marcus Glocker
2007-02-23Add and activate bcw_radio_init2050 (radio type B).Marcus Glocker
2007-02-23Activate bcw_phy_init2060() (type A radio) in bcw_radio_on().Marcus Glocker
2007-02-23Complement bcw_phy_inita(), add bcw_radio_init2060().Marcus Glocker
2007-02-22Add bcw_phy_lo_b_measure().Marcus Glocker
2007-02-22Add support for Winbond W83627EHF chips.Mark Kettenis
2007-02-22Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in theMarcus Glocker
2007-02-22Halftime for PHY init code, another ~1000 new lines.Marcus Glocker
2007-02-21Make the firmware load on big endian systems and while there make sure thatClaudio Jeker
2007-02-20Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use.Claudio Jeker
2007-02-20~1052 lines of new PHY radio initialization code and no end in sight.Marcus Glocker
2007-02-18Add bcw_phy_set_baseband_attenuation().Marcus Glocker
2007-02-18Comment corrections from Bret Lambert.Marcus Glocker
2007-02-18Add bcw_shm_write16().Marcus Glocker
2007-02-18Sort routines (phy, radio).Marcus Glocker
2007-02-18Start to add radio PHY initialization routines.Marcus Glocker
2007-02-18Turn radio (version 2050) on.Marcus Glocker
2007-02-15from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others...Jason Wright
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-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 subtle x ? y : z bug when calling mfi_create_sgl. This worked becauseMarco Peereboom
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-09Spaces, no binary change.Claudio Jeker
2007-02-08Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 freeMark Kettenis
2007-02-08Remove double semicolons.Ray Lai
2007-02-06Evil typo; spotted by Thorsten GlaserMiod Vallat
2007-02-03Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inKenneth R Westerback
2007-02-02up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@Jason Wright
2007-01-31oops. now is the miodski version of the diff (;Michael Shalayeff
2007-01-31run a timeout (calling intr handler) to recover from in buffer oflows that ma...Michael Shalayeff
2007-01-27When flooding dmesg with ``can't read/write phy register'', be nice enough toMiod Vallat
2007-01-27convert to our locks to rwlocks.David Gwynne
2007-01-26remove duplicate test; from bradJason Wright
2007-01-24revert changes committed between r1.25 and 1.26.Damien Bergamini
2007-01-23adjust m_data and m_len directly rather than calling m_adj().Marcus Glocker
2007-01-19Some '= 0' -> '= NULL' cleanup for pointer fields and return values.Kenneth R Westerback
2007-01-18do not freak out if cannot map physdrives into volumes and handle it proper e...Michael Shalayeff
2007-01-14Introduce register read/write helper routines for radio and phy. StartMarcus Glocker
2007-01-12Keep the wsscreen_descr in the softc, to allow sti of different textMiod Vallat
2007-01-11Add the ability for a sti backend to specify callbacks to disable and enableMiod Vallat
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2007-01-08Fix comment. From Constantine A. Murenin.Mark Kettenis
2007-01-07Fix VCore voltage detection on w83637hf.Mark Kettenis
2007-01-07Spacing, comments.Marcus Glocker