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
*
Don't return EINVAL when trying to unlock.
rnoland
2008-08-30
1
-1
/
+6
*
We need to lock around driver unload now.
rnoland
2008-08-30
1
-1
/
+4
*
Free the device lock around the call to drm_drawable_free_all()
rnoland
2008-08-30
1
-0
/
+2
*
For chips with a broken DC_ISR_RX_STATE which f.e. never signals
marius
2008-08-29
2
-5
/
+11
*
unifdef PC98
nyan
2008-08-29
1
-2
/
+0
*
Remove unneeded include.
nyan
2008-08-29
1
-5
/
+0
*
Work again to fix the interrupt masking problems. We now recognize
scottl
2008-08-29
2
-37
/
+40
*
Update to igb driver:
jfv
2008-08-28
2
-289
/
+183
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
2
-2
/
+2
*
Remove hack attempt at using devfs cloning for per-file descriptor storage.
jhb
2008-08-28
2
-134
/
+37
*
- Tweak an error message.
jhb
2008-08-28
1
-3
/
+3
*
- Updated support for 5716.
davidch
2008-08-27
2
-297
/
+545
*
Remove opt_wi.h from module and fix typo in pccarddevs.
imp
2008-08-27
1
-1
/
+1
*
Remove opt_wi.h
imp
2008-08-27
1
-2
/
+0
*
The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some
imp
2008-08-27
2
-0
/
+2
*
Some PC Cards don't have the proper IRQ mask in them. The standard
imp
2008-08-27
1
-0
/
+2
*
Add preliminary support for the OLICOM OC2231 and OC2232. This is the
imp
2008-08-27
1
-12
/
+55
*
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
[next]