| Commit message (Expand) | Author | Age | Files | Lines |
* | Make dc compile after repo-copy. | imp | 2005-10-18 | 3 | -5/+6 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+4 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -28/+41 |
* | Use ansi function definitions in preference to K&R to reduce diffs | imp | 2005-09-30 | 2 | -24/+10 |
* | Fix "struct ifnet" leaks when attach() fails in the middle, e.g. | ru | 2005-09-16 | 1 | -2/+2 |
* | When bus_alloc_resource_any() fails, dc_detach() is called and it | keramida | 2005-09-15 | 1 | -5/+11 |
* | Better comment | imp | 2005-08-29 | 1 | -1/+4 |
* | Fix another instance of old info re: miibus | imp | 2005-08-29 | 1 | -1/+1 |
* | Fixup locking and mark MPSAFE: | jhb | 2005-08-18 | 1 | -70/+77 |
* | Use device_printf() and if_printf() and remove dc_unit from softc. | jhb | 2005-08-10 | 2 | -36/+31 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -12/+13 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+8 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -25/+31 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -6/+0 |
* | Fix newer Xircom CBE2-100 cards that were reporting | imp | 2005-04-18 | 1 | -13/+14 |
* | Bugger, wiped out a needed comma in the previous commit. | scottl | 2005-03-09 | 1 | -1/+1 |
* | The DC driver asks for an alignment of PAGE_SIZE for data buffers, but also | scottl | 2005-03-08 | 1 | -3/+3 |
* | Fix style(9) issues with __P removal. | imp | 2005-02-24 | 1 | -71/+67 |
* | Return BUS_PROBE_DEFAULT instead of 0. | imp | 2005-02-24 | 1 | -1/+1 |
* | /* -> /*- 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 |