Age | Commit message (Expand) | Author |
2007-02-18 | Add bcw_shm_write16(). | Marcus Glocker |
2007-02-18 | Sort routines (phy, radio). | Marcus Glocker |
2007-02-18 | Start to add radio PHY initialization routines. | Marcus Glocker |
2007-02-18 | Turn radio (version 2050) on. | Marcus Glocker |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |
2007-02-14 | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does | Claudio Jeker |
2007-02-14 | remove some unused goop | Jonathan Gray |
2007-02-14 | put debug string tables under ATW_DEBUG | Jonathan Gray |
2007-02-14 | remove no longer used rate related variable/defines | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-14 | bus_space does byte swapping to cope with host endianness for us, so remove | David Gwynne |
2007-02-13 | Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked because | Marco Peereboom |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-09 | Spaces, no binary change. | Claudio Jeker |
2007-02-08 | Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free | Mark Kettenis |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-06 | Evil typo; spotted by Thorsten Glaser | Miod Vallat |
2007-02-03 | Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in | Kenneth R Westerback |
2007-02-02 | up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@ | Jason Wright |
2007-01-31 | oops. now is the miodski version of the diff (; | Michael Shalayeff |
2007-01-31 | run a timeout (calling intr handler) to recover from in buffer oflows that ma... | Michael Shalayeff |
2007-01-27 | When flooding dmesg with ``can't read/write phy register'', be nice enough to | Miod Vallat |
2007-01-27 | convert to our locks to rwlocks. | David Gwynne |
2007-01-26 | remove duplicate test; from brad | Jason Wright |
2007-01-24 | revert changes committed between r1.25 and 1.26. | Damien Bergamini |
2007-01-23 | adjust m_data and m_len directly rather than calling m_adj(). | Marcus Glocker |
2007-01-19 | Some '= 0' -> '= NULL' cleanup for pointer fields and return values. | Kenneth R Westerback |
2007-01-18 | do not freak out if cannot map physdrives into volumes and handle it proper e... | Michael Shalayeff |
2007-01-14 | Introduce register read/write helper routines for radio and phy. Start | Marcus Glocker |
2007-01-12 | Keep the wsscreen_descr in the softc, to allow sti of different text | Miod Vallat |
2007-01-11 | Add the ability for a sti backend to specify callbacks to disable and enable | Miod Vallat |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2007-01-08 | Fix comment. From Constantine A. Murenin. | Mark Kettenis |
2007-01-07 | Fix VCore voltage detection on w83637hf. | Mark Kettenis |
2007-01-07 | Spacing, comments. | Marcus Glocker |
2007-01-07 | Initialize GPIO. | Marcus Glocker |
2007-01-06 | Fix error string for loadfirmware(). | Marcus Glocker |
2007-01-06 | Make the driver able to read the network byte ordered firmware file. | Marcus Glocker |
2007-01-05 | Check that ucode size doesn't get exceeded when parsing for a firmware | Marcus Glocker |
2007-01-05 | If the firmware load routines fail, be sure the ucode gets freed. | Marcus Glocker |
2007-01-05 | Report about correct firmware filename if not found. | Marcus Glocker |
2007-01-05 | Prototypes spacing. | Marcus Glocker |
2007-01-05 | Make the upload of initialization values work again, after implementing | Marcus Glocker |
2007-01-05 | First shot of making the driver capable to parse several firmware files | Marcus Glocker |
2007-01-03 | After the firmware has been loaded to the chip, read the exact firmware | Marcus Glocker |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2007-01-03 | Rename bcw_shm_write_4() to bcw_shm_ctl_word(). We need the original | Marcus Glocker |
2007-01-03 | Pretty printing of debug messages. | Marcus Glocker |
2007-01-03 | Avoid mixing of u_int* and uint* in the same code. uint* wins. | Marcus Glocker |