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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r260038:
dim
2014-01-04
1
-0
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-6
/
+6
*
Final pass at having devices use their bus parent for dma tags. The
scottl
2012-03-12
1
-2
/
+2
*
Remove duplicate header includes
kevlo
2011-06-28
1
-3
/
+0
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-2
/
+2
*
Hide an unused variable in case we compile with neither INET nor INET6.
bz
2008-11-06
1
-1
/
+5
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-20
/
+6
*
Where I previously removed calls to kdb_enter(), now remove include of
rwatson
2007-05-29
1
-1
/
+0
*
Rather than entering DDB with the message "unexpected error" and wedging
rwatson
2007-05-27
1
-2
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Fix fat-fingering in previous commit.
jhb
2006-12-29
1
-1
/
+1
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
1
-2
/
+2
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
2
-22
/
+22
*
Subtracting two pointers produces a ptrdiff_t not a size_t so use
harti
2006-03-21
1
-9
/
+9
*
Drop the driver lock around atm_input() analogous to all the ethernet
jhb
2005-10-27
1
-0
/
+2
*
- 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
2
-12
/
+12
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
3
-67
/
+73
*
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
3
-6
/
+3
*
* Add a "how" argument to uma_zone constructors and initialization functions
green
2004-08-02
1
-21
/
+12
*
Update for the KDB framework:
marcel
2004-07-10
1
-3
/
+2
*
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
*
All three of these drivers abused cv_waitq_empty in the same way by spinning
scottl
2004-02-29
1
-4
/
+1
*
Move the locking of the softc up to before the allocation of the
harti
2003-12-17
1
-4
/
+6
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-7
/
+5
*
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
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
2
-32
/
+6
*
Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/close
harti
2003-08-06
1
-1
/
+1
*
When sending check that the channel is really open. Get the information
harti
2003-08-06
1
-7
/
+9
*
Print an array index that is computed as ptrdiff_t with %tu.
harti
2003-08-06
1
-2
/
+2
*
Change the format type to unbreak LINT on 64-bit platforms.
obrien
2003-08-06
1
-2
/
+2
*
Implement per-VC statistics.
harti
2003-08-05
1
-1
/
+8
*
Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was the
harti
2003-08-05
3
-37
/
+86
*
Use the generic getvccs function from net/if_atmsubr.c and remove
harti
2003-08-05
1
-54
/
+4
*
Arrghhh. Remove debugging printf's that slipped in in the pre-previous
harti
2003-08-05
1
-11
/
+1
*
Use __FBSDID() as per style(9).
harti
2003-08-05
1
-2
/
+2
*
Make the en(4) driver more like the other ATM drivers. This is the
harti
2003-08-05
3
-247
/
+348
*
Move the clearing of the IFF_RUNNING flag into the reset routine.
harti
2003-08-05
1
-1
/
+2
*
Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that the
harti
2003-07-15
1
-7
/
+7
*
Delete a superfluous semi-colon.
harti
2003-07-04
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-2
/
+4
*
Implement the ioctl that returns a list of currently open VCCs.
harti
2003-06-13
1
-0
/
+70
*
Make the midway driver use the new ATM phy driver. This allows one to
harti
2003-06-13
3
-6
/
+86
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+4
[next]