Age | Commit message (Expand) | Author |
2009-08-16 | remove use of BITS and BIT macros | Jonathan Gray |
2009-08-16 | tweak a switch statement to appease lint | Jonathan Gray |
2009-08-16 | remove use of BITS and BIT macros. | Jonathan Gray |
2009-08-16 | start getting rid of some of these horrific bit macros, remove | Jonathan Gray |
2009-08-13 | Rewrite part of the promiscuous/multicast handling; tested by myself, | Stuart Henderson |
2009-08-12 | Let this work with C99 compilers that do not define __GNUC__ | Jonathan Gray |
2009-08-12 | Backing store for ega and vga virtual console is not allocated until the | Miod Vallat |
2009-08-12 | always mark an xs complete if we're about to return COMPLETE to the | David Gwynne |
2009-08-12 | though shalt complete the xs (ie, call scsi_done with it) before returning | David Gwynne |
2009-08-10 | hook no longer needed | Theo de Raadt |
2009-08-10 | This does not need a shutdown function either (though the equilevant | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | three more shutdown hooks bite the dust. | Damien Bergamini |
2009-08-09 | Make ami(4) use NO_CCB at least some of the time. | Kenneth R Westerback |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-08-03 | Comment fixes and code tidy-up (whitespace and more consistent | Stuart Henderson |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-29 | timeout_add -> timeout_add_msec | Bret Lambert |
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 |