index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pci
/
if_rl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rl(4)'s lock behavior upon deinitialization. I would get a panic
green
2004-08-09
1
-5
/
+6
*
Further rl(4) locking improvements:
bms
2004-07-09
1
-48
/
+71
*
Locking cleanup for rl(4).
bms
2004-07-05
1
-52
/
+60
*
style(9) and whitespace cleanup.
bms
2004-07-05
1
-348
/
+196
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-4
/
+6
*
Remove burn bridges code that saved/restored the pci config registers
imp
2004-06-28
1
-57
/
+0
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-29
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Wrap the code to save/restore PCI config registers on suspend/resume in
jhb
2004-05-24
1
-0
/
+8
*
A handler for ioctl(SIOCSIFCAP) should not alter a bit in
yar
2004-05-23
1
-1
/
+2
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+12
*
Fixed a few bugs in the rl(4) driver:
ru
2004-04-03
1
-8
/
+10
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-5
/
+4
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-5
/
+0
*
Stop setting ifp->if_output to ether_output() since ether_ifattach()
mux
2004-03-11
1
-1
/
+0
*
Calculate the right register offset when clearing TX buffer pointer
wpaul
2004-01-21
1
-1
/
+2
*
Fix detection of RealTek 8129 PCI cards. Apparently, these cards
wpaul
2004-01-02
1
-1
/
+2
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-1
/
+1
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-5
/
+5
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+4
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-4
/
+3
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-13
/
+11
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Re-enable VLAN_MTU capability for this driver. (Got reverted when
wpaul
2003-09-11
1
-0
/
+1
*
Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S
wpaul
2003-09-11
1
-1
/
+2
*
Teach rl(4) about new hwrev codes.
wpaul
2003-09-10
1
-1
/
+2
*
Fix path of pci #includes that I botched.
wpaul
2003-09-08
1
-2
/
+2
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
1
-1219
/
+105
*
Use stream bus space accesses to program the ID (station address)
tmm
2003-09-04
1
-2
/
+4
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Argh. Last commit only had the __FBSDID() fix. Really add the device ID
wpaul
2003-08-15
1
-0
/
+2
*
It appears in some configurations with an on-board RTL8100 chip (in this
wpaul
2003-08-15
1
-2
/
+0
*
Set the TX hardware checksum offload bits on all the descriptors of a
wpaul
2003-08-13
1
-17
/
+22
*
Grrr. There is a gratuitous difference in the RX descriptor status
wpaul
2003-08-10
1
-0
/
+18
*
- Update some comments regarding hardware details of the 8169 and
wpaul
2003-08-10
1
-37
/
+54
*
Add preliminary support for the RealTek 8169 gigE chip. Changes:
wpaul
2003-08-07
1
-4
/
+96
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
1
-6
/
+2
*
Fix a busdma bogon:
wpaul
2003-07-18
1
-3
/
+3
*
Add support for the 8139C+ chipset. Unlike the other chips in the 8139
wpaul
2003-07-10
1
-108
/
+1139
*
Due to extreme bogusness in the pci bus layer, these drivers were
imp
2003-07-03
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+3
*
In order to set the MAC address on RealTek NICs, you must flip WRITECFG
wpaul
2003-06-29
1
-5
/
+9
*
Use __FBSDID().
obrien
2003-06-11
1
-0
/
+3
*
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
[next]