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
*
Fix a gcc-3.1+ warning.
peter
2002-03-19
2
-0
/
+5
*
Regen; post SMC id's and also pick up a previously forgotten regen(?).
peter
2002-03-19
2
-2
/
+49
*
Add another SMC device ID and the hub ID that it went with.
peter
2002-03-19
1
-0
/
+3
*
Add the ia64 bus space tag for the IO ports (!).
peter
2002-03-19
2
-0
/
+8
*
Initialize variables before use. This was needed to pass -Werror.
jeff
2002-03-19
1
-0
/
+4
*
The previous commit missed fixing 2 old printf format errors and
bde
2002-03-19
1
-3
/
+3
*
Fix printf warning caused by recent changes in bio_pblkno's type.
gallatin
2002-03-19
1
-1
/
+2
*
Fixed printf format errors in previous commit. %llu is no more suitable
bde
2002-03-18
1
-2
/
+4
*
Fixed printf format errors in previous commit. %llu is no more suitable
bde
2002-03-18
1
-2
/
+3
*
Formats that print the block number need to be changed from %u to
imp
2002-03-18
2
-4
/
+4
*
Add a USB comm driver.
joe
2002-03-18
5
-0
/
+3025
*
Cleanup the chipset setup a bit.
sos
2002-03-18
1
-6
/
+12
*
Add support for the ServerWorks CSB5 chips
sos
2002-03-18
2
-5
/
+60
*
Regen for 1.28 of pccarddevs
imp
2002-03-17
1
-1
/
+7
*
Add support for the home Wireless Network airway wireless pcmcia card.
imp
2002-03-17
1
-0
/
+4
*
Work around a PLX9050 bug that causes system lockup in certain systems,
bde
2002-03-17
1
-3
/
+4
*
Extend CONS_GETINFO ioctl to provide information about size of the currently
sobomax
2002-03-16
1
-0
/
+1
*
o Rework the identify routine a little, merging it with NetBSD's wi.
imp
2002-03-16
3
-50
/
+45
*
Add more functionality to the CDIOCREADSUBCHANNEL ioctl.
sos
2002-03-16
2
-36
/
+30
*
Fix 64bit arch problems.
sos
2002-03-16
2
-5
/
+6
*
Remove useless splXXX set.
sos
2002-03-16
1
-3
/
+0
*
Merge from NetBSD:
joe
2002-03-16
4
-11
/
+26
*
Bump some $NetBSD$ idents for patches that have already been previously
joe
2002-03-16
2
-2
/
+2
*
Huge merge from NetBSD:
joe
2002-03-16
8
-293
/
+368
*
Add device ID for Xircom modem. Also add work around from gwk@sgi.com
imp
2002-03-16
2
-3
/
+10
*
Support for LG GM82C700, an AIC6360 clone.
luoqi
2002-03-15
3
-11
/
+39
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
6
-14
/
+14
*
Update to the RAID1 rebuild code.
sos
2002-03-15
2
-21
/
+37
*
Revert most of the recent PCI merge. This has proven to be too
imp
2002-03-15
2
-126
/
+971
*
Unbreak the probing of some CDROM drives.
sos
2002-03-14
1
-3
/
+3
*
Only allow super user to perform the Linux compatible ioctls since some
ambrisko
2002-03-14
1
-0
/
+4
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
7
-10
/
+6
*
Add 5th parameter to pci_read_device specifying the size of the object
imp
2002-03-13
2
-6
/
+6
*
Cleanup the recent cardbus cleanups. This fixes some of the panics
imp
2002-03-13
2
-50
/
+31
*
Only i386 has wbinvd().
dfr
2002-03-12
1
-0
/
+2
*
Do not concatenate __func__ with strings, because it is not a string.
peter
2002-03-12
1
-2
/
+2
*
Do not do string concatenation with __func__ (which is not a string)
peter
2002-03-12
1
-1
/
+1
*
Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,
peter
2002-03-12
1
-3
/
+3
*
Add support for 3Com Airconnect PCI cards.
brooks
2002-03-11
1
-0
/
+1
*
Add new support for locking an ATA channel and use that throughout
sos
2002-03-11
8
-49
/
+70
*
On FreeBSD make usb_proc_t the same as d_thred_t always.
imp
2002-03-11
1
-2
/
+2
*
Be more specific about when block major numbers disappeared from
joe
2002-03-11
9
-9
/
+9
*
Due to changes in the handling of the #line directive by GCC(cpp) 3.1,
obrien
2002-03-11
1
-1
/
+1
*
Make the diagnostics printfs less ugly.
dd
2002-03-11
1
-4
/
+6
*
Use the pci_enable_* functions instead of manually fiddling with the
tmm
2002-03-11
2
-12
/
+8
*
Silence a warning when compile without atapi devices.
sos
2002-03-10
1
-3
/
+4
*
Do not call a synthesizer with a sequencer lock held.
tanimura
2002-03-10
1
-2
/
+12
*
Add SONY VAIO psm controller ISA-PnP ID.
takawata
2002-03-10
1
-0
/
+1
*
Fix one genuine bug and a potential one:
luigi
2002-03-10
1
-2
/
+2
*
Set the busmaster enable bit in the PCI command register, as the firmware
tmm
2002-03-09
1
-0
/
+9
[next]