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
/
en
/
if_en_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use PCIR_BAR macro rather than hardcoding 0x10.
jhb
2005-09-29
1
-6
/
+2
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-2
/
+9
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-14
/
+20
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-2
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+1
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was the
harti
2003-08-05
1
-0
/
+1
*
Make the en(4) driver more like the other ATM drivers. This is the
harti
2003-08-05
1
-1
/
+2
*
Make the midway driver use the new ATM phy driver. This allows one to
harti
2003-06-13
1
-0
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+4
*
Define a link layer MIB for ATM. Most fields of this MIB are needed by
harti
2003-05-05
1
-16
/
+16
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
1
-2
/
+5
*
Convert the midway driver to use busdma. Except for this conversion the
harti
2003-04-25
1
-290
/
+283
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-7
/
+7
*
newbusify the en atm driver.
kjc
2000-11-07
1
-144
/
+187
*
Added used include of <machine/bus.h> -- don't depend on evil namespace
bde
2000-11-04
1
-1
/
+2
*
Make LINT compile again.
phk
2000-10-22
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+4
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-0
/
+3
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+5
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-4
/
+0
*
Missing revision markers.
peter
1999-05-09
1
-0
/
+2
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-4
/
+0
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-0
/
+4
*
cleanup: remove part of the code for 2.1.
kjc
1999-01-09
1
-36
/
+128
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-2
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+1
*
Removed unused #includes.
bde
1997-10-28
1
-4
/
+0
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-0
/
+1
*
import Chuck Cranor's ATM driver
kjc
1997-05-09
1
-0
/
+348