summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-251-2/+2
* Update PCI bus code from my current sources:se1996-04-141-155/+165
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-3/+1
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitse1996-02-191-3/+5
* Add generic PCI to PCI bridge support.se1996-02-171-21/+68
* Add heuristic to detect multi-function devices that don't announce thisse1996-01-301-34/+79
* Decode configuration for the IDE part of the Triton chipset. Thiswollman1996-01-271-1/+8
* Add support for multi-function devices.se1996-01-251-7/+19
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-25/+10
* Improve PCI probe messages by printing the bus number.se1996-01-191-3/+3
* Completed function declarations and/or added prototypes and/or addedbde1995-12-161-7/+15
* Fix the off-by-one error in the calculation of the valid port range.se1995-12-151-4/+4
* Another mega commit to staticize things.phk1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+2
* Set default burst length limit to 32 bytes, since this seems to bese1995-12-061-2/+3
* Made pci.c compile again. It unfortunately depends on the isa interruptbde1995-11-211-1/+3
* Mega commit for sysctl.phk1995-11-201-12/+7
* Fixed bug where wrong thing was being checked for NULL before callingdg1995-10-021-2/+2
* Add vendor ID of Compaq, now that I found what it is ...se1995-09-141-2/+2
* Minor changes to the PCI probe messages.se1995-09-141-7/+6
* Make mapping messages depend on bootverbose flag.se1995-09-071-67/+182
* Initialize "name" to quiet compiler.dg1995-07-291-2/+2
* Add a few vendor IDs.se1995-07-271-8/+21
* Get rid of references to the linker supplied set length field.se1995-07-271-15/+15
* Change message "not supported" to "no driver assigned", becausese1995-06-281-2/+2
* Failure of the consistency checks for BIOS assigned mappings of bussesse1995-06-281-6/+16
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* bzero the malloced pci_devconf structure. This should fix the problem withdg1995-05-041-1/+2
* Restore my changes to initialize the kdc_shutdown routine pointer. Stefandg1995-03-231-4/+5
* Completely new PCI code:se1995-03-211-507/+1030
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-171-5/+7
* Speed up PCI attach code by ommiting test if its result is ignored anyway.se1995-03-021-13/+15
* First try to add support for PCI-PCI bridge chips (written for these1995-02-271-22/+77
* Deal with systems, that lack a fully decoded PCI configuration space.se1995-02-251-2/+22
* New PCI attach code:se1995-02-221-42/+120
* ncr.c:se1995-02-141-2/+8
* YFfixphk1995-02-141-1/+2
* Try to detect overlapping PCI memory assignment.se1995-02-091-1/+17
* Reapplied all of Stefan's changes. What a mess - the files were modifieddg1995-02-021-130/+183
* Fixed up include paths after copying these in the repository.dg1995-02-021-2/+2
* Submitted by:se1994-11-021-6/+114
* Modified fifth parameter (imask) to register_intr() according tose1994-10-251-5/+2
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-121-249/+301
* Correct DEC -> Digital Equipment Corporation.wollman1994-10-011-2/+2
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-281-5/+1
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>se1994-09-161-126/+131
* Added a bit of missing functionality to make this work correctly on awollman1994-09-141-71/+93
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>se1994-09-011-0/+598
OpenPOWER on IntegriCloud