summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-0931-164/+42
* Make the pci vga detection work so that the card is claimed and it'speter1999-05-091-10/+5
* Argh, don't clobber the pci device list if there are multiple busses!peter1999-05-091-5/+2
* Fix two warnings.peter1999-05-091-1/+5
* Fix warnings.peter1999-05-091-3/+4
* fix some DRIVER_TYPE / INTR_TYPE confusions.phk1999-05-091-3/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-0811-37/+26
* Fix a typo (eisa<->isa) and some minor cosmetics.peter1999-05-081-5/+5
* Print 'irq nn' on the device attach line like the old pci code did.peter1999-05-081-1/+8
* GC pci_bushigh() - no longer used.peter1999-05-081-11/+1
* Oops, committed wrong version..peter1999-05-081-2/+2
* Fix a couple of newbus merge problems:peter1999-05-081-33/+12
* Update intpm driver.peter1999-05-072-132/+109
* Minor style nit (this minor style.9 violation caused a grep miss here)peter1999-05-071-3/+5
* My 5520 turned out to be a 5510 in disguise.. correct the probe message.julian1999-05-071-2/+2
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-062-6/+6
* Fix some variable naming confusionpeter1999-05-061-3/+2
* Add Cyrix (NatSemi) 5520 and 5530 PCI-ISA bridges.julian1999-05-061-1/+7
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-062-23/+42
* Missing 'int' in declaration of variables.peter1999-05-061-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-6/+6
* Tweak the Macronix driver to hopefully make it more reliable:wpaul1999-05-067-82/+61
* Dynamically increase TX start threshold if TX underruns are detected.wpaul1999-05-052-5/+14
* Fix the media selection for the 3c900B-FL 10baseFL adapter. It actuallywpaul1999-05-041-44/+48
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-033-1176/+1179
* Changes to support diskless booting on the alpha:dfr1999-05-031-5/+5
* Make this compile with CY_PCI_FASTINTR again.peter1999-05-021-2/+5
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.nate1999-05-022-2/+5
* Move the disabling of interrupts right before the allocation of then_hibma1999-05-011-1/+16
* Bunch of updates:wpaul1999-04-302-104/+138
* My last commit accidentally undid the changes made in rev 1.68roger1999-04-301-1/+5
* Add a test to ti_encap() to try and prevent the transmit producer indexwpaul1999-04-291-2/+5
* Added initial code for VBI capture based on work byroger1999-04-291-36/+224
* Add support for VBI capture from /dev/vbi.roger1999-04-291-2/+13
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIroger1999-04-291-9/+217
* Fix crashes caused by rows=0 or columns=0.roger1999-04-291-6/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-282-3/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-2432-41/+168
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-242-11/+29
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
* ahc_pci.c:gibbs1999-04-232-117/+152
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-8/+4
* Recognize PC-98 16-bits bus (C-bus) as ISA bus. Because class numberkato1999-04-201-7/+24
* Add entries for Intel 82443GX chipset.jkh1999-04-181-1/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-182-83/+135
* Probe the SiS 85c503 as a PCI-ISA bridge.dfr1999-04-171-3/+5
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-173-63/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1613-737/+1597
* Add bridging support (tested in 3.1-RELEASE by Steven Vetzalghelmer1999-04-162-25/+81
* - Close PR #11136: add PCI ID for another new cyclone device: thewpaul1999-04-152-32/+61
OpenPOWER on IntegriCloud