summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-13/+11
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Re-enable VLAN_MTU capability for this driver. (Got reverted whenwpaul2003-09-111-0/+1
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-111-1/+2
* Teach rl(4) about new hwrev codes.wpaul2003-09-101-1/+2
* Fix path of pci #includes that I botched.wpaul2003-09-081-2/+2
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-1219/+105
* Use stream bus space accesses to program the ID (station address)tmm2003-09-041-2/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-151-0/+2
* It appears in some configurations with an on-board RTL8100 chip (in thiswpaul2003-08-151-2/+0
* Set the TX hardware checksum offload bits on all the descriptors of awpaul2003-08-131-17/+22
* Grrr. There is a gratuitous difference in the RX descriptor statuswpaul2003-08-101-0/+18
* - Update some comments regarding hardware details of the 8169 andwpaul2003-08-101-37/+54
* Add preliminary support for the RealTek 8169 gigE chip. Changes:wpaul2003-08-071-4/+96
* Use the BUS_DMA_ZERO flag.mux2003-07-271-6/+2
* Fix a busdma bogon:wpaul2003-07-181-3/+3
* Add support for the 8139C+ chipset. Unlike the other chips in the 8139wpaul2003-07-101-108/+1139
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-031-2/+2
* Mega busdma API commit.scottl2003-07-011-0/+3
* In order to set the MAC address on RealTek NICs, you must flip WRITECFGwpaul2003-06-291-5/+9
* Use __FBSDID().obrien2003-06-111-0/+3
* Remove break after return;phk2003-05-311-2/+0
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Revise attach/detach resource cleanupnjl2003-04-171-4/+14
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-18/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+4
* Rework the rl_encap failure case. Previously, we would stuff thesilby2003-04-151-3/+3
* Quick fix so that the watchdog timer is not set unless packets aresilby2003-04-081-4/+5
* Add missing ()'s so that these drivers all compile again.jhb2003-03-311-1/+1
* 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
OpenPOWER on IntegriCloud