#
66235db5 |
| 11-Apr-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Staticize.
|
#
ab6d0040 |
| 04-Apr-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
Read the board revision and trim cache line size back from 16 to 1 for early revision 2100 boards. Make sure to turn ROM off for these boards.
|
#
92c49d78 |
| 25-Mar-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
enable 1080 LVD support
|
#
d59bd469 |
| 17-Mar-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
Prep for 1080/1240 support. Those fine h/w engineers at Qlogic gave yet another internal register layout model for what is *still* the same architecture. I hope they saved billyuns of gates 'coz othe
Prep for 1080/1240 support. Those fine h/w engineers at Qlogic gave yet another internal register layout model for what is *still* the same architecture. I hope they saved billyuns of gates 'coz otherwise this is *really* annoying.
show more ...
|
Revision tags: release/3.1.0 |
|
#
d951bbca |
| 09-Feb-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
Cleanup. Set all PCI parameters of importance. Set a define that will allow us via config options prefer mem space to I/O space.
|
#
1d74fa4c |
| 30-Jan-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
roll internal release tag
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
285e230d |
| 10-Jan-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
Amazingly stupid forgetfullness had me forgetting to turn on FIFO bursts for the 1XX0 cards. That cost > 50% performance.
|
#
17e318c6 |
| 28-Dec-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
clarify headers;ansify
|
#
2cbe36f7 |
| 14-Dec-1998 |
Matthew Dillon <dillon@FreeBSD.org> |
probe function changed from returning char * to const char *.
|
#
2fa86a2b |
| 05-Dec-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
trivial header fix
|
#
2127f260 |
| 04-Dec-1998 |
Archie Cobbs <archie@FreeBSD.org> |
Examine all occurrences of sprintf(), strcat(), and str[n]cpy() for possible buffer overflow problems. Replaced most sprintf()'s with snprintf(); for others cases, added terminating NUL bytes where a
Examine all occurrences of sprintf(), strcat(), and str[n]cpy() for possible buffer overflow problems. Replaced most sprintf()'s with snprintf(); for others cases, added terminating NUL bytes where appropriate, replaced constants like "16" with sizeof(), etc.
These changes include several bug fixes, but most changes are for maintainability's sake. Any instance where it wasn't "immediately obvious" that a buffer overflow could not occur was made safer.
Reviewed by: Bruce Evans <bde@zeta.org.au> Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> Reviewed by: Mike Spengler <mks@networkcs.com>
show more ...
|
#
e37c0455 |
| 26-Sep-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Add hooks so that the alpha can detect which disk has the root partition.
|
#
3dd37e43 |
| 18-Sep-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
(requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver that had depended on it for compilation within or without CAM to use __FreeBSD_version instead).
|
#
4873663c |
| 17-Sep-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
A major amount of cleaning up: + Change some messages about CCB memory allocation + Turn a failure to DMA map all of a transaction due to lack of ISP queue entries into a requeue operation (inst
A major amount of cleaning up: + Change some messages about CCB memory allocation + Turn a failure to DMA map all of a transaction due to lack of ISP queue entries into a requeue operation (instead of the case where it had been treated the same as a DMA too big operation). + put back splsoftvm around bus_dmamap_load calls. + cleanup (and fix a glaring bug) in the and of the dma setup routine. Also, the dma setup routines either return CMD_QUEUED (for success) or CMD_COMPLETE (for failure) or CMD_EAGAIN (for requeuing for resource shortage reasons).
show more ...
|
#
a185f9b1 |
| 16-Sep-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
Alpha port related fixes from Doug Rabson. Submitted by: dfr
|
#
d720e6d5 |
| 15-Sep-1998 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Convert ISP pci front end to CAM/bus space/dma.
Convert ncr driver to CAM.
|
#
b97fc948 |
| 10-Aug-1998 |
Bruce Evans <bde@FreeBSD.org> |
Use [u]intptr_t instead of [unsigned] long to convert and/or represent pointers.
This finishes fixing conversions between pointers and integers of possibly different sizes in GENERIC.
|
Revision tags: release/2.2.7 |
|
#
9bffbcd4 |
| 13-Jul-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed printf format errors (only 1 left in GENERIC now).
|
#
65adb54c |
| 22-Apr-1998 |
Matt Jacob <mjacob@FreeBSD.org> |
Add support for the Qlogic ISP SCSI && FC/AL Adapters
|