| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove break after return; | phk | 2003-05-31 | 1 | -2/+0 |
* | Use newly minted device_is_attached rather than device_is_alive to see | imp | 2003-04-21 | 1 | -1/+1 |
* | Revise attach/detach resource cleanup | njl | 2003-04-17 | 1 | -4/+14 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -18/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -2/+4 |
* | Rework the rl_encap failure case. Previously, we would stuff the | silby | 2003-04-15 | 1 | -3/+3 |
* | Quick fix so that the watchdog timer is not set unless packets are | silby | 2003-04-08 | 1 | -4/+5 |
* | 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 | -34/+34 |
* | Switch rl_encap over to using m_defrag. | silby | 2003-03-30 | 1 | -11/+1 |
* | Add support for Planex FNW-3800-TX(CardBus 100M/10M). | sanpei | 2003-03-18 | 1 | -1/+4 |
* | Add support for Peppercon ROL-F Card. | dan | 2003-02-23 | 1 | -0/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Clean up exit path from rl_attach() to remove multiple returns | njl | 2003-02-09 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | FBSDIDize and clean up whitespace nits. | des | 2003-01-11 | 1 | -30/+25 |
* | Read sanpei's mind, and unbreak the build. | des | 2003-01-11 | 1 | -2/+3 |
* | Add support for Corega FEtherII CB-TXD (CardBus 100M/10M). | sanpei | 2003-01-11 | 1 | -2/+5 |
* | When reading PHY regs over the i2c bus, the turnaround ACK bit | mbr | 2003-01-10 | 1 | -1/+1 |
* | Tweaks to make if_rl work on sparc64. | jake | 2003-01-05 | 1 | -4/+10 |
* | o track either_ifattach/ether_ifdetach API changes | sam | 2002-11-14 | 1 | -16/+5 |
* | Don't take out the rl_mtx lock in the attach routine. The only way | imp | 2002-10-29 | 1 | -19/+15 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -2/+2 |
* | Fix two misindents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Add support for Corega FEther CB-TXD (CardBus 100M/10M). | iwasaki | 2002-09-06 | 1 | -1/+3 |
* | style: | alfred | 2002-08-23 | 1 | -32/+64 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -3/+3 |
* | If we get 0xffff back when reading the status register, assume the card | jhb | 2002-07-30 | 1 | -0/+5 |
* | Fix if_timer logic to make sure that there is always a timeout | luigi | 2002-06-30 | 1 | -3/+3 |
* | Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139 | jhb | 2002-05-06 | 1 | -1/+4 |
* | Add DEVICE_POLLING support to the "rl" driver. | luigi | 2002-04-16 | 1 | -6/+70 |
* | Nortel Networks sells a RealTek 8139-based NIC that's basically | wpaul | 2002-04-11 | 1 | -0/+2 |
* | Teach the rlphy driver how to do parallel link detection. If the link partner | wpaul | 2002-04-07 | 1 | -0/+11 |
* | 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 | -43/+40 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-11 | 1 | -4/+0 |
* | Remove printf's on mbuf/cluster allocation failures. There are now | luigi | 2001-12-14 | 1 | -5/+1 |
* | Add suspend/resume code mostly merged from fxp driver. | iwasaki | 2001-11-23 | 1 | -0/+72 |
* | Convert the if_sis and if_rl drivers to use the bus_dma API instead of | wpaul | 2001-08-15 | 1 | -9/+98 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 1 | -2/+2 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -20/+7 |
* | Big round of minor updates: | wpaul | 2001-02-21 | 1 | -4/+6 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -2/+1 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+1 |
* | Use pci_get_powerstate()/pci_set_powerstate() which now exists in the | wpaul | 2000-12-18 | 1 | -23/+19 |
* | Initialize/grab the mutex earlier in the attach phase, so that | wpaul | 2000-12-04 | 1 | -3/+3 |
* | Print a warning when we detect a Realtek 8139B chip | roger | 2000-11-24 | 1 | -0/+10 |
* | Fix 8-bit EEPROM breakage: compare against 0x8129, not 8129. | wpaul | 2000-11-01 | 1 | -6/+6 |