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
*
Minor updates:
gallatin
2007-01-30
2
-3
/
+20
*
Clean up the BSD license to match the preferred license in
joel
2007-01-28
10
-138
/
+160
*
Add support for serial communication with Windows CE based Handheld Computer.
takawata
2007-01-28
1
-0
/
+383
*
Add some vendor IDs mainly from NetBSD.
takawata
2007-01-28
1
-0
/
+5
*
Add speaker control for HP xw4300. This hardware doesn't respond to
ariff
2007-01-28
1
-2
/
+17
*
Add the SMART command to the ATA instruction set.
remko
2007-01-27
1
-0
/
+1
*
Rearrange locking order to avoid LOR (cat /dev/midistat).
ariff
2007-01-27
1
-3
/
+9
*
Massive inlining cleanups/removal to make it survive on WARNS=2.
ariff
2007-01-27
1
-92
/
+90
*
Reduce maximum DMA segments from 128 to 64. We don't need more than that.
ariff
2007-01-27
1
-1
/
+1
*
Total DMA segments should include total number of record channel(s).
ariff
2007-01-26
1
-1
/
+1
*
Fix forever broken ua_chan_setblocksize() uninitialized return value
ariff
2007-01-26
1
-7
/
+13
*
Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to get
ariff
2007-01-26
1
-4
/
+12
*
Add missing MIIBUS_MEDIAINIT() call.
dwhite
2007-01-26
1
-0
/
+1
*
Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used for
dwhite
2007-01-26
2
-3
/
+1
*
Add support for SERDES PHY configurations. These are commonly found in
dwhite
2007-01-26
1
-43
/
+13
*
Whoops- #ifdef problem caused uninitialized transport. Not horribly
mjacob
2007-01-25
1
-1
/
+1
*
The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe can
wpaul
2007-01-25
1
-1
/
+6
*
Add missing function trace for debug prints.
njl
2007-01-23
1
-0
/
+2
*
Remove a PCI ID entry that conflicts with the AMR driver.
scottl
2007-01-23
1
-1
/
+0
*
It seems that enabling Tx and Rx before setting descriptor DMA
yongari
2007-01-23
1
-15
/
+17
*
Clean up some of the various platform and release specific dma tag
mjacob
2007-01-23
3
-47
/
+36
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
9
-27
/
+206
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
14
-39
/
+56
*
Correct a logic bug in the previous change.
marius
2007-01-21
1
-1
/
+1
*
The multicast hash table has 8 slots in the BCE hardware, not 4 slots like
scottl
2007-01-20
1
-4
/
+4
*
Add macros for the individual divisor bits as some MC146818A-compatible
marius
2007-01-20
1
-4
/
+7
*
Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it's
marius
2007-01-20
4
-7
/
+7
*
Add front-ends for the 'lebuffer' variants found on some SBus cards.
marius
2007-01-20
2
-0
/
+708
*
For setting the port PCnet chips must be powered down or stopped and
marius
2007-01-20
1
-7
/
+15
*
Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on
marius
2007-01-20
3
-3
/
+3
*
Grumble- let a linux-ism slip in and had an llx which
mjacob
2007-01-20
1
-9
/
+12
*
MFP4: Move default setting to the end of isp_reset instead of the
mjacob
2007-01-20
7
-93
/
+138
*
- In miibus_attach() remove IFM_IMASK from the dontcare_mask of the
marius
2007-01-20
1
-2
/
+17
*
- Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations with
marius
2007-01-20
1
-3
/
+1
*
- Change the PCI-X registers constants to be relative to the PCI-X PCI
jhb
2007-01-19
3
-22
/
+88
*
Cope gracefully with device_get_children returning an error.
imp
2007-01-19
1
-2
/
+5
*
- Add a uart_rxready() and corresponding device-specific implementations
marius
2007-01-18
5
-35
/
+35
*
- Probe the CS4231 in USIII machines.
marius
2007-01-18
1
-6
/
+4
*
Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in
marius
2007-01-18
4
-0
/
+21
*
On sparc64 also use the fillw() this header provides for ia64 so
marius
2007-01-18
1
-2
/
+4
*
Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and the
markus
2007-01-17
1
-3
/
+4
*
Add PCI Id's for upcoming controllers.
scottl
2007-01-17
1
-1
/
+3
*
- Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.
marius
2007-01-16
2
-87
/
+452
*
o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mapping
marius
2007-01-16
1
-47
/
+43
*
Disable MSI for the Intel 845 and 865 chipsets and update comment for
jhb
2007-01-16
1
-1
/
+3
*
Correct driver_t brgphy_driver, which was forgotten from the last commit.
jkim
2007-01-16
1
-1
/
+1
*
Fix the subvendor ID for PCI-PCI bridges.
jhb
2007-01-16
2
-5
/
+11
*
Fix typo in a comment.
joel
2007-01-16
1
-1
/
+1
*
Move MII model and revision into softc.
jkim
2007-01-16
1
-14
/
+24
*
- Move Ethernet@WireSpeed and jumbo frame configurations to separate
jkim
2007-01-15
1
-48
/
+60
[next]