| Commit message (Expand) | Author | Age | Files | Lines |
| * | Willcom WSIM DD support. | Takanori Watanabe | 2006-06-29 | 2 | -1/+4 |
| * | Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sample | Bill Paul | 2006-06-28 | 1 | -1/+4 |
| * | Dont call free on non-alloc'd items. | Søren Schmidt | 2006-06-28 | 1 | -2/+4 |
| * | Update AHCI support to be more generic. | Søren Schmidt | 2006-06-28 | 2 | -66/+103 |
| * | - Recognize more device IDs adding support for BCM5754, BCM5755, | Gleb Smirnoff | 2006-06-28 | 2 | -34/+44 |
| * | Fix breakage of CHIP_I855 in the last revision. | Eric Anholt | 2006-06-27 | 1 | -3/+4 |
| * | Add a pure open source nForce Ethernet driver, under BSDL. | David E. O'Brien | 2006-06-26 | 3 | -992/+1477 |
| * | Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The | Bill Paul | 2006-06-26 | 2 | -145/+270 |
| * | This commit was generated by cvs2svn to compensate for changes in r159952, | David E. O'Brien | 2006-06-26 | 3 | -0/+2009 |
| |\ |
|
| | * | Import the nfe (nForce Ethernet) driver from OpenBSD. | David E. O'Brien | 2006-06-26 | 3 | -0/+2009 |
| * | VMWare ESX reports > 16 targets for the LSI-Logic | Matt Jacob | 2006-06-26 | 1 | -0/+6 |
| * | enable rx of control frames when in monitor mode | Sam Leffler | 2006-06-26 | 1 | -0/+4 |
| * | Close race in handling mcast traffic when operating as an ap with | Sam Leffler | 2006-06-26 | 2 | -39/+104 |
| * | Replace the three copies of the list of pci ids with a single centralized list. | Eric Anholt | 2006-06-25 | 1 | -143/+122 |
| * | Major Fixes: | Matt Jacob | 2006-06-25 | 4 | -28/+45 |
| * | new stats | Sam Leffler | 2006-06-23 | 1 | -1/+3 |
| * | Clean up style and some printf messages. Note that returning anything other | Nate Lawson | 2006-06-22 | 1 | -94/+60 |
| * | Fix a potential problem when mfi_get_log_state and only | Paul Saab | 2006-06-20 | 1 | -2/+4 |
| * | Instead of using scsi probes to do device discovery, use the firmware | Paul Saab | 2006-06-20 | 5 | -214/+178 |
| * | Fix a typo when getting the log_state and set the flags on the | Paul Saab | 2006-06-20 | 1 | -1/+1 |
| * | Cleanup dcmd firmware processing into a single function, mfi_dcmd_command | Paul Saab | 2006-06-20 | 1 | -85/+95 |
| * | - Push Giant down into linker_reference_module(). | John Baldwin | 2006-06-20 | 1 | -3/+3 |
| * | Clean up some comments and device printf failures in mfi_get_log_state | Paul Saab | 2006-06-20 | 1 | -6/+3 |
| * | Add a forgotten "," | Matteo Riondato | 2006-06-19 | 1 | -1/+1 |
| * | Add Hamlet eXagerate XURS232 USB-Serial adapter | Matteo Riondato | 2006-06-19 | 1 | -0/+2 |
| * | Fix type casts so that we get at the right response queue. | Søren Schmidt | 2006-06-19 | 1 | -7/+10 |
| * | Trival whitespace change. | David E. O'Brien | 2006-06-19 | 1 | -1/+0 |
| * | Remove two debugging printfs | Paul Saab | 2006-06-19 | 1 | -2/+0 |
| * | Add support for the Aceeca Mez1000 RDA. | Alexander Leidinger | 2006-06-18 | 2 | -0/+5 |
| * | Add support for: | Alexander Leidinger | 2006-06-18 | 1 | -0/+2 |
| * | Add support for: | Alexander Leidinger | 2006-06-18 | 1 | -0/+8 |
| * | Add Epson Perfection 1270 scanner. All other scanners in the PR are already | Alexander Leidinger | 2006-06-18 | 2 | -0/+2 |
| * | When attaching an Xbox 360 gamepad a computer, the LED on the gamepad | Alexander Leidinger | 2006-06-18 | 1 | -0/+6 |
| * | - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious. | Alexander Leidinger | 2006-06-18 | 10 | -15/+61 |
| * | Correct the names or some Adaptec and ICP devices, verified by the | Christian Brueffer | 2006-06-17 | 1 | -9/+9 |
| * | Load the envy24 driver in the meta-module too. | Alexander Leidinger | 2006-06-17 | 1 | -0/+2 |
| * | - fix compatibility with newer versions of FreeBSD | Alexander Leidinger | 2006-06-17 | 4 | -58/+184 |
| * | dd the envy24 driver as is to the tree. It's not connected to the build | Alexander Leidinger | 2006-06-17 | 8 | -0/+6530 |
| * | Remove the snd_es1888 module now that it isn't build anymore. | Alexander Leidinger | 2006-06-17 | 1 | -1/+0 |
| * | Possess some work from OpenBSD, with some local additions. | Gleb Smirnoff | 2006-06-15 | 2 | -292/+381 |
| * | Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even if | Andrew Gallatin | 2006-06-14 | 1 | -13/+11 |
| * | Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(), | Andrew Gallatin | 2006-06-14 | 1 | -1/+2 |
| * | Remove the initial myri10ge driver, now that it has been | Andrew Gallatin | 2006-06-14 | 6 | -4335/+0 |
| * | Update the mxge driver. | Andrew Gallatin | 2006-06-14 | 5 | -1694/+1995 |
| * | Fix missing \n and when there are no arg's that means just print out | Doug Ambrisko | 2006-06-13 | 1 | -8/+11 |
| * | - Complete the myri10ge -> mxge name change by doing a mechanical | Andrew Gallatin | 2006-06-13 | 3 | -440/+422 |
| * | Need machine/bus.h here too | Warner Losh | 2006-06-12 | 1 | -0/+1 |
| * | Check in file missed in last commit. It made it into the MFC properly | Nate Lawson | 2006-06-12 | 1 | -1/+1 |
| * | MFp4: need machine/bus.h here since we use bus space macros. It used to | Warner Losh | 2006-06-12 | 1 | -0/+1 |
| * | MFp4: | Warner Losh | 2006-06-12 | 3 | -3/+26 |