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_sis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-7
/
+7
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+4
*
Fix a typo in the name of the dmamap for a bus_dmamap_sync().
jhb
2005-07-27
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-17
/
+24
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Bring rev 1.31 to the AMD64 platform.
obrien
2005-03-28
1
-3
/
+7
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+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
*
Fix compilation of DEVICE_POLLING code.
phk
2005-01-07
1
-5
/
+5
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
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
1
-9
/
+4
*
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
1
-7
/
+5
*
Forget about the sis_list_data and sis_ring_data structures and embedd
phk
2005-01-04
1
-107
/
+97
*
Prototype busdma callback using the typedef.
phk
2005-01-04
1
-1
/
+1
*
Fix sis, bfe and ndis in the same way dc was fixed:
mlaier
2004-10-08
1
-8
/
+12
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-7
/
+9
*
Remove burn bridges code that saved/restored the pci config registers
imp
2004-06-28
1
-24
/
+0
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-13
/
+2
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
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
1
-1
/
+2
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+14
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+2
*
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
*
Vastly improve performance of IRQ handling on stopped interfaces with
phk
2003-12-25
1
-0
/
+4
*
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
1
-4
/
+4
*
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
-11
/
+10
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
mark interrupt handlers MPSAFE
sam
2003-10-29
1
-1
/
+1
[next]