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
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-13
/
+13
*
Use NG_FREE_MSG() instead of FREE().
phk
2004-06-13
1
-1
/
+1
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
11
-291
/
+36
*
Add missing <sys/module.h> includes
phk
2004-05-30
22
-0
/
+22
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
Wrap the code to save/restore PCI config registers on suspend/resume in
jhb
2004-05-24
2
-0
/
+10
*
Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is set
rwatson
2004-05-23
1
-1
/
+4
*
A handler for ioctl(SIOCSIFCAP) should not alter a bit in
yar
2004-05-23
4
-4
/
+8
*
Use __FBSDID.
mux
2004-05-23
1
-2
/
+3
*
In agp_generic_bind_memory(), grab the needed pages before acquiring
mux
2004-05-23
1
-30
/
+42
*
Get rid of a lockmgr consumer by making agp(4) use a standard mutex,
mux
2004-05-22
9
-20
/
+11
*
Plug three lock leaks.
mux
2004-05-22
1
-0
/
+3
*
Add explicit list of SiS AGP chipsets based on Linux kernel's list.
anholt
2004-05-19
1
-0
/
+36
*
Replace the lame big endian crc with wpaul's standard big endian crc
imp
2004-05-19
1
-23
/
+9
*
Different VIA host bridges use different offsets to their AGP config
jhb
2004-05-13
2
-9
/
+41
*
Remove old cy driver files. They have been repo-copied to sys/dev/cy and
bde
2004-05-02
1
-198
/
+0
*
Push down the responsibility for zeroing a physical page from the
alc
2004-04-24
2
-4
/
+0
*
Add support for the AMD 8111.
obrien
2004-04-20
1
-2
/
+4
*
Use BSD spelling, no SysV.
obrien
2004-04-19
1
-1
/
+1
*
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
[next]