summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up locking and resource management for pci/if_*njl2003-03-311-34/+34
* Switch rl_encap over to using m_defrag.silby2003-03-301-11/+1
* Add support for Planex FNW-3800-TX(CardBus 100M/10M).sanpei2003-03-181-1/+4
* Add support for Peppercon ROL-F Card.dan2003-02-231-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Clean up exit path from rl_attach() to remove multiple returnsnjl2003-02-091-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* FBSDIDize and clean up whitespace nits.des2003-01-111-30/+25
* Read sanpei's mind, and unbreak the build.des2003-01-111-2/+3
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).sanpei2003-01-111-2/+5
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* Tweaks to make if_rl work on sparc64.jake2003-01-051-4/+10
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-16/+5
* Don't take out the rl_mtx lock in the attach routine. The only wayimp2002-10-291-19/+15
* Be consistent about functions being static.phk2002-10-161-2/+2
* Fix two misindents.phk2002-10-011-1/+1
* Add support for Corega FEther CB-TXD (CardBus 100M/10M).iwasaki2002-09-061-1/+3
* style:alfred2002-08-231-32/+64
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-3/+3
* If we get 0xffff back when reading the status register, assume the cardjhb2002-07-301-0/+5
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-301-3/+3
* Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139jhb2002-05-061-1/+4
* Add DEVICE_POLLING support to the "rl" driver.luigi2002-04-161-6/+70
* Nortel Networks sells a RealTek 8139-based NIC that's basicallywpaul2002-04-111-0/+2
* Teach the rlphy driver how to do parallel link detection. If the link partnerwpaul2002-04-071-0/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-43/+40
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-4/+0
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-141-5/+1
* Add suspend/resume code mostly merged from fxp driver.iwasaki2001-11-231-0/+72
* Convert the if_sis and if_rl drivers to use the bus_dma API instead ofwpaul2001-08-151-9/+98
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-20/+7
* Big round of minor updates:wpaul2001-02-211-4/+6
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-181-23/+19
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-3/+3
* Print a warning when we detect a Realtek 8139B chiproger2000-11-241-0/+10
* Fix 8-bit EEPROM breakage: compare against 0x8129, not 8129.wpaul2000-11-011-6/+6
* Fix support for cardbus cards:wpaul2000-10-301-1/+6
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-281-1/+4
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-31/+48
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-17/+0
OpenPOWER on IntegriCloud