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 fat-fingering in previous commit.
jhb
2006-12-29
3
-3
/
+3
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
9
-28
/
+22
*
Fix a group of typos:
yar
2006-12-29
3
-3
/
+3
*
Piggyback watchdog timer handling with msk_tick which is called every
yongari
2006-12-29
2
-13
/
+9
*
Fix interrupt handling on a dual port card. Previously it ignored
yongari
2006-12-29
1
-10
/
+6
*
Fix MSI support. Now it correctly allocates SYS_RES_IRQ resources
yongari
2006-12-29
2
-27
/
+55
*
Update __FreeBSD_version check for pci_find_extcap() now that it is
jhb
2006-12-28
1
-1
/
+1
*
Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyan
jhb
2006-12-28
1
-0
/
+6
*
Fix shared authentication mode.
jkim
2006-12-28
1
-0
/
+8
*
Add half/quarter rate 11a channel support:
sam
2006-12-27
2
-63
/
+112
*
After rev.1.169, the "interrupt" coalescing parameters are not used in
bde
2006-12-26
1
-8
/
+2
*
Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.
jkim
2006-12-26
1
-2
/
+0
*
Fix a deadlock in detach/shutdown.
alfred
2006-12-23
2
-20
/
+164
*
Fix a typo in ata-queue.c
remko
2006-12-23
1
-2
/
+2
*
Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).
ariff
2006-12-22
1
-10
/
+7
*
Re-enable MSI support for those chips on which it is believed to work
jdp
2006-12-22
2
-34
/
+88
*
Correct the BGE_CHIPID_BCM5750_B0 constant.
jdp
2006-12-22
1
-1
/
+1
*
ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should never
imp
2006-12-22
1
-0
/
+1
*
On amd64 platform, use linux32 headers so 32-bit Linux applications
delphij
2006-12-20
1
-0
/
+5
*
In bge_txeof(), cancel the watchdog timeout if all descriptors have
bde
2006-12-20
1
-1
/
+2
*
Avoid a race and a pessimization in bge_intr():
bde
2006-12-20
1
-6
/
+22
*
- Use the re_tick() callout instead of if_slowtimo() for driving
marius
2006-12-20
1
-35
/
+23
*
Fix a bug originally introduced in rev. 1.74; don't reloaded the
marius
2006-12-20
1
-1
/
+2
*
Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN.
jkim
2006-12-20
1
-11
/
+5
*
Use BMSR for link status in one more place and clean up more.
jkim
2006-12-20
1
-10
/
+9
*
- Do not depend on auto negotiation for link speed/duplex status.
jkim
2006-12-20
1
-68
/
+81
*
Remove dependency on deprecated if_watchdog ABI.
bms
2006-12-19
4
-31
/
+19
*
Fix distorted sound on Fujitsu Siemens AMILO Pa 1510.
ariff
2006-12-19
1
-1
/
+7
*
- Add missing callout_drain() call.
oleg
2006-12-19
1
-12
/
+10
*
- Fix autonegotiation timer.
oleg
2006-12-19
1
-30
/
+22
*
Restore revision 1.126 that got accidentally nuked.
mjacob
2006-12-18
1
-0
/
+6
*
Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.
mjacob
2006-12-18
1
-2
/
+144
*
Spell "Kensington Thinking Mouse" correctly.
keramida
2006-12-18
1
-1
/
+1
*
- Remove stale VPD support and its comment and get device name from VPD API.
jkim
2006-12-18
2
-48
/
+19
*
Correct the previous change:
marius
2006-12-18
1
-0
/
+3
*
Try an experiment with using DMA to load firmware into a 2200- VERIFY
mjacob
2006-12-17
3
-25
/
+39
*
Latest updates for Envy24/24HT. Fix various issues with LOR and panic
ariff
2006-12-17
3
-29
/
+72
*
Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227
ariff
2006-12-17
1
-0
/
+4
*
Add support for Nvidia Nforce MCP04 AC97 controller.
ariff
2006-12-17
1
-0
/
+3
*
Do not special-case __ARMEB__, we handle that in the arm code.
cognet
2006-12-16
1
-2
/
+0
*
Miscellaneous fixups and quirks for ASUS A7M, LG LW20 and
ariff
2006-12-16
1
-5
/
+36
*
Make some slight reorganization (bringing back in some
mjacob
2006-12-16
1
-12
/
+86
*
Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset has
mjacob
2006-12-16
3
-8
/
+39
*
Align the interfaces for the various watchdogs and make the interface
n_hibma
2006-12-15
4
-49
/
+27
*
Fix compilation using gcc 4.1.
ariff
2006-12-15
1
-1
/
+1
*
Disable bge MSI support for now. A couple of people warned me that there
jdp
2006-12-15
1
-0
/
+9
*
Add MSI support to the bge driver. I tested this on a Dell SC1435
jdp
2006-12-14
2
-4
/
+19
*
Disable MSI for the Intel E7501 chipset.
jhb
2006-12-14
1
-0
/
+6
*
Add a first pass at a way to blacklist MSI on systems where it doesn't
jhb
2006-12-14
2
-0
/
+52
*
Some relatively minor changes and bug fixes:
ambrisko
2006-12-14
3
-65
/
+54
[next]