| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -2/+0 |
* | Add the device ID for the VIA CX700 chipset. | kevlo | 2007-08-02 | 1 | -2/+9 |
* | Add MSI support. | yongari | 2007-07-24 | 2 | -10/+13 |
* | Add support for G965/Q965/GM965/GME965/GME945 AGP. | anholt | 2007-07-13 | 4 | -230/+387 |
* | re(4) devices requires an external EEPROM. Depending on models it | yongari | 2007-07-06 | 1 | -0/+2 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | The mac address must be written a word length at a time, it was having no eff... | thompsa | 2007-06-15 | 1 | -2/+4 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 1 | -1/+0 |
* | Implement assert() in ncr.c using KASSERT() rather than explicitly testing | rwatson | 2007-05-27 | 1 | -6/+1 |
* | tl(4) appears to support long frames. | yar | 2007-05-09 | 1 | -0/+2 |
* | Add VLAN capability. | phk | 2007-04-23 | 2 | -1/+2 |
* | Remove the old software bit-banging MII interface, we started using | phk | 2007-04-22 | 1 | -167/+1 |
* | Remove further cobwebs: Two layers of pointless substructures. | phk | 2007-04-22 | 2 | -105/+71 |
* | Initialize the physical next pointer in the tx descriptors when we | phk | 2007-04-22 | 1 | -7/+8 |
* | Don't rename fields with #define. | phk | 2007-04-22 | 2 | -27/+18 |
* | Run if_vr(4) through FlexeLint and clean some of the cobwebs found. | phk | 2007-04-22 | 2 | -101/+59 |
* | Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding the | jhb | 2007-04-19 | 1 | -2/+1 |
* | Don't reinitialize the hardware if only PROMISC flag was changed. | yongari | 2007-04-18 | 1 | -0/+1 |
* | Add support for hw-assisted checksums on 6105M. | phk | 2007-04-17 | 2 | -17/+72 |
* | No need to throw tag+handle around on the stack. | phk | 2007-04-17 | 2 | -18/+7 |
* | Improve the if_vr driver ever so slightly. | phk | 2007-04-17 | 2 | -87/+110 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+3 |
* | Add new ST201 PCI id. | yongari | 2007-03-10 | 2 | -2/+4 |
* | Convert sis(4) to use its own watchdog procedure. | delphij | 2007-02-24 | 2 | -16/+16 |
* | Catchup with filters | imp | 2007-02-23 | 2 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 10 | -11/+11 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 1 | -1/+1 |
* | o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mapping | marius | 2007-01-16 | 1 | -1/+1 |
* | Remove duplicate variable initialization. | jhb | 2007-01-16 | 1 | -1/+0 |
* | - Allow multiple (external) PHYs with Am79C97{2,6}, which actually | marius | 2007-01-13 | 1 | -5/+15 |
* | Various updates to most of the smbus(4) drivers: | jhb | 2007-01-11 | 7 | -533/+730 |
* | Restore agp aperture size after resume, in case it is modified after boot. | takawata | 2007-01-06 | 1 | -1/+8 |
* | - Clean up Aperture Access Global Enable (APEN) bit access. | jkim | 2007-01-05 | 2 | -50/+41 |
* | Fix style(9). | jkim | 2007-01-05 | 1 | -61/+52 |
* | Make agp_intel capable to work after resume from S3 state. | takawata | 2007-01-05 | 1 | -33/+50 |
* | Don't assume IF_LLADDR returns aligned memory address. | yongari | 2006-12-18 | 1 | -4/+5 |
* | - Revert the parts of the previous revision which reloaded the watchdog | marius | 2006-12-08 | 1 | -3/+2 |
* | - Use the xl_stats_update() callout instead of if_slowtimo() for | marius | 2006-12-06 | 2 | -22/+27 |
* | if_watchdog -> rl_watchdog | ru | 2006-12-01 | 2 | -14/+16 |
* | - Clear the PCN_MISC_ASEL bit so the media port can be actually set | marius | 2006-11-28 | 2 | -16/+74 |
* | Add TSO support. | yongari | 2006-11-21 | 1 | -0/+1 |
* | Use #ifndef __NO_STRICT_ALIGNMENT rather than | yongari | 2006-11-21 | 1 | -1/+1 |
* | - Don't bother to include IDs of PCnet chips which are not supported | marius | 2006-11-07 | 2 | -40/+27 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -143/+0 |
* | Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h> | marius | 2006-11-02 | 1 | -1/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -9/+173 |
* | Wrap code optimized for architectures without alignment constraints | marius | 2006-10-29 | 1 | -6/+5 |
* | The page queues lock is no longer required by vm_page_busy() or | alc | 2006-10-22 | 1 | -4/+0 |
* | Older incarnations of the device used non-standard BARs. | ru | 2006-10-17 | 1 | -4/+16 |
* | Fix the wraparound of memsize >=2GB. | tanimura | 2006-10-15 | 1 | -2/+3 |