summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added missing newline to "no ports found!" message.alex1999-04-151-2/+2
* Grrr. Make all modes work properly with the 82c168 chip and built-inwpaul1999-04-142-15/+35
* Build the functionality of the wdc_p hack into the ide_pci.c code.peter1999-04-132-76/+12
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-132-12/+4
* Some more fixes:wpaul1999-04-132-38/+45
* Merge in some updates for the RealTek driver, mainly:wpaul1999-04-122-168/+113
* Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg()wpaul1999-04-121-6/+8
* Add support for the 3cSOHO100-TX, which is a "hurricane" chipsetwpaul1999-04-122-3/+8
* Minor tweak: move initialiation of busctl register to before setting ofwpaul1999-04-121-3/+3
* Some small updates:wpaul1999-04-112-9/+27
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.n_hibma1999-04-111-2/+5
* Enable the promiscuous mode workaround for the PNIC 82c168 chip, whichwpaul1999-04-112-4/+6
* Staticize.eivind1999-04-112-5/+5
* pci_register_lkm can fail gracefully, so let it do that when there iseivind1999-04-111-2/+2
* Finally add support for the older 82c168 PNIC chip with the built-inwpaul1999-04-102-38/+314
* Make ASIX driver work on FreeBSD/alpha, add to GENERIC.wpaul1999-04-082-3/+68
* Add PCI IDs for the Compex RL100-TX, which uses the Macronix 98713 chip.wpaul1999-04-082-17/+36
* Remove inactive pmap_setdevram()/pmap_setvidram consumer code.msmith1999-04-071-27/+1
* fix typon_hibma1999-04-061-2/+2
* Remove teensy-weensy bit of debug code that crept in.wpaul1999-04-061-6/+3
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-064-0/+12497
OpenPOWER on IntegriCloud