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
*
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
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Handle for passthru resource release correctly.
luoqi
1999-09-03
1
-5
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-22
/
+7
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-5
/
+13
*
Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are
dfr
1999-07-28
1
-1
/
+13
*
Case matters.
mdodd
1999-07-27
1
-3
/
+3
*
Implement the BUS_PROBE_NOMATCH method for the PCI bus.
mdodd
1999-07-27
1
-1
/
+32
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-6
/
+1
*
#include <machine/md_var.h> to bring the prototype for
peter
1999-07-01
1
-1
/
+2
*
On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus
roger
1999-05-31
1
-1
/
+47
[next]