| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the return value of config_intrhook_establish(). | rpaulo | 2008-11-29 | 1 | -1/+5 |
* | Check for non-existing model DMI string. | rpaulo | 2008-11-29 | 1 | -0/+3 |
* | Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpc | bz | 2008-11-28 | 1 | -2/+3 |
* | Remove duplicate 2610SA entry. | emaste | 2008-11-27 | 1 | -2/+0 |
* | - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo | jkoshy | 2008-11-27 | 6 | -20/+2878 |
* | Don't let ata_completed() dereference a null request->dma pointer to | peter | 2008-11-27 | 1 | -1/+1 |
* | Small nit I just noticed, a pre-decrement should be post. | jfv | 2008-11-27 | 1 | -1/+1 |
* | Thanks to the reminder from Ganbold, small fix in the RX failure | jfv | 2008-11-27 | 1 | -13/+11 |
* | Add basic WOL support for 82550/82551/82558 and 82559 based | yongari | 2008-11-27 | 3 | -11/+80 |
* | This delta is primarily a fix for es2lan devices that | jfv | 2008-11-26 | 26 | -1388/+1368 |
* | Updated ixgbe driver - version 1.6.2 | jfv | 2008-11-26 | 11 | -1026/+1999 |
* | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | jkim | 2008-11-26 | 5 | -8/+13 |
* | - Add the device ID for the HP HS2300 MC8775 clone (michael) | n_hibma | 2008-11-26 | 2 | -6/+8 |
* | Remove unused variable. | ganbold | 2008-11-26 | 1 | -4/+4 |
* | Implement TSO for 82550/82551 controllers. | yongari | 2008-11-26 | 3 | -14/+118 |
* | Implement Rx checksum offload for 82559 or later controllers. | yongari | 2008-11-26 | 2 | -28/+110 |
* | o Introduce a new function, fxp_new_rfabuf which allocates a new | yongari | 2008-11-26 | 1 | -27/+69 |
* | Remove unused variable. | ganbold | 2008-11-25 | 1 | -2/+1 |
* | src/lib/libusb20/libusb20_compat01.c | alfred | 2008-11-25 | 13 | -122/+709 |
* | Big update to the iSCSI initiator code. Highlights include IPv6 support, | scottl | 2008-11-25 | 8 | -231/+584 |
* | Simplify Tx checksum offload configuration. Also clear CSUM_IP if | yongari | 2008-11-25 | 1 | -8/+5 |
* | - Allow fxp_encap() enqueue failed transmissions and set | yongari | 2008-11-25 | 2 | -70/+71 |
* | - improve AL2230 RF handling when the device type is zd1211. After this | weongyo | 2008-11-25 | 2 | -1145/+1526 |
* | Move unarming watchdog timer and pending multicast configuration | yongari | 2008-11-25 | 1 | -5/+5 |
* | Fix Tx/Rx checksum offload ioctl handling and make Rx handler honor | yongari | 2008-11-25 | 1 | -9/+26 |
* | Make fxp(4) build with FXP_IP_CSUM_WAR. | yongari | 2008-11-25 | 1 | -2/+2 |
* | Sort head files and removed ununsed header file. | yongari | 2008-11-25 | 1 | -13/+9 |
* | Whitespace fix. | yongari | 2008-11-25 | 3 | -25/+25 |
* | Add support for Marvell PATA M88SX6121. | rpaulo | 2008-11-25 | 2 | -0/+2 |
* | Restore sfence semantics in mxge after the introduction | gallatin | 2008-11-24 | 2 | -25/+25 |
* | Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns. | cperciva | 2008-11-24 | 2 | -3/+24 |
* | Save the value read from TX queue CSR, so we don't test against a | yongari | 2008-11-24 | 1 | -1/+1 |
* | print the extended tx/rx descriptor for 5416 and later parts | sam | 2008-11-24 | 1 | -9/+32 |
* | nuke special handling of RXORN interrupt; the hal marks the FATAL | sam | 2008-11-24 | 2 | -17/+4 |
* | Remove DELAY() on hdac_audio_commit(). | mav | 2008-11-23 | 1 | -1/+0 |
* | Eliminate an unused variable reported by coverity | imp | 2008-11-23 | 1 | -4/+2 |
* | Do not use soft PCM volume for digital outputs to allow SPDIF AC3 bypass | mav | 2008-11-23 | 1 | -4/+8 |
* | Strictly differentiate digital and analog PCM devices according to codec | mav | 2008-11-23 | 2 | -58/+91 |
* | Report card erase sector size as disk stripe size. | mav | 2008-11-23 | 1 | -0/+2 |
* | Improve detach handling: close races, flush queue. | mav | 2008-11-23 | 1 | -13/+16 |
* | Add backward compatibility ifdefs for non-multiq kernels | kmacy | 2008-11-23 | 3 | -2/+29 |
* | work around periodic leak on queue overrun by enabling coalescing of packets ... | kmacy | 2008-11-23 | 1 | -1/+1 |
* | intr_machdep.h breaks build on some arches and is not needed | kmacy | 2008-11-23 | 1 | -4/+0 |
* | Cast to uintptr_t before casting to void*. This allows the | marcel | 2008-11-22 | 1 | -3/+3 |
* | Whitespace cleanup for previous commit. | mav | 2008-11-22 | 1 | -3/+3 |
* | Handle device_get_children() errors in more correct way. | mav | 2008-11-22 | 1 | -9/+12 |
* | Change check order to avoid array overrun. | mav | 2008-11-22 | 1 | -2/+2 |
* | Unbreak LINT. | jkoshy | 2008-11-22 | 4 | -0/+24 |
* | - enable multiple transmit queues | kmacy | 2008-11-22 | 5 | -246/+109 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 9 | -225/+49 |