| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -3/+4 |
* | Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA) | sanpei | 2003-12-06 | 1 | -0/+2 |
* | 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 | 1 | -1/+9 |
* | 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 | 1 | -9/+26 |
* | 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 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | 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 | 1 | -0/+4 |
* | Add support for a bunch of Microsoft networking products: | wpaul | 2003-07-10 | 1 | -0/+20 |
* | Make the dc(4) driver endian-clean, so to that it works on sparc64. | mux | 2003-07-09 | 1 | -45/+50 |
* | Convert the dc(4) driver to the busdma API. This is a necessary step | mux | 2003-07-06 | 1 | -109/+282 |
* | 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 | 1 | -0/+6 |
* | Change a : | mux | 2003-06-01 | 1 | -1/+1 |
* | - Style(9) fixes, most notably : | mux | 2003-06-01 | 1 | -535/+365 |
* | Only use a SIA/SYM media info block if no MII block is detected. | mbr | 2003-05-15 | 1 | -2/+26 |
* | Add support for 3Com OfficeConnect 10/100B. | mbr | 2003-05-12 | 1 | -0/+4 |
* | Use only a 64bit hash filter table for ADM-Centaur cards like the | mbr | 2003-05-01 | 1 | -1/+5 |
* | Use newly minted device_is_attached rather than device_is_alive to see | imp | 2003-04-21 | 1 | -1/+1 |
* | Add support for Planex FNW-3602-T(CardBus 100M/10M). | sanpei | 2003-04-18 | 1 | -0/+2 |
* | Revise attach/detach resource cleanup | njl | 2003-04-17 | 1 | -2/+12 |
* | Revert part of revision 1.97 by calling dc_stop() unconditionally | iedowse | 2003-04-17 | 1 | -2/+1 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -17/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -2/+4 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -7/+3 |
* | Add missing ()'s so that these drivers all compile again. | jhb | 2003-03-31 | 1 | -1/+1 |
* | Clean up locking and resource management for pci/if_* | njl | 2003-03-31 | 1 | -33/+32 |
* | Update if_dc to use m_defrag, removing the semi-duplicate dc_coal | silby | 2003-03-29 | 1 | -35/+30 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Minor correction to comment: PNIC and XIRCOM have eeprom, its just | imp | 2003-02-12 | 1 | -1/+1 |
* | Fix the breakage resulting from Rev. 1.80. Get the eeprom width | mbr | 2003-02-07 | 1 | -4/+5 |