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
/
midway.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
1
-18
/
+18
*
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
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-10
/
+10
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-51
/
+52
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+1
*
* 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
*
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
1
-3
/
+2
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
1
-31
/
+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
1
-37
/
+82
*
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
1
-233
/
+323
*
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
1
-6
/
+79
*
Make the internal statistics sysctl an array of integers rather than a string.
harti
2003-06-04
1
-33
/
+10
*
Fix off-by-one error in range check of VC index.
phk
2003-05-31
1
-1
/
+1
*
Define a link layer MIB for ATM. Most fields of this MIB are needed by
harti
2003-05-05
1
-44
/
+67
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
1
-3
/
+2
*
Convert the midway driver to use busdma. Except for this conversion the
harti
2003-04-25
1
-2898
/
+2707
*
clean up the en driver since it will survice for a while by
kjc
2003-03-12
1
-96
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+0
*
Rename "struct device" to "struct midway_device" to avoid clashing
phk
2002-09-28
1
-1
/
+1
*
Don't include "bpf.h" when compiling on FreeBSD. We always compile in
brooks
2002-09-06
1
-0
/
+4
[next]