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
*
Scale back # of luns supported for SCC to 16384- oops- top 3 bits are a
mjacob
2002-04-16
3
-28
/
+112
*
Diff reduction to 4.x version.
julian
2002-04-16
1
-44
/
+41
*
Add support for the nVIDIA nForce ATA controller.
sos
2002-04-16
2
-58
/
+50
*
Merge from OpenBSD's fixes:
imp
2002-04-16
2
-278
/
+278
*
Minor format nit
imp
2002-04-16
1
-1
/
+0
*
Cast another bus_addr_t to long long for a printf to quiet a warning on
jhb
2002-04-16
1
-1
/
+2
*
- Nuke fore_pci_device.
arr
2002-04-16
1
-67
/
+41
*
- Remove PCA-200E definition -- this will be re-added in the commit to
arr
2002-04-16
1
-1
/
+0
*
Recognize the AC97 interface to the onboard sound controller on the Nvidia
jhb
2002-04-15
1
-0
/
+4
*
Use bus_addr_t instead of u_int for local variables that are derived from
jhb
2002-04-15
1
-5
/
+5
*
Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero
cokane
2002-04-15
1
-10
/
+3
*
Remove a spurious warning as x is always initialised before use.
roberto
2002-04-15
1
-1
/
+1
*
Basic OpenFirmware disk driver. It will attach to anything in OpenFirmware
benno
2002-04-15
1
-0
/
+261
*
Fix tx-rate setting for Lucent cards.
brooks
2002-04-14
1
-0
/
+15
*
Support the Siemens SpeedStream PCI card.
brooks
2002-04-14
1
-0
/
+1
*
Fix the play / record rate setting so that it actually works.
jhay
2002-04-14
1
-3
/
+8
*
Turn on TGA support.
obrien
2002-04-13
8
-18
/
+64
*
If the receiver runs out of space for an received frame in the internal
phk
2002-04-13
2
-22
/
+8
*
Fix an edge case wrt membase, but more changes needed
imp
2002-04-13
1
-1
/
+1
*
Restore NetBSD copyrights that shouldn't have been removed in the first place.
imp
2002-04-13
2
-0
/
+60
*
Add a couble more Promise chip ID's.
sos
2002-04-12
1
-1
/
+2
*
After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,
imp
2002-04-12
1
-10
/
+2
*
unifdef -DWI_HOSTAP, like OpenBSD does
imp
2002-04-12
5
-56
/
+5
*
ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.
alfred
2002-04-12
1
-0
/
+2
*
Replace the original host WEP implementation with the one in OpenBSD
imp
2002-04-12
2
-146
/
+130
*
Add ActionTec HWC01170 and Linksys IWN2
imp
2002-04-11
1
-0
/
+2
*
Catchup to 1.32
imp
2002-04-11
1
-1
/
+7
*
Add ACTIONTEC HWC01170 from OpenBSD
imp
2002-04-11
1
-0
/
+4
*
Make this compile again when UMASS_DEBUG isn't defined.
jhb
2002-04-11
1
-0
/
+2
*
Fix a warning due to the code assuming sizeof(int) == sizeof(void *) which
jhb
2002-04-11
1
-1
/
+1
*
Add yet another chip ID for a Promise TX2 chip.
sos
2002-04-11
3
-0
/
+4
*
Delay umass_cam_rescan by 200 ms to make sure attach is finished by the
n_hibma
2002-04-11
1
-3
/
+12
*
Fix the I/O performance issues with the ciss driver where CAM was limiting
ps
2002-04-11
1
-1
/
+2
*
Only calculate Promise magic if a device is there for info.
sos
2002-04-11
1
-2
/
+2
*
Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>
imp
2002-04-11
8
-53
/
+1769
*
better init
imp
2002-04-11
1
-4
/
+6
*
Yet another adjustment of digi_delay(). The delay is now consistent
brian
2002-04-10
3
-18
/
+19
*
Postpone I/O to the device until attach has finished. This fixes
n_hibma
2002-04-10
1
-21
/
+23
*
Change more uses of tsleep() to digi_delay() and make the loop counts more
brian
2002-04-10
3
-19
/
+22
*
Fix the FreeBSD native ATA RAID code a bit.
sos
2002-04-10
2
-31
/
+34
*
intline == 0 is not a valid intline on 386. See pci_cfgintr() in
n_hibma
2002-04-10
1
-1
/
+5
*
Treat input on the snp device as an `unsigned char'. According to the
dd
2002-04-10
1
-1
/
+1
*
Add a digi_delay() function and use it instead of tsleep() when polling
brian
2002-04-10
1
-5
/
+14
*
Use the PCI port for pci cards, not just for PCIXR cards.
brian
2002-04-10
1
-6
/
+6
*
Change linker_reference_module() so that it's passed a struct
brian
2002-04-10
1
-2
/
+8
*
Add some missing MODULE_VERSIONs
brian
2002-04-10
8
-0
/
+9
*
Slight tidy up to reduce the differences between our version and NetBSD's.
joe
2002-04-09
1
-9
/
+9
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
4
-5
/
+3
*
Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking
phk
2002-04-09
1
-1
/
+1
*
Use the right major number.
jake
2002-04-09
1
-1
/
+1
[next]