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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
1
-4
/
+3
*
Add a define for the Standard SD Host Controller Base Peripheral.
imp
2006-05-30
1
-0
/
+1
*
Workaround a hang on some nForce2 systems that can happen if the CPU goes
jhb
2006-05-24
1
-0
/
+38
*
Fixup some comments to allow for the fact that PCI domains are not specific
jhb
2006-05-11
1
-3
/
+3
*
The size of I/O ranges can be anything from 16 bytes to 2G bytes.
marcel
2006-04-27
1
-2
/
+2
*
Free allocated environment variables after use.
jkim
2006-04-21
1
-4
/
+12
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
1
-7
/
+0
*
Make the 'pci_devclass' pointer variable private (drivers really shouldn't
jhb
2006-01-20
2
-4
/
+3
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
2
-9
/
+2
*
Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather than
imp
2006-01-01
1
-4
/
+2
*
Remove left-over #ifdef alpha routines. They aren't used by any of
imp
2006-01-01
1
-5
/
+0
*
Remove stray debug from p4 integration.
imp
2006-01-01
1
-5
/
+1
*
Make RID2BAR actually return a number that can be plugged into PCIR_BAR()
imp
2005-12-30
1
-1
/
+1
*
Remove debug now that I've looped back the big changes into my p4 tree.
imp
2005-12-30
1
-4
/
+0
*
Expose pci_add_resources to the outside world, add a 'force' flag to
imp
2005-12-30
2
-29
/
+63
*
Add a macro to map from BAR to rid # (inverse of PCIR_BARS).
imp
2005-12-29
1
-0
/
+1
*
Return BUS_PROBE_GENERIC rather than 0 in the probe routine.
jhb
2005-12-22
1
-1
/
+1
*
Add a vgapci(4) stub device driver for VGA PCI devices. This device serves
jhb
2005-12-20
1
-0
/
+262
*
Move the hostb driver out of the i386 and amd64 PCI code (where it was
jhb
2005-12-20
1
-0
/
+249
*
Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used
jhb
2005-12-20
5
-2
/
+74
*
Improve diagnostic message.
imp
2005-11-09
1
-2
/
+3
*
MFp4: When doing lazy allocation, it turns out that we need to record the
imp
2005-10-29
1
-0
/
+3
*
Use symbolic name rather thanhard coding the cap pointer offset for
imp
2005-10-29
2
-1
/
+2
*
Add PCIM_BIOS_ADDR_MASK too
imp
2005-10-28
1
-0
/
+1
*
Some cardbus CIS definitions moved here since they are PCI registers.
imp
2005-10-28
1
-1
/
+12
*
Minor style(9) nitage.
imp
2005-10-28
1
-4
/
+2
*
Add a 1 microsecond delay in pci_add_children(), right before the read
wpaul
2005-10-25
1
-0
/
+1
*
- Consolidate duplicated code for assigning interrupts to PCI devices via
jhb
2005-09-29
1
-17
/
+55
*
Don't save and restore the ELCR register across suspend and resume for
jhb
2005-09-29
1
-100
/
+5
*
Split power state control into two variables. hw.pci.do_powerstate
imp
2005-09-21
1
-16
/
+18
*
Change hw.pci.do_powerstate from a boolean to a range. 0 means the
imp
2005-09-11
1
-15
/
+34
*
Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,
imp
2005-09-11
2
-6
/
+33
*
More consistantly return the correct BAR size. Before, we'd only
imp
2005-09-03
1
-6
/
+8
*
Typo in comment.
jhb
2005-09-01
1
-1
/
+1
*
Treat resources that are 0xfffff.... as being 'unassigned'.
imp
2005-09-01
1
-1
/
+6
*
fix CardBus issue for Compaq R3000 series laptop
jkim
2005-08-26
1
-0
/
+18
*
For FreeBSD 4 binaries, when trying to read from a device that does
ps
2005-08-26
1
-1
/
+8
*
As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE
imp
2005-06-05
1
-6
/
+0
*
Mask off the bar's value after the probe test write before testing
imp
2005-06-03
1
-2
/
+2
*
Typo.
jhb
2005-06-01
1
-1
/
+1
*
Don't enable I/O or memory mode in a device's command register if the BAR
jhb
2005-05-31
1
-7
/
+7
*
Add a detach for pci bridge and pci bus drivers. This allows one to
imp
2005-04-29
2
-0
/
+2
*
In pcib_alloc_resource() check if the resource allocation request is
marcel
2005-04-29
1
-0
/
+16
*
Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inline
marcel
2005-04-29
1
-0
/
+18
*
Add defines for the Bridge Control Register bits.
marcel
2005-04-29
1
-0
/
+13
*
Call pci_print_verbose() before pci_add_resources() so that the order of
jhb
2005-04-14
1
-1
/
+1
*
Fix compile error :-(.
imp
2005-04-13
1
-1
/
+2
*
Use pci_find_bsf() to retrieve the PCI device associated with
bms
2005-04-13
1
-13
/
+16
*
Default to a interrupt router that returns an invalid interrupt.
imp
2005-04-13
1
-1
/
+9
*
It isn't a whinable offence to want memory when the bar says ioport.
imp
2005-04-11
1
-6
/
+8
[next]