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
*
tsec: Refactor driver's structure.
raj
2008-08-26
3
-557
/
+632
*
tsec: Improve and clean up callouts.
raj
2008-08-26
2
-19
/
+15
*
Add more PCI IDs including those for ICH10.
jhb
2008-08-25
2
-5
/
+23
*
Add the 2nd CCU and PnP devices support on pc98.
nyan
2008-08-25
3
-16
/
+68
*
MFp4: Network Adapter is redundant.
imp
2008-08-25
1
-4
/
+4
*
MFp4: necessary quirks to get 3c1 not working (still no interrupts)
imp
2008-08-25
1
-0
/
+23
*
Send the magic unlock packet the linux driver claims to have sniffed
imp
2008-08-25
1
-1
/
+16
*
Greatly expand the devices listed as being supported. This list was
imp
2008-08-25
1
-0
/
+449
*
Sort the list of supported products alphabetically.
imp
2008-08-25
1
-4
/
+4
*
Correct detection of particular wpi cards which only support b/g
benjsc
2008-08-24
1
-4
/
+4
*
Make syscons(4) use ttyv0 instead of consolectl as its primary window.
ed
2008-08-24
1
-11
/
+6
*
Make lmc(4) compile without INET6 defined[1]. While here make it
bz
2008-08-24
1
-0
/
+6
*
Make sysmouse(4) use its own locks, instead of using Giant.
ed
2008-08-24
1
-14
/
+10
*
Evidently the block device starts at 767.
kmacy
2008-08-24
1
-1
/
+1
*
Some PC Card variants of the 82365 don't seem to like setting the IRQ
imp
2008-08-24
3
-10
/
+18
*
Fix style nit: s/^ }/}/ in two places.
imp
2008-08-23
1
-2
/
+2
*
Style nit: s/^ }/}/
imp
2008-08-23
1
-1
/
+1
*
make block devices start at 0
kmacy
2008-08-23
1
-3
/
+4
*
Update drm kernel drivers.
rnoland
2008-08-23
68
-6410
/
+13388
*
- Use m_collapse(9) instead of m_defrag(9) if possible. This results
marius
2008-08-23
1
-18
/
+27
*
Make sure that we handle errors in device_get_children correctly.
imp
2008-08-23
1
-1
/
+2
*
Handle the error case properly for device_get_children.
imp
2008-08-23
1
-4
/
+3
*
Handle errors from device_get_children.
imp
2008-08-23
1
-4
/
+9
*
When device_get_children returns an error, ignore that bus' children.
imp
2008-08-23
1
-1
/
+2
*
Move the code that looks for the companion phy to a subroutine to make
imp
2008-08-23
1
-23
/
+22
*
There actually were bugs in the original handling that I missed last
imp
2008-08-23
1
-3
/
+4
*
It turns out that my analysis of the error handling here was wrong.
imp
2008-08-23
2
-10
/
+9
*
- Restore the behavior of enabling the MII buffer for an internal
marius
2008-08-23
1
-10
/
+22
*
Revert bogusly committed file.
imp
2008-08-23
1
-1
/
+0
*
Set devs to 0 in case device_get_children return an error. The right thing
imp
2008-08-23
3
-0
/
+4
*
Actually revert last... Upon closer inspection the code works in the
imp
2008-08-23
1
-2
/
+1
*
Handle errors in device_get_children gracefully.
imp
2008-08-23
1
-1
/
+2
*
Handle errors from device_get_chidlren.
imp
2008-08-23
1
-2
/
+5
*
Cope with errors from device_get_children(). These errors can happen
imp
2008-08-23
1
-4
/
+7
*
Cosmetic nit.
imp
2008-08-23
1
-2
/
+0
*
Use bus_foo() rather than bus_space_foo() and remove bus handle and tag
jhb
2008-08-22
3
-33
/
+28
*
Use ppc_detach() for device_detach instead of ppc_attach().
jhb
2008-08-22
1
-1
/
+1
*
Whitespace fix.
jhb
2008-08-22
1
-1
/
+1
*
Remove unused UNITOSOFTC() macro.
jhb
2008-08-22
1
-2
/
+0
*
Add a new sysctl node 'dev.bfe.N.stats' that shows various MAC
yongari
2008-08-22
2
-53
/
+300
*
Because bfe(4) knows interrupt mask value there is no need to read
yongari
2008-08-22
1
-6
/
+4
*
Extend the support for PCI-e memory mapped configuration space access:
jhb
2008-08-22
1
-0
/
+41
*
Remove bfe_link in softc and introduce two new flags to mark
yongari
2008-08-22
2
-12
/
+21
*
Add the Decision Computer Inc, PCCOM 8-port serial card.
thompsa
2008-08-22
1
-0
/
+6
*
Add the VScom PCI-100L card.
thompsa
2008-08-22
1
-0
/
+6
*
Add the Avlab Technology PCI IO 4S-850 4 port serial card.
thompsa
2008-08-21
1
-0
/
+6
*
Add support for the Alcor Card Reader (9361)
remko
2008-08-21
2
-0
/
+5
*
Adapt mxge shims to detect phys contig jumbo frames
gallatin
2008-08-21
1
-1
/
+2
*
o Sort includes and add <endian.h> to support endianness.
yongari
2008-08-21
2
-371
/
+495
*
For reasons that I have not delved in to Xen 3.2 netback now does header spli...
kmacy
2008-08-21
1
-21
/
+38
[next]