summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* spell PCIS_CRYPTO_ENTERTAIN properly...jmg2006-09-201-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-2/+2
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+3
* Add a define for the Standard SD Host Controller Base Peripheral.imp2006-05-301-0/+1
* Workaround a hang on some nForce2 systems that can happen if the CPU goesjhb2006-05-241-0/+38
* Fixup some comments to allow for the fact that PCI domains are not specificjhb2006-05-111-3/+3
* The size of I/O ranges can be anything from 16 bytes to 2G bytes.marcel2006-04-271-2/+2
* Free allocated environment variables after use.jkim2006-04-211-4/+12
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-011-7/+0
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tjhb2006-01-202-4/+3
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-9/+2
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanimp2006-01-011-4/+2
* Remove left-over #ifdef alpha routines. They aren't used by any ofimp2006-01-011-5/+0
* Remove stray debug from p4 integration.imp2006-01-011-5/+1
* Make RID2BAR actually return a number that can be plugged into PCIR_BAR()imp2005-12-301-1/+1
* Remove debug now that I've looped back the big changes into my p4 tree.imp2005-12-301-4/+0
* Expose pci_add_resources to the outside world, add a 'force' flag toimp2005-12-302-29/+63
* Add a macro to map from BAR to rid # (inverse of PCIR_BARS).imp2005-12-291-0/+1
* Return BUS_PROBE_GENERIC rather than 0 in the probe routine.jhb2005-12-221-1/+1
* Add a vgapci(4) stub device driver for VGA PCI devices. This device servesjhb2005-12-201-0/+262
* Move the hostb driver out of the i386 and amd64 PCI code (where it wasjhb2005-12-201-0/+249
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-205-2/+74
* Improve diagnostic message.imp2005-11-091-2/+3
* MFp4: When doing lazy allocation, it turns out that we need to record theimp2005-10-291-0/+3
* Use symbolic name rather thanhard coding the cap pointer offset forimp2005-10-292-1/+2
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
* Some cardbus CIS definitions moved here since they are PCI registers.imp2005-10-281-1/+12
* Minor style(9) nitage.imp2005-10-281-4/+2
* Add a 1 microsecond delay in pci_add_children(), right before the readwpaul2005-10-251-0/+1
* - Consolidate duplicated code for assigning interrupts to PCI devices viajhb2005-09-291-17/+55
* Don't save and restore the ELCR register across suspend and resume forjhb2005-09-291-100/+5
* Split power state control into two variables. hw.pci.do_powerstateimp2005-09-211-16/+18
* Change hw.pci.do_powerstate from a boolean to a range. 0 means theimp2005-09-111-15/+34
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-112-6/+33
* More consistantly return the correct BAR size. Before, we'd onlyimp2005-09-031-6/+8
* Typo in comment.jhb2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* fix CardBus issue for Compaq R3000 series laptopjkim2005-08-261-0/+18
* For FreeBSD 4 binaries, when trying to read from a device that doesps2005-08-261-1/+8
* As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPEimp2005-06-051-6/+0
* Mask off the bar's value after the probe test write before testingimp2005-06-031-2/+2
* Typo.jhb2005-06-011-1/+1
* Don't enable I/O or memory mode in a device's command register if the BARjhb2005-05-311-7/+7
* Add a detach for pci bridge and pci bus drivers. This allows one toimp2005-04-292-0/+2
* In pcib_alloc_resource() check if the resource allocation request ismarcel2005-04-291-0/+16
* Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inlinemarcel2005-04-291-0/+18
* Add defines for the Bridge Control Register bits.marcel2005-04-291-0/+13
* Call pci_print_verbose() before pci_add_resources() so that the order ofjhb2005-04-141-1/+1
* Fix compile error :-(.imp2005-04-131-1/+2
* Use pci_find_bsf() to retrieve the PCI device associated withbms2005-04-131-13/+16
OpenPOWER on IntegriCloud