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
*
Add back 'n' that went missing in last commit
imp
2005-02-25
1
-1
/
+1
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-36
/
+36
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
Fix typos from previous commit.
scottl
2005-01-07
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Fix oversight reported by Norikatsu Shigemura for the "sym" driver
se
2004-09-10
1
-0
/
+1
*
Update for the KDB framework:
marcel
2004-07-10
1
-1
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-7
/
+7
*
Replace calls to vm_page_alloc_contig() by calls to contigmalloc().
alc
2004-01-13
1
-7
/
+6
*
Revert previous change for ncrreg.h. The header really lives in
marcel
2003-08-23
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Changed the type of the variable `qidx' from u_int8_t to int,
robert
2003-07-27
1
-2
/
+3
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-20
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+4
*
Remove embededded ID string which was meant to provide information
se
2003-06-09
1
-6
/
+0
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Be consistent about functions being static.
phk
2002-10-16
1
-8
/
+8
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-6
/
+6
*
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
[next]