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
/
pci
/
isp_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dmasetup functions to have 16 bit queue indices. Get the chip revision
mjacob
1999-11-21
1
-28
/
+40
*
Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
gallatin
1999-11-05
1
-6
/
+0
*
Organize things to cope with the (possible) lack of downloadable
mjacob
1999-10-30
1
-11
/
+27
*
Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or what
mjacob
1999-10-17
1
-22
/
+59
*
remove unnecessary includes
mjacob
1999-10-11
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Cast pointers to uintptr_t instead of casting them to u_long, and/or vice
bde
1999-08-24
1
-2
/
+2
*
Set some correct return values. Prefer I/O map all the time unless configured
mjacob
1999-08-16
1
-13
/
+20
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-2
/
+2
*
add in a boot environment isp_disable flag
mjacob
1999-07-06
1
-1
/
+11
*
Wow- too much breakage..wait until you compile it, buckwheat...
mjacob
1999-07-05
1
-2
/
+2
*
Oops- got sense of ifdef wrong
mjacob
1999-07-05
1
-2
/
+2
*
add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/W
mjacob
1999-07-05
1
-8
/
+14
*
Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,
mjacob
1999-07-02
1
-325
/
+235
*
(corrections for type change in softc)
mjacob
1999-06-24
1
-3
/
+3
*
Clean up 2.2.X support (which might have to be cleaned up again
mjacob
1999-05-11
1
-30
/
+53
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Read the board revision and trim cache line size back from 16 to 1
mjacob
1999-04-04
1
-8
/
+71
*
enable 1080 LVD support
mjacob
1999-03-25
1
-21
/
+19
*
Prep for 1080/1240 support. Those fine h/w engineers at Qlogic
mjacob
1999-03-17
1
-80
/
+185
*
Cleanup. Set all PCI parameters of importance. Set a define that will
mjacob
1999-02-09
1
-15
/
+105
*
roll internal release tag
mjacob
1999-01-30
1
-2
/
+2
*
Amazingly stupid forgetfullness had me forgetting to turn on FIFO bursts
mjacob
1999-01-10
1
-4
/
+4
*
clarify headers;ansify
mjacob
1998-12-28
1
-60
/
+22
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-2
/
+2
*
trivial header fix
mjacob
1998-12-05
1
-0
/
+5
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+1
*
Add hooks so that the alpha can detect which disk has the root partition.
dfr
1998-09-26
1
-0
/
+3
*
(requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver
mjacob
1998-09-18
1
-7
/
+8
*
A major amount of cleaning up:
mjacob
1998-09-17
1
-44
/
+32
*
Alpha port related fixes from Doug Rabson.
mjacob
1998-09-16
1
-17
/
+33
*
Convert ISP pci front end to CAM/bus space/dma.
gibbs
1998-09-15
1
-36
/
+428
*
Use [u]intptr_t instead of [unsigned] long to convert and/or represent
bde
1998-08-10
1
-3
/
+3
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
1
-5
/
+5
*
Add support for the Qlogic ISP SCSI && FC/AL Adapters
mjacob
1998-04-22
1
-0
/
+559