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
/
adv_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use correct resource id for bus_release_resource().
nyan
2001-05-06
1
-10
/
+10
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Use the correct register names, not the FreeBSD 2.2 compatability ones.
peter
2000-05-28
1
-3
/
+3
*
- Release allocated resources on error.
nyan
2000-04-12
1
-4
/
+14
*
Newbusify adv driver.
nyan
2000-04-07
1
-48
/
+70
*
adv_pci.c:
gibbs
2000-03-02
1
-8
/
+9
*
adv_pci.c:
gibbs
2000-01-14
1
-16
/
+27
*
$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
*
Staticize the overrun buffer so that they are not shared between
gibbs
1998-12-22
1
-4
/
+4
*
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
-5
/
+8
*
Advance Systems SCSI Host Adapter driver for CAM. Currently only support
gibbs
1998-09-15
1
-0
/
+275