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
*
Simplify the opening of the resources for cardbus cards. Before we'd
imp
2005-12-29
1
-102
/
+53
*
Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)
netchild
2005-12-29
1
-1
/
+1
*
Add support for the HP 8200C/8250C/8290C scanners.
netchild
2005-12-29
2
-0
/
+2
*
Add support for the Canon CanoSvan LIDE 25.
netchild
2005-12-29
2
-0
/
+2
*
Fix some kind of "off by one"-error: the min or max sample rate the
netchild
2005-12-29
1
-2
/
+2
*
Merge NetBSD rev. 1.61:
netchild
2005-12-29
1
-1
/
+1
*
Add support for Epson 2480 scanner.
netchild
2005-12-29
2
-0
/
+2
*
Emit USB_EVENT_DRIVER_DETACH on detach.
netchild
2005-12-29
1
-0
/
+3
*
Help Warner with merge from p4.
glebius
2005-12-29
1
-1
/
+2
*
Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There
imp
2005-12-29
4
-71
/
+268
*
Initialize the event tailq.
scottl
2005-12-28
1
-0
/
+1
*
Add missing parens.
glebius
2005-12-28
1
-1
/
+1
*
Fix the order of the stereo channels (left <-> right).
netchild
2005-12-28
1
-4
/
+4
*
o Fix typos in the comments.
maxim
2005-12-28
1
-2
/
+2
*
Check for IFF_DRV_RUNNING in the interrupt loop.
glebius
2005-12-28
1
-2
/
+3
*
Further updates to the Marvell support code.
sos
2005-12-28
1
-13
/
+24
*
When in rev. 1.47 cardbus_alloc_resources() function was moved from
glebius
2005-12-28
1
-15
/
+40
*
A style nit.
glebius
2005-12-28
1
-1
/
+1
*
Tidy up em_resume():
glebius
2005-12-28
1
-8
/
+4
*
Cache the tx producer index instead of reading it every time ti_start is
scottl
2005-12-28
2
-1
/
+4
*
Fix a serious regression from the busdma conversion. Check to make sure
scottl
2005-12-28
1
-10
/
+17
*
Add some sanity checking to the pccard insertion case. Whine if the
imp
2005-12-28
1
-4
/
+6
*
Bring big-endian architecture support for ti(4).
yongari
2005-12-28
2
-241
/
+311
*
Add a hid blacklist quirk.
flz
2005-12-27
4
-1
/
+20
*
Ensure that we're aligned at leas tto the size of the resource being requested.
imp
2005-12-27
1
-0
/
+21
*
nits
imp
2005-12-27
1
-1
/
+1
*
Change the probes in ATA to return a negative value on success.
sos
2005-12-27
2
-26
/
+24
*
Update the last commit to also take 48Bit access functions.
sos
2005-12-27
1
-1
/
+3
*
Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips.
sos
2005-12-27
3
-0
/
+456
*
Fix rebuilds of arrays that got stuck.
sos
2005-12-27
3
-9
/
+30
*
- Plug a memory leak: free up per-cpu sample buffers at module unload time.
jkoshy
2005-12-26
1
-3
/
+14
*
Add simple suspend and resume methods. We call em_stop() on suspend and
glebius
2005-12-26
1
-0
/
+40
*
Wrap comment lines to be under 80 characters wide.
jkoshy
2005-12-26
1
-2
/
+3
*
Add suspend and resume support.
ariff
2005-12-25
1
-4
/
+88
*
Make tv_sec a time_t on all platforms but alpha. Brings us more in line with
trhodes
2005-12-24
2
-4
/
+4
*
Use device_printf() and if_printf() rather than printf() and axe
yongari
2005-12-23
2
-53
/
+51
*
Return BUS_PROBE_GENERIC rather than 0 in the probe routine.
jhb
2005-12-22
1
-1
/
+1
*
Use the copy of the card's MAC address saved in tulip_enaddr() in the softc
jhb
2005-12-22
1
-3
/
+12
*
- All bge(4) supported hardware is known to support RX/TX checksum offloading,
glebius
2005-12-22
1
-10
/
+69
*
Add a quirk to fix resume on some laptops.
glebius
2005-12-22
1
-0
/
+9
*
Fix bge_eeprom_getbyte() to return 1 when timeout happens.
yongari
2005-12-22
1
-3
/
+8
*
Add bge(4) support for big-endian architectures(part 2/2).
yongari
2005-12-22
1
-92
/
+75
*
Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.
ru
2005-12-21
1
-0
/
+2
*
Use ETHER_ADDR_LEN rather than hardcoding 6.
jhb
2005-12-21
1
-1
/
+1
*
Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can be
ru
2005-12-21
6
-0
/
+6
*
bandaid assumption that char is signed
sam
2005-12-21
1
-1
/
+1
*
- Fix type in previous commit; unbreak build
pav
2005-12-20
1
-1
/
+1
*
- Use PCIR_BAR() macro for the BAR for the aperture.
jhb
2005-12-20
1
-7
/
+1
*
- Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as
jhb
2005-12-20
11
-39
/
+63
*
Attach to the vgapci device rather than pci.
jhb
2005-12-20
1
-1
/
+11
[next]