| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 2 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Read the MAC address in the EEPROM in the correct byte order. This | mux | 2004-10-01 | 1 | -4/+4 |
* | Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier. | green | 2004-10-01 | 1 | -15/+21 |
* | Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE. | green | 2004-10-01 | 1 | -2/+3 |
* | if_dc includes locking, but that locking is disabled by a #ifdef | rwatson | 2004-08-25 | 1 | -1/+2 |
* | - Make OF_getetheraddr() honour the "local-mac-address?" system config | marius | 2004-08-14 | 1 | -1/+1 |
* | Whitespace nits | bms | 2004-07-05 | 1 | -6/+6 |
* | Remove saved_* from dc_softc. They are now no longer needed. | imp | 2004-06-29 | 1 | -5/+0 |
* | Remove burn bridges code that saved/restored the pci config registers | imp | 2004-06-28 | 1 | -63/+3 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -23/+3 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Spelling fix in a comment. | marius | 2004-05-29 | 1 | -1/+1 |
* | Remove double __FBSDID and move the remaining one into a common place after | marius | 2004-05-29 | 2 | -6/+0 |
* | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | yar | 2004-05-23 | 1 | -1/+2 |
* | Correct the phy_service() routine case MII_TICK to correctly track | andre | 2004-05-03 | 1 | -1/+1 |
* | First driver with user-configurable polling(4). | ru | 2004-04-11 | 1 | -1/+13 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Some integrated Davicom cards in sparc64 boxes have an all zeros | mux | 2004-01-08 | 1 | -0/+18 |
* | The transmit frame status is stored in the last transmit descriptor for the | truckman | 2004-01-08 | 2 | -3/+5 |
* | Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA) | sanpei | 2003-12-06 | 2 | -0/+3 |
* | Sometimes cardbus attachments don't attach, so while we track down | imp | 2003-11-28 | 1 | -0/+1 |
* | Drop the driver lock around calls to if_input to avoid a LOR when | sam | 2003-11-14 | 2 | -1/+10 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -4/+3 |
* | reconst poison | imp | 2003-11-14 | 1 | -10/+10 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -20/+23 |
* | Remove explicit cardbus attachments from drivers where this is identical | dfr | 2003-11-03 | 1 | -1/+0 |
* | Correct the spelling of m_devget() in the sysctl variable description. | ru | 2003-11-02 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Const poison crc routines (why these aren't centralized, I'm not sure). | imp | 2003-10-23 | 1 | -9/+9 |
* | Fix a problem where m_defrag would allocate a new mbuf to replace the | silby | 2003-10-19 | 1 | -8/+8 |
* | Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers | mbr | 2003-10-05 | 2 | -12/+37 |
* | Don't read the MAC address from a copy of the EEPROM in the softc | mbr | 2003-09-16 | 1 | -4/+3 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -2/+2 |
* | All davicom cards seem to need DC_TX_ALIGN. | mbr | 2003-08-27 | 1 | -2/+1 |
* | Make TX on davicom 9102A working again. This chip needs | mbr | 2003-08-24 | 1 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -0/+6 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -1/+1 |
* | Change instances of callout_init that specify MPSAFE behaviour to | sam | 2003-08-19 | 1 | -1/+1 |
* | Use the BUS_DMA_ZERO flag. | mux | 2003-07-27 | 1 | -2/+1 |
* | Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858 | imp | 2003-07-19 | 2 | -0/+5 |
* | Add support for a bunch of Microsoft networking products: | wpaul | 2003-07-10 | 2 | -0/+34 |
* | Make the dc(4) driver endian-clean, so to that it works on sparc64. | mux | 2003-07-09 | 2 | -45/+56 |
* | Convert the dc(4) driver to the busdma API. This is a necessary step | mux | 2003-07-06 | 2 | -117/+304 |
* | Fix a bug that could cause dc(4) to m_freem() an already freed | mux | 2003-07-06 | 1 | -1/+2 |
* | Various style(9) and readability fixes. | mux | 2003-07-06 | 1 | -14/+22 |
* | Due to extreme bogusness in the pci bus layer, these drivers were | imp | 2003-07-03 | 1 | -4/+8 |
* | Add ADMtek ADM9511 and ADM9513 device ID's. | mbr | 2003-06-08 | 2 | -0/+8 |