aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
...
* Add generic PCI to PCI bridge support.Stefan Eßer1996-02-171-21/+68
* Add heuristic to detect multi-function devices that don't announce thisStefan Eßer1996-01-301-34/+79
* Decode configuration for the IDE part of the Triton chipset. ThisGarrett Wollman1996-01-271-1/+8
* Add support for multi-function devices.Stefan Eßer1996-01-253-11/+32
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-232-34/+12
* Fix bad typo: > was used instead of >> ...Stefan Eßer1996-01-191-4/+4
* Improve PCI probe messages by printing the bus number.Stefan Eßer1996-01-191-3/+3
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-161-7/+15
* Fix the off-by-one error in the calculation of the valid port range.Stefan Eßer1995-12-151-4/+4
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+2
* Set default burst length limit to 32 bytes, since this seems to beStefan Eßer1995-12-061-2/+3
* Made pci.c compile again. It unfortunately depends on the isa interruptBruce Evans1995-11-211-1/+3
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-3/+6
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-12/+7
* Fixed bug where wrong thing was being checked for NULL before callingDavid Greenman1995-10-021-2/+2
* Add vendor ID of Compaq, now that I found what it is ...Stefan Eßer1995-09-141-2/+2
* Minor changes to the PCI probe messages.Stefan Eßer1995-09-141-7/+6
* Make mapping messages depend on bootverbose flag.Stefan Eßer1995-09-071-67/+182
* Initialize "name" to quiet compiler.David Greenman1995-07-291-2/+2
* Add a few vendor IDs.Stefan Eßer1995-07-271-8/+21
* Get rid of references to the linker supplied set length field.Stefan Eßer1995-07-271-15/+15
* Change message "not supported" to "no driver assigned", becauseStefan Eßer1995-06-281-2/+2
* Failure of the consistency checks for BIOS assigned mappings of bussesStefan Eßer1995-06-281-6/+16
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-9/+9
* bzero the malloced pci_devconf structure. This should fix the problem withDavid Greenman1995-05-041-1/+2
* Forward-declare kern_devconf for use in a prototype. Some driversBruce Evans1995-03-251-1/+3
* Restore my changes to initialize the kdc_shutdown routine pointer. StefanDavid Greenman1995-03-231-4/+5
* Completely new PCI code:Stefan Eßer1995-03-213-568/+1114
* Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman1995-03-172-6/+9
* Speed up PCI attach code by ommiting test if its result is ignored anyway.Stefan Eßer1995-03-021-13/+15
* First try to add support for PCI-PCI bridge chips (written for theStefan Eßer1995-02-272-23/+90
* Deal with systems, that lack a fully decoded PCI configuration space.Stefan Eßer1995-02-251-2/+22
* New PCI attach code:Stefan Eßer1995-02-221-42/+120
* ncr.c:Stefan Eßer1995-02-141-2/+8
* YFfixPoul-Henning Kamp1995-02-141-1/+2
* Try to detect overlapping PCI memory assignment.Stefan Eßer1995-02-091-1/+17
* Removed misleading copyright note. This file contains justStefan Eßer1995-02-021-7/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifiedDavid Greenman1995-02-022-399/+201
* Fixed up include paths after copying these in the repository.David Greenman1995-02-021-2/+2
* Reviewed by: seStefan Eßer1995-02-011-0/+242
* Submitted by:Stefan Eßer1994-11-022-7/+136
* Modified fifth parameter (imask) to register_intr() according toStefan Eßer1994-10-251-5/+2
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-121-246/+298
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-121-0/+402
* Correct DEC -> Digital Equipment Corporation.Garrett Wollman1994-10-011-2/+2
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-09-281-5/+1
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>Stefan Eßer1994-09-161-126/+131
* Added a bit of missing functionality to make this work correctly on aGarrett Wollman1994-09-141-70/+92
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>Stefan Eßer1994-09-011-0/+598