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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer the
imp
2004-04-13
1
-0
/
+1
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+14
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+12
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+13
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+13
*
First driver with user-configurable polling(4).
ru
2004-04-11
1
-1
/
+13
*
Actually fix the TX performance with polling(4) enabled
ru
2004-04-06
2
-2
/
+2
*
- Improved the TX performance with polling(4) by only checking the
ru
2004-04-06
2
-16
/
+11
*
- Rewritten TX to use only two pointers to track producer/consumer.
ru
2004-04-05
2
-127
/
+161
*
Converted the isa probe and attach to new-bus so that this driver works
bde
2004-04-05
1
-2
/
+2
*
Add register definitions for the status and command registers for AGP.
imp
2004-04-05
1
-0
/
+22
*
Add the ability to disable agp devices at the loader prompt. Usage is
njl
2004-04-03
7
-0
/
+14
*
Recharge the watchdog timer if there's still some TX work left.
ru
2004-04-03
1
-0
/
+2
*
Before MFC'ing the previous commit, I noticed I'd left out a case.
peadar
2004-04-03
1
-0
/
+1
*
Fixed a few bugs in the rl(4) driver:
ru
2004-04-03
1
-8
/
+10
*
Performance tuning.
ru
2004-04-02
2
-41
/
+45
*
Moved the statistical counter under hw.ste.rxsyncs.
ru
2004-04-01
1
-1
/
+3
*
Under a heavy RX load, at least with D-Link DFE-550TX adapters,
ru
2004-03-31
1
-1
/
+18
*
Added polling(4) support for ste(4).
ru
2004-03-31
2
-3
/
+80
*
Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assume
mckay
2004-03-31
2
-1
/
+28
*
Switch ste_encap() over to using m_defrag().
ru
2004-03-30
1
-14
/
+2
*
Properly reprogram the hardware when IFF_ALLMULTI flag is set.
ru
2004-03-24
1
-0
/
+3
*
solid reports that it is buggy *and* that it slows down transmit
silby
2004-03-19
1
-0
/
+20
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
23
-86
/
+70
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
13
-63
/
+2
*
Recognise the 82845G AGP bridge, and poke it appropriately at
peadar
2004-03-13
1
-0
/
+5
*
Stop setting ifp->if_output to ether_output() since ether_ifattach()
mux
2004-03-11
12
-12
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
3
-0
/
+6
*
Device megapatch 1/6:
phk
2004-02-21
2
-4
/
+0
*
This is not a D_TTY driver.
phk
2004-02-15
1
-1
/
+0
*
Fix multicast and promiscuous mode handling for Yukon devices.
wpaul
2004-01-21
1
-50
/
+101
*
Calculate the right register offset when clearing TX buffer pointer
wpaul
2004-01-21
1
-1
/
+2
*
Replace calls to vm_page_alloc_contig() by calls to contigmalloc().
alc
2004-01-13
1
-7
/
+6
*
Some integrated Davicom cards in sparc64 boxes have an all zeros
mux
2004-01-08
1
-0
/
+18
*
The transmit frame status is stored in the last transmit descriptor for the
truckman
2004-01-08
2
-3
/
+5
*
Fix detection of RealTek 8129 PCI cards. Apparently, these cards
wpaul
2004-01-02
1
-1
/
+2
*
Vastly improve performance of IRQ handling on stopped interfaces with
phk
2003-12-25
2
-0
/
+5
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-1
/
+1
*
Attempt to get the short cable fix to work better on the if_sis:
phk
2003-12-12
1
-17
/
+26
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
10
-54
/
+56
*
Remote meteor driver. It hasn't compiled in over 3 years. If someone
imp
2003-12-07
2
-2375
/
+0
*
Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)
sanpei
2003-12-06
2
-0
/
+3
*
Fixed some minor indentation bugs.
bde
2003-12-02
1
-12
/
+12
*
Fixed breakage of the pci case of the cy driver by the new interrupt
bde
2003-12-02
1
-17
/
+8
*
correct typo in interrupt handling for the 2nd port of 2-port cards
sam
2003-11-29
1
-1
/
+1
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
3
-0
/
+3
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
24
-1
/
+68
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
10
-41
/
+30
*
reconst poison
imp
2003-11-14
1
-10
/
+10
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
11
-122
/
+119
[prev]
[next]