aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Handle for passthru resource release correctly.Luoqi Chen1999-09-031-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-22/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-5/+13
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-1/+13
* Case matters.Matthew N. Dodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.Matthew N. Dodd1999-07-271-1/+32
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* #include <machine/md_var.h> to bring the prototype forPeter Wemm1999-07-011-1/+2
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busRoger Hardiman1999-05-312-2/+54
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-5/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-3/+20
* In pci_alloc_resource() only check start and end to see if its a default.Doug Rabson1999-05-301-2/+2
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-202-3/+67
* Move pcibus (host -> pci bus) probe/attach routines from nexusPeter Wemm1999-05-181-2/+1
* Use the probe priority mechanism to make sure the chip* probes do notPeter Wemm1999-05-111-3/+2
* Add missing suspend/resume methods.Doug Rabson1999-05-101-1/+3
* For the ioctl that reads the pci configuration, look up the name and unitPeter Wemm1999-05-091-16/+14
* GC unused variable in struct.Peter Wemm1999-05-091-2/+1
* Argh, don't clobber the pci device list if there are multiple busses!Peter Wemm1999-05-091-5/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+1
* Print 'irq nn' on the device attach line like the old pci code did.Peter Wemm1999-05-081-1/+8
* GC pci_bushigh() - no longer used.Peter Wemm1999-05-081-11/+1
* Fix a goof on my part; s/struct moduledata */struct module */Peter Wemm1999-05-062-6/+6
* Replace the pcidevice_set linker set based configuration mechanism for oldPeter Wemm1999-04-242-11/+29
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-8/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-164-115/+665
* Staticize.Eivind Eklund1999-04-111-3/+3
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after SorenNick Hibma1999-02-182-458/+0
* Added vendor Compaq/CMDTACH and USB067[03]Nick Hibma1999-02-151-0/+21
* Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID'sNick Hibma1999-01-222-36/+45
* Fix problem with zero valued map registers followed by valid map entries.Stefan Eßer1999-01-192-3/+4
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)Bruce Evans1999-01-131-2/+5
* Removed warning and commentsNick Hibma1999-01-131-17/+1
* Clean out warnings by changin ID string declarations to be char xxx[]Eivind Eklund1999-01-121-2/+2
* Remove 'pci_bridgeto' - it was just an empty placeholder.Eivind Eklund1999-01-121-9/+1
* Remove warningNick Hibma1999-01-101-2/+1
* Clean up, nothing majorNick Hibma1999-01-072-18/+7
* Added proper names to the device messages at probe and attach.Nick Hibma1999-01-062-27/+72
* Removed NetBSD specific codeNick Hibma1999-01-062-251/+25
* The OHCI interfaces I have access to map their control regs etc. intoJulian Elischer1998-12-141-3/+8
* Added IdNick Hibma1998-12-142-0/+3
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-142-5/+5
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...Nick Hibma1998-12-112-7/+4
* The shift and the masking were in the wrong order for extractingJulian Elischer1998-12-101-9/+9
* Preliminary support for OHCI motherboardsNick Hibma1998-12-091-0/+295
* 1) Fixed bug: sc was used unitialised in uhci_runNick Hibma1998-12-091-21/+20
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+338
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingPeter Wemm1998-11-091-3/+3