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
*
use __packed/__aligned rather than GCC-specific __attribute__.
alfred
2002-09-23
2
-14
/
+14
*
s/__attribute__((__packed__))/__packed/g
alfred
2002-09-23
2
-5
/
+5
*
Wads more cleanup...
mjacob
2002-09-23
1
-176
/
+233
*
Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic for
mjacob
2002-09-23
1
-2
/
+14
*
We do not need to expose mpt_notify outside of mpt_freebsd.c.
mjacob
2002-09-23
1
-1
/
+0
*
When freeing a request, zero out the sequence number.
mjacob
2002-09-23
1
-2
/
+3
*
Remove ISP_DMA_ADDR_T definition.
mjacob
2002-09-23
1
-10
/
+17
*
Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions.
mjacob
2002-09-23
1
-0
/
+6
*
Redo dma tag creation to correctly reflect the boundary and segment
mjacob
2002-09-23
1
-8
/
+7
*
Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED
mjacob
2002-09-23
1
-8
/
+12
*
Fix buglet in A64 CTIO3 structure copy.
mjacob
2002-09-23
1
-1
/
+1
*
Remove ISP_DMA_ADDR_T define (see ispvar.h)
mjacob
2002-09-23
1
-1
/
+4
*
If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64
mjacob
2002-09-23
1
-22
/
+49
*
The ahc driver should only have one devclass, not one for each bus
scottl
2002-09-22
4
-9
/
+10
*
Fix a couple of longstanding typos which would have made a
jdp
2002-09-22
1
-1
/
+2
*
Follow the lead of recent changes in the 3com Linux driver by
jdp
2002-09-22
1
-46
/
+3
*
Set up the BCM570x chip's DMA Read/Write Control register more
jdp
2002-09-22
1
-2
/
+10
*
Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS and
grehan
2002-09-22
1
-2
/
+2
*
Move the com_scr register address definition over with the other seven.
phk
2002-09-22
2
-2
/
+1
*
Remove #ifdef'ed Giant mutex wrappers round debugging statements.
markm
2002-09-21
2
-10
/
+0
*
Cleanup of amdpm(4).
nsouch
2002-09-21
1
-0
/
+1
*
No functional change. Fix comments and whitespace.
markm
2002-09-21
1
-4
/
+3
*
Everywhere else, an argument passed to a device containing flags
markm
2002-09-21
1
-5
/
+4
*
don't include bus_dma.h which doesn't need.
simokawa
2002-09-21
1
-3
/
+0
*
remove unused code.
simokawa
2002-09-21
1
-15
/
+0
*
Remove empty #if*/#endif clauses.
phk
2002-09-21
3
-7
/
+0
*
Add missing semicolon
grehan
2002-09-20
1
-1
/
+1
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
12
-110
/
+49
*
This file does not <sys/disklabel.h>
phk
2002-09-20
1
-1
/
+0
*
Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>
phk
2002-09-20
4
-11
/
+0
*
Reduce <sys/disklabel.h> poisoning a bit.
phk
2002-09-20
2
-1
/
+1
*
Include <sys/ioccom.h> directly, rather than indirectly through
phk
2002-09-20
1
-1
/
+1
*
Remove even more Copy&Pasted sets of #includes.
phk
2002-09-20
2
-16
/
+0
*
Remove unused #includes. Looks amacingly like the exact same set
phk
2002-09-20
1
-6
/
+0
*
Remove #include of <sys/disklabel.h> (and a few other unused #includes I
phk
2002-09-20
1
-8
/
+0
*
Fix the support for the AN985/983 chips, which do not set the
mbr
2002-09-20
1
-1
/
+2
*
Enable the automatic TX underrun recovery for the ADMtek chips.
mbr
2002-09-20
2
-0
/
+5
*
Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
phk
2002-09-20
6
-13
/
+13
*
Retire now unused DIOCGDVIRGIN kludge.
phk
2002-09-20
1
-3
/
+0
*
move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and
peter
2002-09-19
2
-5
/
+2
*
Add support for the VIA 8235.
sos
2002-09-18
2
-2
/
+5
*
Firewire device support for Apple eMac with PPC kernel.
ikob
2002-09-17
4
-1
/
+29
*
Fix the clockprobe test on the Sil 680
sos
2002-09-16
1
-1
/
+1
*
Deprecate the USB_SETDEBUG IOCTL as debug levels can now be set
joe
2002-09-15
1
-13
/
+0
*
Suitably shrink a comment so it applies again.
phk
2002-09-15
1
-5
/
+2
*
Fix i810 after i830 commit.
anholt
2002-09-15
1
-0
/
+2
*
Fixed breakage from removing the used include of <sys/buf.h> in the
bde
2002-09-15
1
-0
/
+3
*
remove #includes of <sys/bio.h> where not needed.
phk
2002-09-14
4
-4
/
+0
*
FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.
phk
2002-09-14
1
-3
/
+2
*
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
ikob
2002-09-13
19
-0
/
+11852
[next]