aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* Fix misspelled variable name, -current build stopperAndrey A. Chernov1997-02-051-1/+1
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hStefan Eßer1997-02-041-1/+5
* Improve on previous fix: Clean up getirq() as well, and remove redundantStefan Eßer1997-01-251-9/+8
* Make IRQ 0 invalid in pci_map_int(), since it is hardwired to theStefan Eßer1997-01-231-1/+1
* Add PCI LKM support.Stefan Eßer1997-01-211-290/+389
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIStefan Eßer1996-11-122-4/+10
* Fix PCI to PCI bridge register bit field masks.Stefan Eßer1996-11-122-36/+11
* Add support for ioctl() accesses to PCI config space registers.Stefan Eßer1996-10-222-4/+167
* pci_map_mem() did a too restrictive check on the mapping type:Stefan Eßer1996-10-141-2/+4
* Removed more devconf leftovers.Bruce Evans1996-09-102-40/+2
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-11/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-79/+5
* Fix code that deals with multiple host to PCI bridges by making the nextStefan Eßer1996-09-051-1/+2
* Add preliminary support for the Orion PCI chip set. It is special in theStefan Eßer1996-09-021-21/+52
* Scan PCI buses in order the BIOS has assigned them. This is sometimesSatoshi Asami1996-06-091-2/+4
* Fix range check to actually test the variable that will be used asStefan Eßer1996-05-181-2/+2
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondarySatoshi Asami1996-04-251-2/+2
* Update PCI bus code from my current sources:Stefan Eßer1996-04-141-155/+165
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-3/+1
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-2/+2
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitStefan Eßer1996-02-191-3/+5
* 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