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
*
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
*
Fix m_head handling in sis_encap so that the correct mbuf is always handed
silby
2003-10-19
1
-9
/
+8
*
change timer to MPSAFE
sam
2003-09-05
1
-4
/
+4
*
Examine and record the Silicon Revision Register on NS parts.
phk
2003-09-03
1
-2
/
+27
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
"short cable" fix for DP8315
sam
2003-08-19
1
-0
/
+23
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
1
-6
/
+3
*
Erm, my previous commit was wrong and sis_tick() was only called each time
cognet
2003-07-22
1
-1
/
+5
*
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
/
+7
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+0
*
Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it
cognet
2003-05-06
1
-4
/
+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
-6
/
+15
*
Remove an unused variable so this compiles again.
jhb
2003-04-16
1
-1
/
+0
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-17
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-5
/
+3
*
Add missing ()'s so that these drivers all compile again.
jhb
2003-03-31
1
-1
/
+1
*
Clean up locking and resource management for pci/if_*
njl
2003-03-31
1
-88
/
+104
*
Have sis_encap use m_defrag if:
silby
2003-03-29
1
-1
/
+25
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Add PCI revision number for 630A and 900B. Enable parity error detection
mbr
2003-01-28
1
-19
/
+82
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Make newer integrated SiS900 cards working.
mbr
2003-01-10
1
-2
/
+27
*
Sis no longer implements the enhanced phy control
mbr
2003-01-10
1
-53
/
+241
*
SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of
mbr
2003-01-10
1
-2
/
+10
*
Correct a harmless problem when creating the DMA tag
mux
2002-12-13
1
-1
/
+1
*
o track either_ifattach/ether_ifdetach API changes
sam
2002-11-14
1
-11
/
+8
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Put return values from functions on a line by themselves.
alfred
2002-08-23
1
-36
/
+72
*
Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESS
phk
2002-08-19
1
-3
/
+0
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-3
/
+3
[next]