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
/
dev
/
advansys
/
adw_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
mjacob
2006-12-11
1
-0
/
+1
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+6
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+4
*
Clean up argument comments for bus_dma_tag_create() calls.
mdodd
2003-03-29
1
-10
/
+13
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
peter
2002-10-09
1
-1
/
+1
*
Use the correct register names, not the FreeBSD 2.2 compatability ones.
peter
2000-05-28
1
-3
/
+3
*
adv_pci.c:
gibbs
2000-03-02
1
-0
/
+2
*
Fix indentation.
gibbs
2000-02-04
1
-1
/
+1
*
Unbreak LINT (missing curly brace).
n_hibma
2000-02-04
1
-1
/
+1
*
Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminary
gibbs
2000-02-03
1
-71
/
+279
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-2
/
+2
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
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
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-1
/
+3
*
Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).
gibbs
1998-10-07
1
-0
/
+185