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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove compat macros. md5 the same.
imp
2007-06-12
1
-6
/
+11
*
First pass at removing __OtherBSD__. We can't blindly remove all of
imp
2007-06-12
7
-73
/
+3
*
Use the new IFCAP_LRO to enable/disable LRO.
gallatin
2007-06-12
1
-8
/
+35
*
Don't pretend to support !BSD systems.
imp
2007-06-12
3
-22
/
+0
*
Remove usb_kthread_create*. They are now unused.
imp
2007-06-12
1
-6
/
+0
*
unifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__
imp
2007-06-12
1
-100
/
+5
*
Eliminate usb_thread_t.
imp
2007-06-12
13
-34
/
+32
*
Remove USBDEV() macro. We do not need a macro that is defined as its
imp
2007-06-12
12
-55
/
+46
*
clalloc and clfree are useles. Remove them. Remove dead code that's
imp
2007-06-12
2
-9
/
+2
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
31
-131
/
+126
*
The maximum size of the sum of all segment lengths in a given DMA mapping
yongari
2007-06-12
2
-2
/
+2
*
Nuke duplicated __FBSDID.
yongari
2007-06-12
1
-4
/
+0
*
Add checks for contigmalloc(9) failure.
yongari
2007-06-12
1
-0
/
+10
*
Increase a maximum segment size of DMA to 4096. Previously it used
yongari
2007-06-12
2
-2
/
+4
*
Allow nfe(4) override nve(4).
yongari
2007-06-12
1
-1
/
+1
*
Bring overhauled nfe(4) into tree.
yongari
2007-06-12
3
-909
/
+2103
*
Remove some ioctls that were ill-thought out. There is no user
mjacob
2007-06-11
2
-128
/
+14
*
Back out the previous commit which added an M_LRO mbuf flag
gallatin
2007-06-11
1
-1
/
+0
*
Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.
mjacob
2007-06-11
1
-2
/
+6
*
Allow drivers, such as cxgb and mxge, which support LRO to bypass
gallatin
2007-06-11
1
-0
/
+1
*
Small LRO related fixes for mxge:
gallatin
2007-06-11
2
-5
/
+39
*
MFp4 (missed in net80211 megaupdate)
thompsa
2007-06-11
2
-7
/
+25
*
Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminate
imp
2007-06-11
2
-9
/
+6
*
Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer in
imp
2007-06-11
1
-9
/
+0
*
Prefer device_printf over printf.
imp
2007-06-11
2
-45
/
+34
*
Minor tweak.
imp
2007-06-11
1
-4
/
+2
*
Prefer device_printf to printf
imp
2007-06-11
1
-44
/
+41
*
Prefer device_printf to printf
imp
2007-06-11
2
-40
/
+36
*
Get rid of useless devinfo stuff
imp
2007-06-11
1
-40
/
+28
*
Prefer device_printf to printf where sane.
imp
2007-06-11
2
-33
/
+29
*
- Don't force to be the GDB port since dcons(4) is in GENERIC now.
simokawa
2007-06-11
1
-1
/
+5
*
Update 802.11 wireless support:
sam
2007-06-11
28
-1263
/
+2626
*
Add icsphy(4), Integrated Circuit Systems PHY driver, ported from
yongari
2007-06-11
2
-0
/
+438
*
Add ICS1889/ICS1892/ICS1893 PHY.
yongari
2007-06-11
1
-0
/
+3
*
Increase a maximum segment size of DMA to 4096. Previously it used
yongari
2007-06-11
2
-2
/
+4
*
Disable automatic IP ID increment. Due to a hardware bug the automatic
yongari
2007-06-11
1
-15
/
+0
*
Filter/compress the amount of channel trigger. This should reduce
ariff
2007-06-11
29
-31
/
+75
*
- Add codec id for ALC660 [1]
ariff
2007-06-10
1
-1
/
+10
*
Cast len to be a uintmax_t and make format in KASSERT match so as
mjacob
2007-06-10
1
-1
/
+2
*
Remove const type qualifier from a function- gcc4.2 doesn't accept it.
mjacob
2007-06-10
1
-3
/
+3
*
Prefer device_printf over printf
imp
2007-06-10
2
-36
/
+31
*
Prefer device_printf over printf. Eliminate axe_unit as it is no
imp
2007-06-10
2
-38
/
+32
*
Remove unused variable.
mjacob
2007-06-10
1
-2
/
+0
*
Complete an initialization to make gcc 4.2 happy.
mjacob
2007-06-10
1
-0
/
+1
*
Initialize devname.
mjacob
2007-06-10
1
-0
/
+2
*
Make this compile.
ru
2007-06-09
1
-1
/
+1
*
Expand USB_ATTACH_SETUP inline + devinfo tweaks
imp
2007-06-09
1
-2
/
+3
*
Remove devinfo junk.
imp
2007-06-09
14
-170
/
+11
*
Remove lots of extra junk:
imp
2007-06-09
1
-114
/
+2
*
Kill devinfo stuff. It is no longer needed.
imp
2007-06-09
5
-43
/
+2
[next]