| Commit message (Expand) | Author | Age | Files | Lines |
* | Add driver support for RTL8102E and RTL8102EL which is the second | yongari | 2008-07-09 | 1 | -0/+2 |
* | Add a new RTL8169 variant, 8169SB(L)/8110SB(L). | yongari | 2008-07-02 | 1 | -0/+1 |
* | Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP. | yongari | 2008-07-02 | 1 | -0/+24 |
* | Instead of allocating variables for each events/hardware flags, use | yongari | 2008-07-02 | 1 | -2/+6 |
* | Switch to memory space register mapping over IO space. If that | yongari | 2008-07-02 | 1 | -0/+2 |
* | Add support for VT8237 ISA bridge. | gonzo | 2008-06-22 | 1 | -0/+7 |
* | Add the SMB functionality for the MCP65 chipset I happen to | joerg | 2008-06-18 | 1 | -0/+3 |
* | Add another 8139D variant. | remko | 2008-06-16 | 2 | -0/+3 |
* | - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle | jhb | 2008-06-06 | 5 | -33/+13 |
* | Remove unused 'xl_unit' member from softc. | jhb | 2008-05-28 | 2 | -2/+0 |
* | - Set sc->dev to the new-bus device_t so all the device_printf()s work. | jhb | 2008-05-12 | 1 | -1/+3 |
* | It seems that RealTek 8129/8139 chip reports invalid length of | yongari | 2008-04-10 | 1 | -3/+5 |
* | Padding more bytes than necessary one broke another variants of | yongari | 2008-03-31 | 1 | -0/+6 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -26/+5 |
* | - Take advantage of bus_dmamap_load_mbuf_sg(9). | marius | 2008-03-24 | 2 | -94/+71 |
* | For MSI capable hardwares, enable MSI enable bit in RL_CFG2 | yongari | 2008-03-23 | 1 | -0/+1 |
* | vr(4) was repocopied to src/sys/dev/vr. | yongari | 2008-03-11 | 2 | -2125/+0 |
* | Don't map memory/IO resource in device probe and just use PCI | yongari | 2008-03-03 | 1 | -41/+18 |
* | Don't allow jumbo frame on 8139C+ controller. | yongari | 2008-03-03 | 1 | -0/+2 |
* | Implement WOL. | yongari | 2008-03-03 | 1 | -1/+39 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -2/+2 |
* | Add copyrights. | ru | 2008-01-21 | 2 | -0/+52 |
* | sf(4) was repocopied to src/sys/dev/sf. | yongari | 2008-01-21 | 2 | -2663/+0 |
* | Overhaul re(4). | yongari | 2008-01-15 | 1 | -23/+37 |
* | Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabit | yongari | 2007-12-08 | 1 | -0/+1 |
* | Remove XRPU driver, after asking all the users. | phk | 2007-12-01 | 1 | -268/+0 |
* | Add the FNW3603TX Planex NIC. | remko | 2007-11-26 | 2 | -0/+7 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 5 | -11/+19 |
* | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | jhb | 2007-11-12 | 14 | -5891/+0 |
* | Add SMB support for the MCP61 chipset. | remko | 2007-11-10 | 1 | -0/+3 |
* | Split agp_generic_detach() up into two routines: agp_free_cdev() destroys | jhb | 2007-10-30 | 11 | -38/+39 |
* | Oops, convert a tsleep() to a msleep() that was missed when adding locking | jhb | 2007-10-15 | 1 | -1/+1 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 2 | -3/+3 |
* | Not all VIA Rhine chips support 256 register space. So touching | yongari | 2007-10-12 | 1 | -1/+4 |
* | - Add the device ID for the VIA VT3324 (CX700) chipset. | kevlo | 2007-09-21 | 1 | -21/+83 |
* | Add the PCI id for the Intel 7221's integrated graphics controller. It is | alc | 2007-09-15 | 1 | -0/+2 |
* | 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 |