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
/
buslogic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
1
-4
/
+0
*
Add some band-aid casts to quiet warnings. This driver still assumes
jhb
2002-11-06
1
-1
/
+1
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
peter
2002-10-09
4
-4
/
+4
*
Remove #if 0'ed abuse of NPCI
peter
2002-07-21
1
-3
/
+0
*
Use ANSI C string contatenation instead of a multi-line string literal.
jhb
2001-12-13
1
-4
/
+4
*
The EXTENDED_GEOMETRY flag is really bit 7. This affects >2GB drives.
peter
2001-08-26
1
-1
/
+1
*
Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.
mjacob
2001-07-04
1
-11
/
+115
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Classify all EISA cards with major firmware revions '2' as 742As.
gibbs
2000-11-13
3
-3
/
+22
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Fix typo (accessable --> accessible).
alex
2000-06-14
1
-1
/
+1
*
Unused include: #include "bt.h"
peter
2000-06-10
1
-2
/
+0
*
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
*
Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.
peter
2000-01-29
1
-5
/
+0
*
Use rman_get_start instead of bus handle directly.
nyan
2000-01-17
1
-1
/
+2
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-4
/
+2
*
- Point the right bits at the new location of the bus front ends.
mdodd
1999-10-09
2
-6
/
+8
*
- Restore correct operation of bt_mca.
mdodd
1999-10-09
1
-14
/
+26
*
Sync with recent changes to the MCA bus code. Resource IVARS went
mdodd
1999-10-08
1
-17
/
+9
*
mca_add_{iospace,mspace}() no longer takes a 4th arg.
mdodd
1999-09-26
1
-1
/
+1
*
This adds support for the Buslogic/Bustek/Storage Dimensions
mdodd
1999-09-03
1
-0
/
+324
*
$Id$ -> $FreeBSD$
peter
1999-08-28
5
-5
/
+5
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
4
-12
/
+12
*
Move the specification of EDGE/LEVEL triggered interrupts to
mdodd
1999-08-01
1
-2
/
+7
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This
peter
1999-06-28
1
-2
/
+1
*
Quieten the bt_isa_probe() messages since they get a bit much when
peter
1999-06-03
1
-3
/
+4
*
No support for pnp devices yet.
dfr
1999-05-30
1
-1
/
+5
*
Poll for interrupts in bt_cmd in case they are masked. A completing
gibbs
1999-05-23
1
-4
/
+14
*
Don't use BUS_WRITE_IVAR to manipulate resources.
dfr
1999-05-22
1
-9
/
+10
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
4
-8
/
+6
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-2
/
+3
*
Remove bt_softcs. It is no longer used.
imp
1999-05-05
2
-5
/
+2
*
Revert part of 1.9; we don't need to reset the port after release now that
peter
1999-04-24
1
-2
/
+1
*
Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.
peter
1999-04-24
1
-2
/
+2
*
ahc_pci.c:
gibbs
1999-04-23
1
-3
/
+3
*
bt.c:
gibbs
1999-04-23
2
-10
/
+18
*
Make bt driver work on eisa again.
dfr
1999-04-20
1
-2
/
+2
*
Make the bt isa driver work..
peter
1999-04-18
1
-5
/
+11
*
Check bus_setup_intr() as a seatbelt...
peter
1999-04-18
1
-2
/
+7
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
5
-419
/
+504
*
Improve bt_cmd() so that it has a better chance of working when there
gibbs
1999-04-07
2
-61
/
+84
*
failled spell-check
phk
1999-04-06
1
-2
/
+2
*
Fix a typo.
gibbs
1999-03-23
1
-2
/
+2
*
Add bt_port_probe() a routine shared by the EISA and ISA probe code to
gibbs
1999-03-08
2
-15
/
+87
*
Ask the card where our interrupt is instead of attempting to use the EISA
gibbs
1999-03-08
1
-85
/
+31
*
Pull 'ISA style' probe where interrupt information is determined through
gibbs
1999-03-08
1
-43
/
+7
[next]