| Commit message (Expand) | Author | Age | Files | Lines |
* | All davicom cards seem to need DC_TX_ALIGN. | Martin Blapp | 2003-08-27 | 1 | -2/+1 |
* | Make TX on davicom 9102A working again. This chip needs | Martin Blapp | 2003-08-24 | 1 | -0/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -0/+6 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -1/+1 |
* | Change instances of callout_init that specify MPSAFE behaviour to | Sam Leffler | 2003-08-19 | 1 | -1/+1 |
* | Use the BUS_DMA_ZERO flag. | Maxime Henrion | 2003-07-27 | 1 | -2/+1 |
* | Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858 | Warner Losh | 2003-07-19 | 2 | -0/+5 |
* | Add support for a bunch of Microsoft networking products: | Bill Paul | 2003-07-10 | 2 | -0/+34 |
* | Make the dc(4) driver endian-clean, so to that it works on sparc64. | Maxime Henrion | 2003-07-09 | 2 | -45/+56 |
* | Convert the dc(4) driver to the busdma API. This is a necessary step | Maxime Henrion | 2003-07-06 | 2 | -117/+304 |
* | Fix a bug that could cause dc(4) to m_freem() an already freed | Maxime Henrion | 2003-07-06 | 1 | -1/+2 |
* | Various style(9) and readability fixes. | Maxime Henrion | 2003-07-06 | 1 | -14/+22 |
* | Due to extreme bogusness in the pci bus layer, these drivers were | Warner Losh | 2003-07-03 | 1 | -4/+8 |
* | Add ADMtek ADM9511 and ADM9513 device ID's. | Martin Blapp | 2003-06-08 | 2 | -0/+8 |
* | Change a : | Maxime Henrion | 2003-06-01 | 1 | -1/+1 |
* | - Style(9) fixes, most notably : | Maxime Henrion | 2003-06-01 | 1 | -535/+365 |
* | Remove unnecessary breaks. | Poul-Henning Kamp | 2003-05-31 | 2 | -7/+0 |
* | Only use a SIA/SYM media info block if no MII block is detected. | Martin Blapp | 2003-05-15 | 1 | -2/+26 |
* | Add support for 3Com OfficeConnect 10/100B. | Martin Blapp | 2003-05-12 | 2 | -0/+14 |
* | Use only a 64bit hash filter table for ADM-Centaur cards like the | Martin Blapp | 2003-05-01 | 1 | -1/+5 |
* | Use newly minted device_is_attached rather than device_is_alive to see | Warner Losh | 2003-04-21 | 1 | -1/+1 |
* | Add support for Planex FNW-3602-T(CardBus 100M/10M). | MIHIRA Sanpei Yoshiro | 2003-04-18 | 2 | -0/+12 |
* | Revise attach/detach resource cleanup | Nate Lawson | 2003-04-17 | 1 | -2/+12 |
* | Revert part of revision 1.97 by calling dc_stop() unconditionally | Ian Dowse | 2003-04-17 | 1 | -2/+1 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -17/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -2/+4 |
* | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 3 | -21/+9 |
* | Add missing ()'s so that these drivers all compile again. | John Baldwin | 2003-03-31 | 1 | -1/+1 |
* | Clean up locking and resource management for pci/if_* | Nate Lawson | 2003-03-31 | 1 | -33/+32 |
* | Update if_dc to use m_defrag, removing the semi-duplicate dc_coal | Mike Silbersack | 2003-03-29 | 1 | -35/+30 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | Matthew N. Dodd | 2003-03-21 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
* | Minor correction to comment: PNIC and XIRCOM have eeprom, its just | Warner Losh | 2003-02-12 | 1 | -1/+1 |
* | Fix the breakage resulting from Rev. 1.80. Get the eeprom width | Martin Blapp | 2003-02-07 | 1 | -4/+5 |
* | Add missing braces. | Martin Blapp | 2003-02-07 | 1 | -1/+2 |
* | Move the DC_SETBIT to the attach function. | Martin Blapp | 2003-02-05 | 1 | -3/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
* | Remove miidevs.h and generate it from miidevs at compile time. | David E. O'Brien | 2003-01-19 | 2 | -2/+2 |
* | Remove bogus locking from dc(4). Instead, move interrupt allocation | Nate Lawson | 2003-01-14 | 1 | -42/+34 |
* | Add preliminary support for the Hawking PN672TX CardBus cards. | Warner Losh | 2003-01-10 | 2 | -0/+15 |
* | Add support for the Davicom DM9009 chipset. | Tom Rhodes | 2003-01-09 | 2 | -0/+4 |
* | Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define. | Semen Ustimenko | 2002-12-18 | 1 | -1/+1 |
* | Xircom cards store the MAC address in the CIS, so get it from the new | Warner Losh | 2002-11-27 | 1 | -2/+8 |
* | Fix handling of IFF_ALLMULTI. The same bug in various forms affects | Luigi Rizzo | 2002-11-25 | 1 | -9/+7 |
* | o track either_ifattach/ether_ifdetach API changes | Sam Leffler | 2002-11-14 | 1 | -16/+6 |
* | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -6/+8 |
* | Put function return types on a line by themselves. | Alfred Perlstein | 2002-10-14 | 2 | -8/+12 |
* | Ooops. Need to free dc_srom on detach to not leak memory. | Warner Losh | 2002-10-07 | 1 | -0/+1 |
* | Dynamically configure the width of the srom. This code comes from | Warner Losh | 2002-10-07 | 2 | -15/+106 |