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
/
bt_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+6
*
Clean up argument comments for bus_dma_tag_create() calls.
mdodd
2003-03-29
1
-17
/
+26
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
peter
2002-10-09
1
-1
/
+1
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-4
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-3
/
+3
*
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
*
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
1
-2
/
+1
*
Revert part of 1.9; we don't need to reset the port after release now that
peter
1999-04-24
1
-2
/
+1
*
Make the bt isa driver work..
peter
1999-04-18
1
-5
/
+11
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-68
/
+127
*
failled spell-check
phk
1999-04-06
1
-2
/
+2
*
Pull 'ISA style' probe where interrupt information is determined through
gibbs
1999-03-08
1
-43
/
+7
*
Fix probes when a port address is specified.
gibbs
1998-11-10
1
-21
/
+8
*
Fix breakage introduced by last patch. bde has added CC_QUIET flag to
imp
1998-10-12
1
-27
/
+4
*
Fix conficts in probe:
imp
1998-10-10
1
-1
/
+28
*
Removed unused include of "ioconf.h" again. The CAM changes made ioconf.h
bde
1998-09-24
1
-3
/
+1
*
Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.
gibbs
1998-09-15
1
-0
/
+322