summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Updated to use the new 4.x newbus APIroger1999-06-122-219/+296
* Add detection code for NVidia Riva 128,TNT,TNT2ache1999-06-091-1/+19
* Fix the cdevsw_add change made by PHK.roger1999-06-041-5/+5
* Add the 3Dfx Voodoo Bansheemharo1999-06-041-1/+9
* Change the warning message issued if pci_map_port() fails. I think thiswpaul1999-06-011-5/+5
* Updated to support new Meteor/PPB cards (PCI-PCI Bridge).roger1999-06-011-0/+31
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-313-3/+67
* Simplify cdevsw registration.phk1999-05-314-51/+16
* Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears towpaul1999-05-302-4/+17
* Whoops, forgot to update xl_mediacheck() to account for the 3c905C.wpaul1999-05-301-2/+3
* Head for the hills friends and neighbors, 3Com has yet another 3c90Xwpaul1999-05-302-3/+7
* This commit should be a extensive NO-OP:phk1999-05-304-23/+86
* In pci_alloc_resource() only check start and end to see if its a default.dfr1999-05-301-2/+2
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-284-9/+19
* Print some diagnostic messages for the PCI-ISA bridge,yokota1999-05-271-2/+9
* Move BX PCI-PCI (AGP) bridge from chip_match to pcib_matchroger1999-05-271-9/+8
* Remove redundant redefinition of vtophys(). This is already in if_pnreg.hgallatin1999-05-261-7/+2
* Forgotten in previous commit:gallatin1999-05-261-2/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-266-19/+14
* Two small tweaks:wpaul1999-05-261-2/+8
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsgibbs1999-05-261-27/+21
* Identify Intel 440 LX chipset motherboardsroger1999-05-261-1/+5
* All cards using aic789X chips use the new eeprom format.gibbs1999-05-251-1/+4
* Add OPTi 82c822 host to PCI bridgeroger1999-05-251-1/+5
* Rename 849 to 849A (the correct name for the IC)roger1999-05-251-2/+2
* Add support for the Bt878/Bt879's Intel 430 FX androger1999-05-251-16/+55
* Fix bug that can cause transmit corruption. There are actually two 'rings'wpaul1999-05-241-3/+3
* Added rgb_vbi_prog() to capture VBI data and video at theroger1999-05-231-1/+248
* First cut at a driver for the amd53c974 PCI SCSI host adapter. Thisgibbs1999-05-222-0/+3015
* Move arpcom structure be the first in softc structure. Neededsemenu1999-05-221-2/+2
* Restored rev.1.76 which was clobbered by rev.1.77.bde1999-05-221-2/+2
* Remove some #ifdef'ed code. The ADMtek doesn't have a 'enable reception ofwpaul1999-05-211-13/+2
* Fix a memory leak and a double free that could happen in certain errorken1999-05-211-5/+4
* Ack! Cut & paste-o: xl -> alwpaul1999-05-211-3/+3
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-212-0/+2709
* Add comment about split in drivern_hibma1999-05-201-1/+6
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-203-4/+82
* Updated Australian channel frequenciesroger1999-05-191-7/+12
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-2/+1
* Bt848 driver release 1.65roger1999-05-181-7/+31
* Add a masking scheme to allow for detection of unknown cards using agibbs1999-05-171-95/+131
* Use a lookup table for device matching instead of a switch on a 64bitgibbs1999-05-141-268/+449
* Take the subvendor and subdevice ids into account during device probe.gibbs1999-05-141-92/+230
* Remove unneeded line of code that got left behind when I converted thiswpaul1999-05-131-3/+2
* memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunatelybde1999-05-131-2/+2
* Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR.peter1999-05-111-12/+21
* Use the probe priority mechanism to make sure the chip* probes do notpeter1999-05-112-26/+61
* Clean up 2.2.X support (which might have to be cleaned up againmjacob1999-05-111-30/+53
* Set the bus master bit.paul1999-05-101-4/+11
* Add missing suspend/resume methods.dfr1999-05-102-2/+8
OpenPOWER on IntegriCloud