summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'assignment used as truth value' on alpha.peter1999-05-101-3/+5
* #include "pci.h" for the build dir, not <pci.h>peter1999-05-101-2/+2
* Remove VIA USB controller (was '#if 0' out), to make suren_hibma1999-05-101-3/+1
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.bde1999-05-102-10/+5
* Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.Useroger1999-05-101-65/+182
* Update card type to support GPIO maskroger1999-05-101-5/+7
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.roger1999-05-101-4/+7
* #if 0 some unused code (debug?) to quiet a warning.peter1999-05-101-2/+5
* Really support Ultra-2 chips. Symbios redefined a register thatse1999-05-091-33/+11
* For the ioctl that reads the pci configuration, look up the name and unitpeter1999-05-091-16/+14
* GC unused variable in struct.peter1999-05-091-2/+1
* Missing revision markers.peter1999-05-093-0/+5
* 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
OpenPOWER on IntegriCloud