| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing braces. | mbr | 2003-02-07 | 1 | -1/+2 |
* | Move the DC_SETBIT to the attach function. | mbr | 2003-02-05 | 1 | -3/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | Remove bogus locking from dc(4). Instead, move interrupt allocation | njl | 2003-01-14 | 1 | -42/+34 |
* | Add preliminary support for the Hawking PN672TX CardBus cards. | imp | 2003-01-10 | 1 | -0/+3 |
* | Add support for the Davicom DM9009 chipset. | trhodes | 2003-01-09 | 1 | -0/+3 |
* | Xircom cards store the MAC address in the CIS, so get it from the new | imp | 2002-11-27 | 1 | -2/+8 |
* | Fix handling of IFF_ALLMULTI. The same bug in various forms affects | luigi | 2002-11-25 | 1 | -9/+7 |
* | o track either_ifattach/ether_ifdetach API changes | sam | 2002-11-14 | 1 | -16/+6 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -6/+8 |
* | Ooops. Need to free dc_srom on detach to not leak memory. | imp | 2002-10-07 | 1 | -0/+1 |
* | Dynamically configure the width of the srom. This code comes from | imp | 2002-10-07 | 1 | -14/+104 |
* | Fix the support for the AN985/983 chips, which do not set the | mbr | 2002-09-20 | 1 | -1/+2 |
* | Enable the automatic TX underrun recovery for the ADMtek chips. | mbr | 2002-09-20 | 1 | -0/+3 |
* | Make consistent; turn spaces into tabs where there is a mixture. | markm | 2002-09-04 | 1 | -21/+21 |
* | style: | alfred | 2002-08-23 | 1 | -58/+116 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -3/+3 |
* | Fix if_timer logic to make sure that there is always a timeout | luigi | 2002-06-30 | 1 | -6/+6 |
* | Add suspend/resume code mostly merged from fxp/rl driver. | iwasaki | 2002-05-06 | 1 | -0/+81 |
* | Don't grab the lock until somewhat later in attach to avoid a lock | phk | 2002-05-03 | 1 | -6/+7 |
* | Move us yet closer to IFM_* definitions in NetBSD. | phk | 2002-04-29 | 1 | -6/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -67/+62 |
* | Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts. | ambrisko | 2002-01-16 | 1 | -12/+26 |
* | Fix the "conexant chips don't work in full duplexmode" problem. According | wpaul | 2001-12-19 | 1 | -4/+8 |
* | Fix compiler warning in dc_intr(): if the only code that does a "goto" | wpaul | 2001-12-19 | 1 | -0/+3 |
* | Patch up some existing style bugs and some that crept in with the | peter | 2001-12-15 | 1 | -7/+7 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+83 |
* | Avoid an unnecessary copy of a packet if it is already in a single mbuf. | luigi | 2001-12-11 | 1 | -2/+6 |
* | MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 1 | -2/+2 |
* | Remove error messages on mbuf allocation failures, now | luigi | 2001-12-04 | 1 | -10/+2 |
* | Per jlemon request, reintroduce some printf() when an | luigi | 2001-11-29 | 1 | -3/+8 |
* | For i386 architecture, remove an expensive m_devget() (and the | luigi | 2001-11-29 | 1 | -31/+40 |
* | Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed | jhb | 2001-11-14 | 1 | -1/+0 |
* | Enable round-robin arbitration between transmit and receive unit | luigi | 2001-10-27 | 1 | -0/+5 |
* | Do not call mii_pollstat() from within device tick routines; the status | jlemon | 2001-09-29 | 1 | -8/+5 |