Age | Commit message (Expand) | Author |
2009-07-28 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-28 | timeout_add -> timout_add_msec | Bret Lambert |
2009-07-25 | Fix crash in bwi on armish by properly aligning a 32-bit value. Not | Kenneth R Westerback |
2009-07-24 | wrap the kernel specific parts in an _KERNEL ifdef. | Jonathan Gray |
2009-07-24 | Don't include systm.h as it isn't needed and pulls in libkern headers, | Jonathan Gray |
2009-07-23 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-23 | If we initialize miicapabilities, we might as well pass it on when calling | Mark Kettenis |
2009-07-21 | Call timeout_set() from rl_attach, not rl_init(). From Brad. | Stuart Henderson |
2009-07-19 | Include 0x4402 in the bbp id mapping table used on older | Jonathan Gray |
2009-07-18 | Remove redundant code for setting the maximum frame receive size | Stuart Henderson |
2009-07-18 | reorder a switch block, no functional change but reduces the diff | Stuart Henderson |
2009-07-18 | Simplify receive filter handling, from Brad. | Stuart Henderson |
2009-07-18 | Rewrite the ioctl handling code and the receive filter | Stuart Henderson |
2009-07-15 | Removes the magic bit from re_init() and moves the common | Christian Weisgerber |
2009-07-14 | Silence ``invalid NVRAM header'' message if the NVRAM header is three zero | Miod Vallat |
2009-07-12 | In a error case in malo_init (e.g. can't load the firmware), | Marcus Glocker |
2009-07-12 | Add some missing GEM_SBUS_CONFIG bits. | Mark Kettenis |
2009-07-11 | Nuke an '__inline' that upset clang. Multi-line function should not | Kenneth R Westerback |
2009-07-11 | - Add some new feature flags | Stuart Henderson |
2009-07-10 | RL_HWREV_8168DP can be either RTL8168DP or RTL8111DP, so print both, | Stuart Henderson |
2009-07-10 | Swap the hardware revision IDs for 8169S and 8110S. Agrees with the | Stuart Henderson |
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-03 | Support RTL8103E and RTL8168DP which are starting to show up, from brad. | Theo de Raadt |
2009-07-01 | Add a workaround for the fact that our clocks aren't running during autoconf | Mark Kettenis |
2009-06-29 | Zap isp_inline.h; it is no longer used. | Mark Kettenis |
2009-06-27 | Remove debug printfs. | Mark Kettenis |
2009-06-26 | If we are going to move to the eeprom-based MAC address finding instead of | Theo de Raadt |
2009-06-26 | Using information gleamed from the FreeBSD driver, change the MAC address | Theo de Raadt |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback |
2009-06-22 | Tidy up promiscuous mode and multicast handling; tested by Simon Kuhnle | Stuart Henderson |
2009-06-11 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-06-11 | fix potential use of uninitialized value. | Charles Longeau |
2009-06-11 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-06-10 | Remove (unused) CASSERT macro. Whatever it was intended to be used for, it | Miod Vallat |
2009-06-06 | - don't mess with assert()/__assert(), use KASSERT() instead | Jasper Lievisse Adriaanse |
2009-06-06 | Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and | Christian Weisgerber |
2009-06-05 | %zu is not meant for size_t in the kernel. Change to %lu. | Ray Lai |
2009-06-04 | Add missing argument to printf statement. | Ray Lai |
2009-06-04 | Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chips | Christian Weisgerber |
2009-06-03 | make wireless interfaces priority 4 by default. other interfaces remain | Bob Beck |
2009-06-03 | put the values direct in the array, otherwise the nested macros are longer | Theo de Raadt |
2009-06-03 | mjacob took kettenis's r1.44 into FreeBSD and added a tweak to | Kenneth R Westerback |
2009-06-03 | from Brad; I've read and tested it, also reads ok to dlg@. | Stuart Henderson |
2009-06-02 | make rl at pci detachable; untested. | Jonathan Gray |
2009-06-02 | Make fxp at pci detachable; untested. | Jonathan Gray |
2009-06-02 | make dc at pci detachable; untested. | Jonathan Gray |
2009-06-02 | let atw at pci be detachable; untested. | Jonathan Gray |
2009-06-02 | replace custom macro AR5K_ELEMENTS() with nitems() | Reyk Floeter |
2009-06-02 | If a bogus channel is encountered, return an error instead of trying | Philip Guenthe |
2009-06-02 | change a sizeof() to nitems() because the array subtype is a short. | Theo de Raadt |