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
*
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