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
/
aha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Save the device so we can do a device_printf.
imp
2003-11-13
3
-76
/
+69
*
Minor diff reduction with p4
imp
2003-11-12
1
-1
/
+1
*
Move 'guessing' code from the probe into the identify routine where it more
imp
2003-11-10
2
-160
/
+106
*
Tweak the front end driver file list
imp
2003-11-09
1
-31
/
+26
*
Add my copyright to aha_isa.c to make it crystal clear its license
imp
2003-11-09
1
-1
/
+25
*
Let bus space manage softc.
imp
2003-11-09
4
-56
/
+23
*
Minor tweaks to make it behave better:
imp
2003-11-09
1
-8
/
+18
*
Minor comment smithing
imp
2003-11-09
1
-4
/
+4
*
Make this driver a little more style(9) compliant
imp
2003-11-09
4
-206
/
+176
*
Use __FBSDID().
obrien
2003-08-24
3
-6
/
+9
*
Mega busdma API commit.
scottl
2003-07-01
3
-0
/
+18
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-2
/
+2
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-2
/
+2
*
Clean up argument comments for bus_dma_tag_create() calls.
mdodd
2003-03-29
3
-51
/
+76
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
1
-4
/
+0
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
Fix build on alpha. It used to case an int to a pointer in order to do
peter
2002-10-09
1
-1
/
+2
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
peter
2002-10-09
2
-2
/
+2
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
1
-0
/
+1
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
2
-2
/
+2
*
Remove NAHA, NAHATOT and aha_softcs and related code. It was unused
imp
2001-02-04
2
-30
/
+0
*
Remove unnecessary includes found by phk's script a long time ago.
imp
2000-12-13
2
-4
/
+0
*
Make a few more mallocs use M_ZERO.
dwmalone
2000-10-29
1
-2
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Fix typo (accessable --> accessible).
alex
2000-06-14
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-5
/
+5
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-5
/
+5
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
More pnpids.
imp
2000-03-25
2
-2
/
+8
*
Fix plug and play support:
imp
2000-01-24
4
-119
/
+97
*
MIN unused, so kill it
imp
1999-10-25
1
-1
/
+0
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-8
/
+6
*
Kill unused includes
imp
1999-10-11
2
-2
/
+0
*
Use the PRVERB() macro instead of 'if (bootverbose) printf()...
mdodd
1999-10-02
1
-3
/
+8
*
Add support for the AHA-1640 SCSI adapter.
mdodd
1999-10-01
1
-0
/
+247
*
Use rmand_get_bus{tag,handle} rather than hard wiring things to
imp
1999-09-28
1
-3
/
+3
*
Newbusification of aha. dfr sent me the first cut, and I made it
imp
1999-09-28
1
-129
/
+165
*
Remove vestiges of old pnp code.
dfr
1999-09-03
1
-8
/
+0
*
Missed this use of the old pnp includes. I don't think this is meant to
peter
1999-09-02
1
-1
/
+2
*
Stub out the old pnp code till these are converted so GENERIC builds again.
peter
1999-09-02
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
2
-7
/
+7
*
The 1542 cards do not allow adapter commands to be queued while mailbox
gibbs
1999-05-25
2
-34
/
+90
*
Put a small delay in before sending the inquire_setup command. The
imp
1999-05-14
1
-4
/
+6
*
Add another kludge to the card identification probe. It appears that
imp
1999-05-11
1
-4
/
+7
*
Use haveseen_ioport() which is now connected up to the resource manager.
peter
1999-05-08
1
-2
/
+2
*
ahatimeout is static..
peter
1999-05-06
1
-2
/
+2
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-2
/
+3
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-5
/
+2
*
Staticize.
eivind
1999-04-11
1
-4
/
+4
[next]