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
...
*
Teardown interrupt only when sc->ih is not NULL.
simokawa
2007-03-30
1
-11
/
+10
*
Free tlabel in fw_xfer_done().
simokawa
2007-03-30
1
-2
/
+1
*
- Don't call fw_busreset() in firewire_attach().
simokawa
2007-03-30
1
-1
/
+0
*
some minor error message cleanups
mjacob
2007-03-29
1
-4
/
+4
*
o Revert last. The chip is already supported by puc(4).
maxim
2007-03-29
1
-1
/
+0
*
Re-enable the HPET timer after a resume.
njl
2007-03-28
1
-0
/
+13
*
o Add MosChip 9835 PCI Dual UART PCI id.
maxim
2007-03-28
1
-0
/
+1
*
For embedded UARTs compatible with the ns8250 family it is possible
marcel
2007-03-28
1
-1
/
+3
*
When we match UARTs found during bus-enumeration with UARTs used for
marcel
2007-03-28
1
-1
/
+1
*
Add support for the 82562GX chip within if_fxp.
remko
2007-03-28
1
-0
/
+1
*
Add support for the RTL8110SC driver.
remko
2007-03-28
1
-0
/
+2
*
Add method enabled() to the SCC interface. This method can be used
marcel
2007-03-28
3
-0
/
+22
*
Don't derference a pointer before setting it.
mjacob
2007-03-28
1
-2
/
+2
*
Allow the range of a SCC class to be 0. This gives all child
marcel
2007-03-28
1
-5
/
+7
*
Revisit the watchdogs: Resetting the error to EINVAL after failing to set the
n_hibma
2007-03-27
4
-8
/
+6
*
Don't assume the run bit is still set after a suspend.
julian
2007-03-27
1
-0
/
+1
*
Fix a bug which could lead to receive side lockup when WC is disabled.
gallatin
2007-03-27
1
-0
/
+1
*
- Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].
jkim
2007-03-26
1
-2
/
+2
*
Correct ACPI semaphore function parameters.
jkim
2007-03-26
1
-4
/
+4
*
Free the handle, not the lock. Pointy hat to me.
jkim
2007-03-26
1
-1
/
+1
*
Correct ACPI spinlock function parameters and use known ACPI spinlock names.
jkim
2007-03-26
1
-20
/
+25
*
Change the VPD code to read the VPD data on-demand when a driver asks for
jhb
2007-03-26
2
-30
/
+14
*
Use a unique name for each mutex now that acpi-ca is creating more than
njl
2007-03-26
1
-2
/
+11
*
Remove ancient preprocessor code. Fix module compilation.
rik
2007-03-25
1
-9
/
+1
*
Drop the ipw softc lock before calling back into net80211, fixing a
le
2007-03-24
1
-0
/
+2
*
o A quirk for Sagem USB-Serial controller.
maxim
2007-03-24
2
-0
/
+3
*
o Add several CDMA-2000 terminals.
maxim
2007-03-24
2
-2
/
+24
*
bus_size_t is a bad cross-architectural type with respect to printf, use uint...
kmacy
2007-03-24
2
-2
/
+2
*
New device: icee. Generic i2c eeprom driver.
imp
2007-03-23
1
-0
/
+291
*
MFp4: Make the iicbus fully hinted. We no longer automatically add
imp
2007-03-23
2
-51
/
+123
*
MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the
imp
2007-03-23
2
-6
/
+12
*
MFp4: Create an ivar for each iic device on the iicbus. This ivar
imp
2007-03-23
1
-1
/
+24
*
Switch to ANSI function declarations.
rodrigc
2007-03-23
1
-54
/
+16
*
- Increase coalesce_nsecs
kmacy
2007-03-23
2
-17
/
+31
*
commit missed change
kmacy
2007-03-23
1
-0
/
+1
*
Check PCI-e link width to avoid foot shooting with 4x links
kmacy
2007-03-23
1
-1
/
+17
*
- Fix exca_(io|mem)_map() to return proper errno values.
jhb
2007-03-23
1
-20
/
+21
*
Pass the RID from the bus frontends to the core probe function.
marcel
2007-03-22
5
-7
/
+7
*
MFP4: a) Some constification from NetBSD (gcc 4.1.2)
mjacob
2007-03-22
5
-125
/
+142
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
23
-242
/
+233
*
Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing
jhb
2007-03-21
1
-1
/
+1
*
Memory leak killing spree, mostly bus_dma(9) related.
ariff
2007-03-21
6
-43
/
+65
*
move call to t3_prep_adapter earlier in attach before msi-x setup occurs
kmacy
2007-03-21
1
-5
/
+6
*
Change acpi's handling of suballocating system resources to be a little
jhb
2007-03-21
1
-55
/
+39
*
allocate 9 messages in all cases
kmacy
2007-03-21
1
-1
/
+1
*
make MSI-X the default and allocate up to mp_ncpus queues per port
kmacy
2007-03-21
4
-59
/
+86
*
Overhaul driver/subsystem api's:
sam
2007-03-21
5
-140
/
+276
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
13
-68
/
+0
*
Synchronize with version 1.0.071 of Chelsio's common code
kmacy
2007-03-20
10
-57
/
+363
*
Tweak the probe/attach order of devices on the x86 nexus devices.
jhb
2007-03-20
1
-1
/
+1
[prev]
[next]