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
*
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
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
Remove unsued variable.
gibbs
1998-12-11
1
-9
/
+12
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-5
/
+5
*
Move a diagnostic behind "if (bootverbose)".
gibbs
1998-11-13
1
-5
/
+7
*
Noop Commit - Change was in last revision.
gibbs
1998-11-10
1
-1
/
+1
*
Convert to change in ISA compatiblity port handling in the base bt driver.
gibbs
1998-11-10
1
-3
/
+3
*
Fix probes when a port address is specified.
gibbs
1998-11-10
3
-47
/
+115
*
Do not disable the ISA compatibility window if it is the same value as
gibbs
1998-10-30
3
-10
/
+22
*
-Wunused cleanup.
gibbs
1998-10-15
1
-4
/
+2
*
Honor CAM_TAG_ACTION_NONE.
gibbs
1998-10-15
1
-3
/
+4
*
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
*
Hook up ahapoll so that dumps, synchronize cache commands or any other
gibbs
1998-10-09
1
-1
/
+2
*
Removed unused include of "ioconf.h" again. The CAM changes made ioconf.h
bde
1998-09-24
1
-3
/
+1
*
On wide cards with firmware revisions < 5.06L, we have to infer that
gibbs
1998-09-20
1
-1
/
+17
*
Use %p with (void *) casts to print pointers with printf.
gibbs
1998-09-17
1
-6
/
+6
*
Fix printf format bugs.
gibbs
1998-09-16
1
-7
/
+9
*
Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.
gibbs
1998-09-15
5
-0
/
+3755