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
/
pci
/
pcivar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach the PCI code to parse MSI extended capabilities. Re-arrange the
scottl
2003-09-14
1
-5
/
+17
*
Prefer the uintXX_t to the u_intXX_t names.
imp
2003-08-22
1
-69
/
+69
*
Return status for PCI methods '{enable,disable}_{io,busmaster}'.
mdodd
2003-04-16
1
-8
/
+8
*
Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like
imp
2002-11-27
1
-0
/
+2
*
style(9) nit.
mux
2002-08-19
1
-1
/
+1
*
Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead of
mux
2002-08-19
1
-14
/
+2
*
0 is not an invalid interrupt in the PCI world (just in the ia32
imp
2002-06-07
1
-2
/
+4
*
Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALID
imp
2002-06-01
1
-1
/
+2
*
Don't claim to have routed an interrupt when the method actually returned an
msmith
2002-02-12
1
-0
/
+5
*
Implement 2 small helper functions:
mdodd
2002-01-10
1
-0
/
+2
*
Use the new resource_list_print_type() function to print resource list
tmm
2001-12-21
1
-14
/
+2
*
Don't put variable declarations in header files, put prototypes.
mdodd
2001-12-19
1
-2
/
+4
*
Slightly reimplement some recently added helper functions as methods, so
peter
2001-02-27
1
-6
/
+34
*
Next round of PCI subsystem updates:
msmith
2000-12-13
1
-91
/
+74
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
1
-7
/
+0
*
Get out the roto-rooter and clean up the abuse of nexus ivars by the
peter
2000-09-28
1
-2
/
+6
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-5
/
+3
*
Nuke the useless chip driver. It gets in the way when you want to load
dfr
2000-06-09
1
-0
/
+1
*
Encapsulate the old PCI compatability support and APIs completely under
peter
2000-05-28
1
-13
/
+13
*
Unused definitions.
peter
2000-03-20
1
-10
/
+0
*
Bandaid for src/sys/modules which broke world
peter
2000-03-20
1
-1
/
+1
*
Connect the ISA and PCI compatability shims to an option. In this case
peter
2000-03-19
1
-0
/
+12
*
Remove the vga-pci driver. It serves no purpose and it hides the hardware
dfr
2000-02-19
1
-0
/
+1
*
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
peter
2000-01-08
1
-2
/
+0
*
Zap pci_map_dense() and pci_map_bwx() - they were for compatability but
peter
2000-01-05
1
-2
/
+0
*
Make the usb and ide/ata device identification a little saner. Rather than
peter
1999-12-10
1
-1
/
+2
*
[ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the
ken
1999-12-08
1
-1
/
+0
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
1
-23
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus
roger
1999-05-31
1
-1
/
+7
*
Add support for multiple PCI "hoses" used on various alpha platforms.
gallatin
1999-05-20
1
-1
/
+30
*
Move pcibus (host -> pci bus) probe/attach routines from nexus
peter
1999-05-18
1
-2
/
+1
*
Use the probe priority mechanism to make sure the chip* probes do not
peter
1999-05-11
1
-3
/
+2
*
GC unused variable in struct.
peter
1999-05-09
1
-2
/
+1
*
Fix a goof on my part; s/struct moduledata */struct module */
peter
1999-05-06
1
-3
/
+3
*
Replace the pcidevice_set linker set based configuration mechanism for old
peter
1999-04-24
1
-2
/
+12
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-8
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+78
*
Fix problem with zero valued map registers followed by valid map entries.
se
1999-01-19
1
-2
/
+2
*
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
bde
1999-01-13
1
-2
/
+5
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-2
/
+2
*
Add functions for accessing dense and bwx memory for pci devices. These
dfr
1998-10-06
1
-2
/
+7
*
Revive PCIConf.
gibbs
1998-09-15
1
-7
/
+23
*
Use "baseclass" instead of "class" for storing the contents of PCI register
gibbs
1998-08-13
1
-2
/
+2
*
On the alpha, ports may be allocated above 64k.
dfr
1998-07-22
1
-2
/
+8
*
Reorder function decls alphabetically.
fsmp
1997-08-21
1
-2
/
+2
*
A few more casts and a function declaration for warning free kernel builds.
fsmp
1997-08-21
1
-1
/
+2
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
1
-216
/
+190
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
[next]