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
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
1
-1420
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-8
/
+3
*
Reduce code duplication by using the GET_RESOURCE_LIST bus method and related
mdodd
2000-11-28
1
-45
/
+18
*
fix warning compile error about unused variable
darrenr
2000-10-29
1
-0
/
+2
*
Fix params passed to pci_porten() and pci_memen().
phk
2000-10-29
1
-2
/
+2
*
Unconditionally turning on the I/O and memory enable bits in the PCI
msmith
2000-10-28
1
-1
/
+14
*
Allow PCI busses to be connected to host bridges detected by ACPI as well.
msmith
2000-10-28
1
-0
/
+1
*
Write the routed interrupt back to PCI configuration space.
msmith
2000-10-19
1
-1
/
+1
*
The previous commit broke kernel builds on alpha (and probably ia64).
gallatin
2000-10-16
1
-0
/
+2
*
When a pci device hasn't had an interrupt routed to it (signified by
imp
2000-10-16
1
-0
/
+19
*
Validate the PCI bus number that we fetch from our parent, since there's no
msmith
2000-10-09
1
-2
/
+5
*
When dumping the 'found devices' list in verbose mode, actually show the
peter
2000-09-05
1
-0
/
+2
*
If a base address register has been set up by the BIOS, but the relevant
msmith
2000-09-01
1
-6
/
+13
*
Remove duplicate static definition of pci_devclass
peter
2000-08-31
1
-1
/
+0
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-177
/
+174
*
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
-104
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+3
*
Print the correct value for the map type on a verbose boot.
dfr
2000-05-18
1
-1
/
+1
*
Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.
mjacob
2000-05-07
1
-1
/
+5
*
Fixed the type of some ivar access functions. Ivars have type uintptr_t,
bde
2000-04-30
1
-1
/
+1
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
1
-1
/
+1
*
Connect the ISA and PCI compatability shims to an option. In this case
peter
2000-03-19
1
-2
/
+5
*
Print the PCI resources even if they are disabled. This shows more clearly
n_hibma
2000-03-18
1
-6
/
+12
*
Alpha 8200 port: Until we fix things better, determine which alpha CPU
mjacob
2000-03-15
1
-9
/
+37
*
o No need to print the vendor/device ID for things that matched succesfully.
billf
2000-02-22
1
-5
/
+13
*
Remove the vga-pci driver. It serves no purpose and it hides the hardware
dfr
2000-02-19
1
-4
/
+3
*
Spell "pci_delete_resource" correctly.
peter
2000-02-01
1
-1
/
+1
*
Put a FYI in the compatability shims so that people are aware that they
peter
2000-01-29
1
-0
/
+1
*
Show the port/mem/irq of pci devices too.
peter
2000-01-08
1
-3
/
+37
*
Make the usb and ide/ata device identification a little saner. Rather than
peter
1999-12-10
1
-14
/
+7
*
[ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the
ken
1999-12-08
1
-1
/
+1
*
Raise the pci compat driver match priority a bit so that it's not
peter
1999-12-05
1
-1
/
+1
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
Make the pci driver compat shim return a preference for probe
peter
1999-11-30
1
-1
/
+2
*
Feh, kind of went wrong the previous commit. dev should child (in some
n_hibma
1999-11-22
1
-5
/
+5
*
Move the pretty printing of the description for USB controllers to
n_hibma
1999-11-22
1
-2
/
+15
*
Allow NULL for startp and/or countp in bus_get_resource() so that you can
peter
1999-11-20
1
-2
/
+4
*
now that a map's base addr is 64-bits, the alpha multi-hose hack needs
gallatin
1999-11-03
1
-4
/
+4
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-2
/
+2
*
Don't test boolean return against != 1.
phk
1999-10-29
1
-4
/
+4
*
Fix some resource allocation peculiarities of the intpm device.
dfr
1999-10-28
1
-65
/
+103
*
Make sure we add an interrupt resource if intline!=255.
dfr
1999-10-26
1
-1
/
+1
*
Correct a stupid type which prevented us from working with any device
dfr
1999-10-17
1
-1
/
+1
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
1
-256
/
+141
*
allow pci_ioctl to work with multi-hose alphas.
gallatin
1999-10-12
1
-2
/
+2
*
A band-aid to prevent multi-hose alpha chipsets (aka tsunami) from
gallatin
1999-10-03
1
-0
/
+4
*
Backout part of the changes made in 1.111
roger
1999-10-01
1
-9
/
+1
[next]