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
*
Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.
scottl
2003-06-28
1
-0
/
+510
*
Fix a race condition in the flushing of commands that
gibbs
2003-06-28
1
-49
/
+379
*
aic79xx.h:
gibbs
2003-06-28
2
-10
/
+16
*
Use clr instead of an explicit mov from ALLZEROS
gibbs
2003-06-28
1
-2
/
+2
*
Implement ahd_inq_scbram() and change the implemention
gibbs
2003-06-28
1
-5
/
+12
*
Correct a typo in a comment.
gibbs
2003-06-28
1
-10
/
+23
*
aic79xx.seq:
gibbs
2003-06-28
1
-5
/
+4
*
aic79xx.h:
gibbs
2003-06-28
2
-16
/
+23
*
Fix pointer/int warnings so this compiles on amd64. The driver wants
peter
2003-06-27
3
-4
/
+4
*
Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea).
njl
2003-06-27
1
-123
/
+133
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
2
-2
/
+2
*
Sort the list of PCI ID's in numerical order and fix a whitespace bogon.
jhb
2003-06-27
1
-4
/
+4
*
Prevent probing the secondary channel on CMD646 controllers if the
grehan
2003-06-27
1
-0
/
+6
*
Remove check to see if the get resource for the second resource
imp
2003-06-27
1
-4
/
+0
*
Return support needed by dstumbler:
sam
2003-06-27
2
-12
/
+174
*
- Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.
simokawa
2003-06-27
3
-3
/
+4
*
Other minor style nits I missed in ep_if_start() in my previous
mux
2003-06-26
1
-3
/
+4
*
Make if_ep_start() look a bit more like other if_start() functions,
mux
2003-06-26
1
-18
/
+13
*
Fix a race condition that was introduced since pccbb interrupts are
mux
2003-06-26
1
-7
/
+5
*
Set a lower bound on fragment size rather than returning a failure
mdodd
2003-06-26
1
-4
/
+2
*
Give the correct size for the command map to busdma.
ps
2003-06-26
1
-1
/
+1
*
Add amd64 support.
peter
2003-06-26
1
-1
/
+1
*
- Zero the buffers used to hold configuration data from the card. Not doing
scottl
2003-06-26
4
-15
/
+38
*
Regen.
joe
2003-06-25
2
-11
/
+69
*
Added some new devices and made slight changes to some existing ones.
joe
2003-06-25
1
-3
/
+13
*
Set pointers to NULL after free() to prevent multiple free().
mdodd
2003-06-25
1
-0
/
+3
*
o correct mib spelling: reset -> retest
sam
2003-06-25
1
-3
/
+15
*
Fix some style bugs.
cognet
2003-06-25
1
-49
/
+50
*
/dev/null and /dev/zero does not need Giant
phk
2003-06-24
1
-1
/
+2
*
Drop locks before calling if_input() since it may re-enter fxp_start()
njl
2003-06-23
1
-0
/
+10
*
Add parenthesis so that we get all of the bits all
gibbs
2003-06-23
1
-2
/
+2
*
Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).
sam
2003-06-23
4
-0
/
+3201
*
Check compatibility partitions on all archs. This makes vinum
harti
2003-06-23
1
-2
/
+0
*
This is a driver for Fore PCA200E cards that uses busdma and works on
harti
2003-06-23
5
-0
/
+6659
*
Add a PCI ID for the Apollo Pro 133A.
mdodd
2003-06-23
1
-0
/
+2
*
Add PCI IDs for the i82855 and i82875P AGP bridges.
mdodd
2003-06-23
1
-0
/
+12
*
prevent the number of patterns from exceeding the number of pci devices.
jmg
2003-06-23
1
-1
/
+1
*
cleanup /dev/pci code some:
jmg
2003-06-23
1
-54
/
+20
*
Remove 256 unit limit, there is no evil minor number encoding to
phk
2003-06-22
1
-2
/
+0
*
Re-enabled PCI irq routing on pc98.
nyan
2003-06-22
1
-1
/
+1
*
use a REG macro that was already defined.
jmg
2003-06-22
1
-3
/
+10
*
fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, not
jmg
2003-06-20
1
-1
/
+3
*
Add support for the HighPoint HPT302 & HPT371
sos
2003-06-19
1
-0
/
+2
*
make iicbb_devclass and iicbb_driver globally visible. This will let
jmg
2003-06-19
2
-2
/
+5
*
Add vm object locking.
alc
2003-06-19
1
-0
/
+6
*
Fixing some glaring problems with aac_disk_dump().
scottl
2003-06-19
1
-2
/
+18
*
Add a solaris compatible ofw interface for third party software that
jake
2003-06-19
2
-0
/
+264
*
Initialize struct fileops with C99 sparse initialization.
phk
2003-06-18
1
-2
/
+7
*
Style: __FBSDID().
harti
2003-06-18
5
-10
/
+16
*
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
harti
2003-06-17
8
-0
/
+6017
[next]