summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Clean up, nothing majorn_hibma1999-01-072-18/+7
* Added proper names to the device messages at probe and attach.n_hibma1999-01-062-27/+72
* Removed NetBSD specific coden_hibma1999-01-062-251/+25
* The OHCI interfaces I have access to map their control regs etc. intojulian1998-12-141-3/+8
* Added Idn_hibma1998-12-142-0/+3
* probe function changed from returning char * to const char *.dillon1998-12-142-5/+5
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...n_hibma1998-12-112-7/+4
* The shift and the masking were in the wrong order for extractingjulian1998-12-101-9/+9
* Preliminary support for OHCI motherboardsn_hibma1998-12-091-0/+295
* 1) Fixed bug: sc was used unitialised in uhci_runn_hibma1998-12-091-21/+20
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+338
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-091-3/+3
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* ahc_pci.c:gibbs1998-10-071-1/+2
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-061-2/+7
* Some workarounds for a common DEC pci-pci bridge found on alphas.dfr1998-09-161-5/+9
* Correct printf format bugs.gibbs1998-09-151-5/+5
* Revive PCIConf.gibbs1998-09-152-44/+381
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-3/+3
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-132-6/+7
* Add a call to a platform-specific irq remapping function for alpha platformsdfr1998-07-221-1/+4
* On the alpha, ports may be allocated above 64k.dfr1998-07-221-2/+8
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+8
* Add two workarounds for broken MP tables:tegge1998-04-011-4/+20
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+3
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-1/+2
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Reorder function decls alphabetically.fsmp1997-08-211-2/+2
* A few more casts and a function declaration for warning free kernel builds.fsmp1997-08-211-1/+2
* Removed unused #includes.bde1997-08-021-5/+1
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.fsmp1997-06-251-5/+7
* Move call of pci_addcfg() before test of cfg->subordinatebus, since these1997-06-021-2/+13
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTpeter1997-06-011-1/+2
* Add one more compatibility define to make the Adaptec driver compilese1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyse1997-05-281-1/+4
* Two minor changes to the code that builds the pci map array:se1997-05-281-29/+30
* Minor cleanup of APIC_IO code.fsmp1997-05-271-9/+6
* Add support for APIC_IO to pci IRQ configuration.fsmp1997-05-271-1/+19
* Completely replace the PCI bus driver code to make it better reflectse1997-05-263-2234/+799
* Initialize PCI/CardBus bridges.phk1997-05-031-40/+53
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-4/+26
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forse1997-04-241-1/+2
* Add preliminary support for PCI config header type 2:se1997-04-231-10/+19
* The bit of the cardbus bridge support code se and I have been able to agreephk1997-04-201-1/+7
* Fix printing of map sizes: large numbers got a negative sign before.se1997-03-251-3/+3
* Add a few vendor IDs and class and sub-class encodings.se1997-03-251-2/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Fix misspelled variable name, -current build stopperache1997-02-051-1/+1
OpenPOWER on IntegriCloud