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
*
s/adress/address/
kris
2001-07-23
1
-1
/
+1
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-8
/
+3
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.
peter
2000-05-28
1
-4
/
+0
*
Update to use newbus and busspace.
dfr
2000-05-27
1
-158
/
+121
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+4
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
Add 53C895A and 53C1510D device description to the ncr chip table.
groudier
2000-01-23
1
-0
/
+8
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-8
/
+8
*
Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
gallatin
1999-11-05
1
-4
/
+0
*
Don't restrict our requests for contiguous memory to addresses >= 1MB.
bde
1999-08-29
1
-2
/
+2
*
$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
[next]