summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* add a R_PREV_IDX macromjacob2000-01-181-0/+1
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-182-0/+9
* Fix the tl driver so it doesn't run off the end of the RX descriptor listwpaul2000-01-151-7/+14
* Remove compile warning not seen when compiling with target mode enabled.mjacob2000-01-151-0/+2
* Redo FC target mode dma routine to try and generate an extra CTIOmjacob2000-01-151-107/+232
* Pre 4.0 tidy up.peter2000-01-144-2717/+0
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.gibbs2000-01-141-1/+2
* Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)peter2000-01-131-2/+4
* Add a few devices IDs and clarify the SiS 85c496 entry.mdodd2000-01-131-1/+9
* add entries for several DEC PCI-PCI bridges & the Cypress PCI-ISA bridge foundgallatin2000-01-131-2/+20
* Reintroduce the dc_coal() workaround routine for coalescing outboundwpaul2000-01-121-1/+43
* Added PCIR_BIOS (0x30).yokota2000-01-101-0/+2
* Avoid setting DPARCKEN until I can figure out why it causesgibbs2000-01-101-1/+1
* Close PR# 15986: issue an RX reset command when initializing the interface,wpaul2000-01-091-0/+4
* Show the port/mem/irq of pci devices too.peter2000-01-081-3/+37
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-2/+0
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-081-3/+9
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-071-148/+314
* Fix paste-o in NeoMagic audio probe.billf2000-01-071-1/+1
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-052-36/+0
* Add first pass of the Intel Gigabit Ethernet (wiseman) driver. Thismjacob2000-01-043-0/+2551
* Add in an isp_tdebug environment variable. Clean up some debuggingmjacob2000-01-041-10/+65
* Support target mode operations. This involves having some variantmjacob2000-01-031-45/+350
* It appears that under certain circumstances that I still can't quite pinwpaul2000-01-032-3/+85
* Update NeoMagic entries.billf2000-01-031-1/+9
* Fill in the blanks for some of the Texas Instruments cardbus controllers.billf1999-12-313-0/+10
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cbillf1999-12-292-0/+9
* Add the Texas Instruments PCI14xx pccard/cardbus controllers device ids.billf1999-12-291-0/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-10/+10
* Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this..billf1999-12-291-0/+2
* Fix a small typo in the comments.billf1999-12-281-1/+1
* Removed unnecessary const poisoning (redundant casting) which was addedbde1999-12-241-2/+2
* Fix problem reported by Matt Dillon. Occasionally, very small receivedwpaul1999-12-231-1/+14
* Add #ifdef notyet around uncalled code that is later going to become DDBeivind1999-12-211-1/+7
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Update the xl driver to recognize yet another 3c905B/3c905C class NIC:wpaul1999-12-162-0/+5
* Add Dual LVD bus (1280) supportmjacob1999-12-161-12/+41
* Fix some problems reported by Mike Pritchard:wpaul1999-12-132-1/+15
* Remove some horrible #if 0'd code that has no hope of working now. Itpeter1999-12-121-71/+0
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-121-2/+8
* Make the usb and ide/ata device identification a little saner. Rather thanpeter1999-12-103-100/+126
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-083-130/+1
* Spruce up the Sundance ST201 driver:wpaul1999-12-072-139/+126
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()wpaul1999-12-071-2/+2
* Simplify my license.gibbs1999-12-061-39/+52
* Modify the Adaptec "starfire" driver to reset the PHY on the MII buswpaul1999-12-052-11/+47
* Raise the pci compat driver match priority a bit so that it's notpeter1999-12-051-1/+1
* Lower (a lot!) the chip* probe so it doesn't steal the pci ID frompeter1999-12-051-2/+2
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-0412-12878/+3592
OpenPOWER on IntegriCloud