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
*
Bugger, wiped out a needed comma in the previous commit.
scottl
2005-03-09
1
-1
/
+1
*
The DC driver asks for an alignment of PAGE_SIZE for data buffers, but also
scottl
2005-03-08
1
-3
/
+3
*
Add device id for the Ali M1671 host to AGP bridge.
cognet
2005-02-27
1
-0
/
+2
*
Add back 'n' that went missing in last commit
imp
2005-02-25
1
-1
/
+1
*
Fix style(9) issues with __P removal.
imp
2005-02-24
14
-584
/
+561
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
28
-37
/
+37
*
Correct the SiS 755 PCI ID. Confirmed against Linux code.
anholt
2005-02-14
1
-1
/
+1
*
No use for this AMD64 special-case "return NULL;" in probe now that we don't
anholt
2005-02-14
1
-2
/
+0
*
Adjust TX threshold on every TX underrun. Some supported cards (8139-based)
mlaier
2005-02-11
1
-6
/
+10
*
Cleanup debugging code and put it under bootverbose
bz
2005-01-29
1
-35
/
+36
*
Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc from
imp
2005-01-22
1
-0
/
+1
*
Reimplement the fix in rev. 1.126.
ru
2005-01-10
1
-5
/
+8
*
correct direction for bus_dma sync of rx buffer
sam
2005-01-09
1
-1
/
+1
*
Revert local experiment which leaked into commit.
phk
2005-01-07
1
-1
/
+1
*
Fix compilation of DEVICE_POLLING code.
phk
2005-01-07
2
-6
/
+6
*
Fix typos from previous commit.
scottl
2005-01-07
2
-0
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
31
-37
/
+39
*
We no longer recurse the mutex.
phk
2005-01-07
1
-1
/
+1
*
If we get an interrupt and the interface is down, return before we
phk
2005-01-07
2
-9
/
+5
*
Don't tweak DSP on the ..16 chips.
phk
2005-01-06
1
-1
/
+1
*
Fix for an issue with excessive collisions in half duplex mode.
phk
2005-01-06
1
-0
/
+8
*
Nail the short cable problem the exact way National says it should be.
phk
2005-01-06
1
-19
/
+14
*
Simplify and fix bugs in rx/tx ring cleanup.
phk
2005-01-06
1
-24
/
+21
*
Rewrite the rx/tx ring initialization to use pointers instead of arrays.
phk
2005-01-06
1
-45
/
+34
*
Eliminate a bunch of unnecessary prototypes.
phk
2005-01-06
1
-54
/
+12
*
Move the module related stuff to the bottom of the file. This will
phk
2005-01-06
1
-30
/
+30
*
Make sure to clear any pending interrupts when we stop the interface.
phk
2005-01-06
1
-0
/
+1
*
Close a theoretical race: By the time the watchdog comes around
phk
2005-01-06
1
-1
/
+5
*
Align if else if properly
phk
2005-01-05
1
-6
/
+4
*
Style: new-speak functions, remove pointless "return".
phk
2005-01-05
1
-137
/
+44
*
Make sis_initl() take a typed argument.
phk
2005-01-05
1
-24
/
+15
*
Add locked/unlocked variants of sis_init()
phk
2005-01-05
1
-15
/
+22
*
Make a locked and unlocked variant of sis_start()
phk
2005-01-05
1
-15
/
+20
*
Don't declare variables "register", the compiler ought to know what to do.
phk
2005-01-05
1
-6
/
+6
*
Instead of keeping track of the index into the receive ring use the already
phk
2005-01-04
2
-8
/
+6
*
Forget about the sis_list_data and sis_ring_data structures and embedd
phk
2005-01-04
2
-132
/
+109
*
Prototype busdma callback using the typedef.
phk
2005-01-04
1
-1
/
+1
*
Add PCI and device ID's to if_xl to support:
rwatson
2005-01-03
2
-1
/
+6
*
[1] Remove the generic bridge support from those drivers that had it. The
anholt
2004-12-30
4
-15
/
+55
*
Enable sk(4) for ATLQ.
mlaier
2004-12-24
1
-5
/
+7
*
Enable jumbo frames on Yukon variants of sk(4).
bz
2004-12-20
1
-2
/
+9
*
Update the Tigon 1 and 2 driver to use the sf_buf API for implementing
alc
2004-12-06
1
-15
/
+23
*
- Simplify pcn_probe() by moving vendor/device matching code to pcn_match().
mdodd
2004-12-03
1
-45
/
+44
*
- Move chip ID code into separate function.
mdodd
2004-12-03
1
-42
/
+94
*
Additional register definitions.
mdodd
2004-12-03
1
-1
/
+19
*
Correct URL of the programming manual.
brueffer
2004-11-17
1
-1
/
+1
*
Add missing /* DEVICE_POLLING */
brueffer
2004-11-17
1
-1
/
+1
*
only clear the IFF_OACTIVE flag when we have a chance of being able to
jmg
2004-11-17
1
-4
/
+4
*
move the lock after the NULL check so we don't have a hard(er) to diagnose
jmg
2004-11-15
1
-2
/
+2
*
fix the missing lock in sk_jfree (verified w/ an assert)
jmg
2004-11-15
2
-10
/
+23
[next]