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 speaker a pseudo device driver instead of attaching to a PnP id.
phk
2008-03-26
1
-90
/
+19
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
2
-5
/
+2
*
Add \n to the end of a printf string and remove it from panic strings.
emaste
2008-03-26
1
-6
/
+6
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
1
-1
/
+1
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
split out tty create part of ucom_attach into ucom_attach_tty so
sam
2008-03-25
2
-7
/
+13
*
add some CDMA modems
sam
2008-03-25
1
-0
/
+9
*
Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec
emaste
2008-03-25
4
-5
/
+17
*
Correct data direction flags in aac_bio_command() in the
emaste
2008-03-25
1
-2
/
+2
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
5
-63
/
+23
*
Add support for Marvell Libertas 88W8335 based PCI network adapters.
weongyo
2008-03-25
6
-0
/
+4697
*
change inp_wlock_assert to inp_lock_assert
kmacy
2008-03-24
1
-16
/
+16
*
Diff reduction to Adaptec's driver (around build 15317): catch up with a
emaste
2008-03-24
6
-153
/
+128
*
- Const'ify the dc_devs array.
marius
2008-03-24
2
-85
/
+84
*
Split the registers into two halves in preparation for SBus support.
marius
2008-03-24
4
-212
/
+285
*
Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):
emaste
2008-03-24
1
-187
/
+206
*
remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...
kmacy
2008-03-24
1
-4
/
+2
*
Insulate inpcb consumers outside the stack from the lock type and offset with...
kmacy
2008-03-23
2
-73
/
+73
*
MSI handling on some RealTek chips are broken so disable it by
yongari
2008-03-23
1
-1
/
+1
*
For MSI capable hardwares, enable MSI enable bit in RL_CFG2
yongari
2008-03-23
1
-0
/
+13
*
Some RealTek chips are known to be buggy on DAC handling, so
yongari
2008-03-23
1
-1
/
+6
*
VLAN hardware tag information should be set for all desciptors of a
yongari
2008-03-23
1
-11
/
+13
*
Always honor configured VLAN/checksum offload capabilities.
yongari
2008-03-23
1
-3
/
+8
*
Reuse the mbuf that was just retrieved from the receive ring if mbuf
qingli
2008-03-22
1
-8
/
+17
*
(finally) add the hal status to the diagnostic generated after
sam
2008-03-22
1
-3
/
+4
*
Add in a compat. mode so you can either open the card's device
ambrisko
2008-03-22
1
-0
/
+9
*
Add the i915 GME device to DRM.
remko
2008-03-21
2
-1
/
+3
*
Unbreak the last commit.
sos
2008-03-20
1
-8
/
+9
*
pay attention to default cluster limits when sizing receive queues
kmacy
2008-03-20
2
-8
/
+32
*
Restore creation of passthrough devices with newer controller firmware by
emaste
2008-03-20
1
-2
/
+2
*
Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,
emaste
2008-03-20
1
-8
/
+31
*
Workaround design botch in usb: blindly mixing bus_dma with PIO does not
sam
2008-03-20
2
-0
/
+32
*
Correct cache handling for xfer requests marked URQ_REQUEST: many (if not
sam
2008-03-20
1
-1
/
+2
*
Fix Problem with Intel Matrix RAID.
sos
2008-03-20
1
-11
/
+19
*
- Add the Corega CG-WLUSB2GL from NetBSD
kevlo
2008-03-20
2
-0
/
+4
*
Improve VT_WAITACTIVE semantics.
bland
2008-03-20
1
-13
/
+6
*
add some debug msgs for tracking xfers
sam
2008-03-20
1
-4
/
+9
*
add support for %b printing of request + xfer flags
sam
2008-03-20
2
-0
/
+4
*
fix link management bug and conditionally allow the PHY to be kept on at all ...
kmacy
2008-03-19
1
-2
/
+8
*
Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bit
adrian
2008-03-18
1
-5
/
+8
*
Fix the debugging output - the '0x' was duplicated from the %p option.
adrian
2008-03-18
1
-1
/
+1
*
- Integrate 1.133 vendor driver changes
kmacy
2008-03-18
9
-56
/
+110
*
Add a "spindown" facility to ata-disks: If no requests have been received
phk
2008-03-17
4
-2
/
+59
*
don't set sniffer mode to ON when the driver is running with the
weongyo
2008-03-17
1
-2
/
+1
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
2
-2
/
+2
*
Change spelling and eliminate a typo in comments to reduce diffs with
emaste
2008-03-14
1
-11
/
+11
*
Add a quirk to ignore ASUS LCM display found on some ASUS laptops.
jkim
2008-03-14
2
-0
/
+3
*
Correct a typo.
jkoshy
2008-03-14
1
-2
/
+6
*
Rework how the nexus(4) device works on x86 to better handle the idea of
jhb
2008-03-13
2
-45
/
+39
*
Add the module dependency on the mem(4) module. This will fix the module
cokane
2008-03-13
1
-0
/
+1
[next]