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
/
ncr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
#include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().
peter
1999-07-01
1
-2
/
+3
*
Kill option FAILSAFE.
des
1999-06-15
1
-3
/
+2
*
Allow chipset drivers to specify the direct-mapped DMA window's mask in
gallatin
1999-05-26
1
-4
/
+3
*
Fix a memory leak and a double free that could happen in certain error
ken
1999-05-21
1
-5
/
+4
*
Really support Ultra-2 chips. Symbios redefined a register that
se
1999-05-09
1
-33
/
+11
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-22
/
+40
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+13
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-3
/
+3
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-4
/
+4
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-6
/
+5
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+3
*
Honor CAM_TAG_ACTION_NONE.
gibbs
1998-10-15
1
-2
/
+3
*
FIxed printf format errors (an new one that is only detected on systems
bde
1998-09-29
1
-6
/
+6
*
Add hooks so that the alpha can detect which disk has the root partition.
dfr
1998-09-26
1
-2
/
+6
*
Don't set script to vaddr2 on the alpha - it can't access scripts in device
dfr
1998-09-26
1
-2
/
+6
*
A fix from Justin for the NCR bug that caused panics on 875 (and possibly
ken
1998-09-22
1
-3
/
+3
*
Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c.
gibbs
1998-09-22
1
-23
/
+25
*
Alpha patches for the NCR driver from Doug Rabson. I've tested these on an
ken
1998-09-20
1
-54
/
+136
*
Set QUIRK_NOMSG for all devices as was the case in the non-CAM version
gibbs
1998-09-18
1
-3
/
+3
*
Really correct ncr_freeze_devq now. We scan backwards from the current
gibbs
1998-09-17
1
-11
/
+26
*
Use %p with (void *) casts to print pointers with printf.
gibbs
1998-09-17
1
-5
/
+5
*
Fix a regression that caused the script to spam itself by copying something
gibbs
1998-09-16
1
-17
/
+49
*
Fix a bug in ncr_freeze_devq() which is called when we see a queue
gibbs
1998-09-16
1
-5
/
+10
*
Correct printf format bugs.
gibbs
1998-09-15
1
-6
/
+8
*
Convert ISP pci front end to CAM/bus space/dma.
gibbs
1998-09-15
1
-1647
/
+1073
*
Fixed the formatting of some tables (mainly the one produced by ps
bde
1998-08-10
1
-3
/
+3
*
Avoid some casts of pointers to integers (of possibly different sizes).
bde
1998-07-14
1
-7
/
+7
*
Remove unused member reselet from struct tstamp.
se
1998-07-12
1
-3
/
+2
*
Fix size of time stamps (had been time_t before the variable "time" was
se
1998-07-12
1
-26
/
+29
*
Fixed printf format errors.
bde
1998-07-11
1
-8
/
+9
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-4
/
+4
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-34
/
+33
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Make FAILSAFE a new-style option.
eivind
1998-02-04
1
-2
/
+3
*
Fix size of start queue to 32 entries, independent of the default
se
1997-12-02
1
-3
/
+3
*
Rename some local variables to avoid shadowing other local variables.
phk
1997-11-07
1
-5
/
+5
*
Update for new callout interface.
gibbs
1997-09-21
1
-4
/
+5
*
Treat "reservation conflict" status similar to "busy".
se
1997-09-10
1
-4
/
+6
*
Remove scaling of tp->period, since the value is assumed to be in
se
1997-09-09
1
-12
/
+2
*
Prepare for 64bit programming environment (e.g. Alpha):
se
1997-08-31
1
-32
/
+32
*
Remove debug printf() that had been ommited by accident.
se
1997-08-31
1
-3
/
+2
*
Fix problem with early revision 53c825a and 53c875 chips, which
se
1997-08-31
1
-5
/
+3
*
Some cleanup and a fix for an assumed chip bug:
se
1997-08-23
1
-93
/
+90
*
Minor corrections to the code added in rev. 1.100 and 1.101:
se
1997-08-23
1
-4
/
+4
*
Removed unused #includes.
bde
1997-08-02
1
-6
/
+2
*
Fix problem caused by a chunk of the previous patch having been
se
1997-07-29
1
-3
/
+3
[next]