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
/
dpt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Allow the DPT pci attachment to share IRQ's
peter
2000-08-26
1
-1
/
+2
*
Fix some warnings. Here are more part-time volatiles - ie: data that
peter
2000-08-07
1
-3
/
+3
*
Use correct register values. This one was in aic7xxx and advansys too.
peter
2000-05-28
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-7
/
+7
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-7
/
+7
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Use correct offset into register window.
mdodd
2000-04-07
1
-1
/
+2
*
- Convert dpt_pci.c to newbus.
mdodd
2000-04-07
6
-457
/
+431
*
Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiled
peter
2000-01-29
1
-4
/
+0
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Switch over to the new location in sys/dev/dpt.
mdodd
1999-10-09
1
-1
/
+1
*
- Implement a simple PIO driven function for retreiving the onboard
mdodd
1999-10-09
4
-101
/
+137
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
7
-7
/
+7
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
2
-11
/
+2
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-1
/
+2
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-5
/
+6
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
3
-8
/
+8
*
Move the specification of EDGE/LEVEL triggered interrupts to
mdodd
1999-08-01
2
-12
/
+14
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+22
*
I'm told by the PR author that this page_size increment was in
jkh
1999-05-13
1
-2
/
+1
*
During probe, the page lockdown code in dpt_control.c does some
jkh
1999-05-11
1
-2
/
+4
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+2
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-1
/
+2
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-99
/
+93
*
Error check is not necessary - this function cannot fail in this
eivind
1998-12-22
1
-8
/
+4
*
Better error checking and more complete struct initialization.
eivind
1998-12-22
1
-5
/
+13
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+3
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-2
/
+3
*
-Wunused cleanup.
gibbs
1998-10-15
1
-9
/
+3
*
Honor CAM_TAG_ACTION_NONE.
gibbs
1998-10-15
1
-2
/
+3
*
Call dpt_intr from our timeout routine to clear any pending commands before
gibbs
1998-10-09
1
-3
/
+11
*
ahc_pci.c:
gibbs
1998-10-07
1
-2
/
+2
*
Remove a spurious, but benign statement.
gibbs
1998-10-02
1
-6
/
+4
*
dpt.h:
gibbs
1998-09-22
2
-18
/
+16
*
Drop the maximum SG count to 32 from 1024. We can't make use of all of
gibbs
1998-09-20
2
-22
/
+28
*
Correct printf format bugs.
gibbs
1998-09-15
1
-4
/
+5
*
Conver the DPT driver to CAM. The dpt_control interface is not yet
gibbs
1998-09-15
6
-3718
/
+3152
*
Fix an spl protection botch.
gibbs
1998-08-26
1
-3
/
+3
*
Fixed printf format and spelling errors. Didn't fix related
bde
1998-08-16
1
-3
/
+3
*
Hide compiler warnings for casting from a long to a pointer of a
bde
1998-08-10
1
-2
/
+2
*
MF22: Shut this thing up by default.
jkh
1998-08-09
1
-2
/
+2
[next]