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
*
Fix bit offset in mmc_sd_switch().
mav
2008-10-08
1
-2
/
+2
*
Set of mmc layer improvements:
mav
2008-10-08
6
-35
/
+557
*
Quirks for SDS-infrared.com "Hotfind-D" camera.
phk
2008-10-08
2
-0
/
+5
*
Add a note about a bug in how sio manages its softc. This was
imp
2008-10-08
1
-0
/
+15
*
Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()
imp
2008-10-07
2
-2
/
+2
*
Limit DMA memory to lower addressable 4GB, without this patch, we
delphij
2008-10-06
1
-4
/
+4
*
Correct a typo.
jkoshy
2008-10-06
1
-1
/
+1
*
Don't explicitly bzer driver softc
rnoland
2008-10-04
8
-16
/
+0
*
Use M_WAITOK when allocating driver memory
rnoland
2008-10-04
8
-8
/
+24
*
Change drm_order() to use ffsl()
rnoland
2008-10-04
1
-3
/
+4
*
- Spell cam correctly (scbus), this makes it possible to compile hptiop
antoine
2008-10-04
1
-2
/
+2
*
Fix a typo.
jkoshy
2008-10-04
1
-1
/
+1
*
sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not
weongyo
2008-10-04
2
-3
/
+3
*
resync to git master
rnoland
2008-10-03
33
-1611
/
+1838
*
- Add driver for Attansic L2 FastEthernet controller found on
stas
2008-10-03
5
-0
/
+2819
*
Add hardware MAC statistics support. Register information was
yongari
2008-10-03
3
-25
/
+287
*
Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...
kmacy
2008-10-03
1
-1
/
+13
*
Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.
imp
2008-10-02
1
-1
/
+1
*
Correctly handle Intel g33 chips and add support for g45 chips
rnoland
2008-10-02
2
-19
/
+135
*
Add ICH10 PCI id's.
sos
2008-10-02
2
-53
/
+69
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
3
-3
/
+14
*
Define and use MMC_SECTOR_SIZE.
imp
2008-10-02
4
-4
/
+12
*
MAXPHYS seems more stable on the AT91RM9200 boards that I have. We
imp
2008-10-02
1
-1
/
+1
*
Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclass
imp
2008-10-02
1
-1
/
+4
*
Correct misspellings.
jkoshy
2008-10-02
1
-2
/
+2
*
Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes inc...
gallatin
2008-10-01
5
-56663
/
+32655
*
Add device ids for MCP77/79 and set appropriate support flags.
yongari
2008-10-01
2
-0
/
+40
*
update callers of vm_fault_hold_user_pages
kmacy
2008-09-30
2
-11
/
+15
*
Refactor vm_fault_hold_user_pages:
kmacy
2008-09-30
2
-65
/
+56
*
Make sure that optical PHYs work ...
kmacy
2008-09-30
1
-0
/
+6
*
cosmetic changes and style fixes
marius
2008-09-30
2
-47
/
+33
*
Use bus_get_dma_tag() so fatm(4) works on platforms requiring it.
marius
2008-09-30
1
-1
/
+1
*
Save extended address register prior to switching to 1000BASE-X
yongari
2008-09-30
1
-2
/
+3
*
Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.
yongari
2008-09-30
2
-0
/
+3
*
Explicitly mark IFM_HDX for half-duplex media.
yongari
2008-09-30
1
-0
/
+2
*
Report current link state while auto-negotiation is in progress.
yongari
2008-09-30
1
-1
/
+1
*
Use mii_anegticks instead of hardcoded MII_ANEGTICKS.
yongari
2008-09-30
1
-2
/
+2
*
Announce link loss right after it happens.
yongari
2008-09-30
1
-1
/
+4
*
If mbuf is not writable get a writable copy before invoking
yongari
2008-09-30
1
-1
/
+10
*
Always pullup mbuf prior to accessing TCP header.
yongari
2008-09-30
1
-0
/
+5
*
Improve support for multiple block read/write. This code is currently
imp
2008-09-30
1
-38
/
+42
*
vm_fault_hold_user_pages will not return if an address in the range passed in...
kmacy
2008-09-29
1
-14
/
+8
*
Make the media size return the block rather than the bytes on the device.
imp
2008-09-29
1
-1
/
+1
*
Explicitly set data to NULL rather than relying mmc_wait_for_cmd() to
imp
2008-09-29
1
-1
/
+8
*
Minor style fixes from mav@ (with similar problems fixed where I noticed
imp
2008-09-29
2
-4
/
+5
*
Conform to style(9) for return (foo); The files were a mix before.
imp
2008-09-29
2
-12
/
+12
*
Convert all C++ comments to C style. There's lots of folks that don't
imp
2008-09-29
1
-23
/
+30
*
The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST were
imp
2008-09-29
1
-2
/
+2
*
Add "caps" word to host bridge.
imp
2008-09-28
1
-0
/
+2
*
Implement power down, and power down the bus on detach.
imp
2008-09-28
1
-1
/
+15
[next]