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
/
dev
/
gem
/
if_gem_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
According to the OpenSolaris source the PCI latency and the cache line size
marius
2011-07-12
1
-0
/
+4
*
Merge r207585 from cas(4):
marius
2010-09-16
1
-1
/
+13
*
Work around a quirk with the G5 Xserve, which has a fake GMAC controller
nwhitehorn
2009-10-18
1
-0
/
+10
*
- Initialize the ifnet structure, especially if_dname, before probing
marius
2009-06-23
1
-23
/
+23
*
Split the registers into two halves in preparation for SBus support.
marius
2008-03-24
1
-15
/
+37
*
o In preparation for basing a new driver on this one:
marius
2007-12-30
1
-32
/
+32
*
o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()
marius
2007-09-26
1
-39
/
+126
*
Since if_gem is being touted as one of our more architecturally
phk
2007-05-04
1
-52
/
+27
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).
marius
2005-07-24
1
-5
/
+11
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Add new Apple GEM PCI id.
grehan
2004-02-02
1
-0
/
+1
*
Properly initialize all members of the sentinel entry.
obrien
2003-12-26
1
-1
/
+1
*
Preparatory commit to allow prototypes in ofw_machdep.h to contain
marcel
2003-09-02
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Some gem and hme hardware bogusly has the intpin register hardwired to
tmm
2003-07-01
1
-3
/
+6
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-1
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Free resources when failing to set up the interrupt.
tmm
2003-01-21
1
-0
/
+1
*
Add detach, shutdown, suspend and resume methods. The latter two are
tmm
2003-01-08
1
-1
/
+45
*
Incorporate changes made to the NetBSD version of this driver.
benno
2002-07-10
1
-4
/
+9
*
Remove __P.
alfred
2002-03-20
1
-2
/
+2
*
Use the pci_enable_* functions instead of manually fiddling with the
tmm
2002-03-11
1
-6
/
+4
*
Set the busmaster enable bit in the PCI command register, as the firmware
tmm
2002-03-09
1
-0
/
+9
*
Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet
tmm
2002-02-27
1
-0
/
+192