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
*
Make legacy ATA emulation detection more strict. This should fix false
mav
2010-07-16
1
-1
/
+2
*
Improve interrupt setup errors handling.
mav
2010-07-16
1
-1
/
+7
*
Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() and
jkim
2010-07-16
1
-22
/
+7
*
Fix KASSERT() messages to reflect reality.
adrian
2010-07-16
1
-2
/
+2
*
Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of using
jkim
2010-07-16
1
-4
/
+4
*
Use Miscellaneous Configuration Register bit definition instead of
yongari
2010-07-15
2
-1
/
+2
*
If there is any pending sleep request, disallow entering S5 state.
jkim
2010-07-15
1
-14
/
+12
*
- AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.
jkim
2010-07-15
1
-26
/
+9
*
- AcpiOsReadMemory() needs similar fixes as r209965. [1]
jkim
2010-07-15
1
-18
/
+6
*
Handle RUN->ASSOC->RUN transition correctly, as in not trigger a
bschmidt
2010-07-15
1
-11
/
+28
*
Add support for firmware images in "type-length-value" format.
bschmidt
2010-07-15
3
-48
/
+197
*
Detect active chains differently to work around a firmware bug which
bschmidt
2010-07-15
1
-3
/
+7
*
- Add new IDs for 6000 series devices.
bschmidt
2010-07-15
2
-6
/
+22
*
Fix some small whitespace nits.
bschmidt
2010-07-15
2
-5
/
+5
*
Remove duplicate vendor:device entry.
bschmidt
2010-07-15
1
-1
/
+0
*
Remove enabling Data FIFO protection with indirect memory access.
yongari
2010-07-14
1
-6
/
+3
*
Rework the SMBIOS table walker to make it operate like other table walkers
jhb
2010-07-14
1
-49
/
+33
*
Correct logic bug in aicasm's undefined register bit access detection code.
gibbs
2010-07-14
3
-5
/
+12
*
Add a 4 and 7 port USB hub from NEC.
remko
2010-07-13
1
-0
/
+2
*
Initialize a variable before its use.
jkim
2010-07-13
1
-1
/
+1
*
Preallocate buffers for palette and state. Do not save DAC registers as
jkim
2010-07-13
1
-83
/
+58
*
Prefer PCIR_BAR macro over BGE_PCI_BAR0.
yongari
2010-07-13
1
-2
/
+2
*
Fix error message for jumbo buffer allocation failure.
yongari
2010-07-13
1
-1
/
+1
*
style.
yongari
2010-07-13
1
-7
/
+9
*
Fix a panic brought about by writing an MSR without a proper mask.
gnn
2010-07-13
2
-13
/
+86
*
Make bge_stop_fw() static.
yongari
2010-07-13
1
-13
/
+9
*
Fix build on architectures where PAGE_SIZE is a long (sparc64, powerpc).
nwhitehorn
2010-07-13
1
-4
/
+3
*
Make SMP code path conditional at run-time.
jkim
2010-07-13
1
-12
/
+10
*
Rise knowledge about curthread->td_intr_frame by one step. Make timer
mav
2010-07-13
1
-4
/
+2
*
Disable multi-sector PIO transfers if ATA_SET_MULTI command failed.
mav
2010-07-13
1
-0
/
+2
*
Fix comment.
takawata
2010-07-13
1
-1
/
+1
*
One more Prolific serial device ID.
takawata
2010-07-13
2
-0
/
+3
*
Fix white spaces.
jkim
2010-07-13
1
-18
/
+18
*
According to ACPICA User Guide and Programmer Reference, the read data must
jkim
2010-07-13
1
-6
/
+3
*
Correct inverted parent DMA tag parameters.
marius
2010-07-12
1
-2
/
+2
*
- Make the maxsize parameter of the data buffer DMA tag match maxio, which
marius
2010-07-12
2
-4
/
+5
*
Fix for a panic when TX checksum offload is done and
jfv
2010-07-12
2
-19
/
+35
*
Revert and remake r209883:
mav
2010-07-12
1
-9
/
+15
*
Use more compact deviceid table.
thompsa
2010-07-11
1
-194
/
+196
*
Update for style(9).
thompsa
2010-07-11
1
-140
/
+140
*
Convert Freescale PowerPC platforms to FDT convention.
raj
2010-07-11
9
-239
/
+108
*
Provide more defines for PCI-Express device ctrl.
raj
2010-07-11
1
-0
/
+3
*
Introduce PowerPC-specific helper routines for FDT.
raj
2010-07-11
1
-0
/
+168
*
Save fdtbus trigger / polarity data at their correct index.
raj
2010-07-11
1
-2
/
+2
*
Let simplebus(4) diagnostics be a bit more descriptive.
raj
2010-07-11
1
-4
/
+7
*
Fixes a page fault in bwi_pci_probe() because the array isn't terminated
weongyo
2010-07-10
1
-1
/
+2
*
Fixes a bug for LP PHY that some frames have 2 padding bytes at the
weongyo
2010-07-10
1
-10
/
+11
*
If ata_sata_phy_reset() failed and ata_generic_reset() is not called, mark
mav
2010-07-10
7
-1
/
+24
*
On attach, grab channel lock before setting up interrupt. This fixes crash
mav
2010-07-10
1
-3
/
+5
*
Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but
mav
2010-07-10
11
-15
/
+22
[next]