summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Remove #include "wd.h" and #if NWDC > 0 as that's always true as thispeter2000-01-291-6/+0
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-291-0/+1
* Add more PCI VGA graphics card descriptions.yokota2000-01-271-15/+162
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-262-38/+43
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-262-2/+2
* put things in place for jumbogramsmjacob2000-01-251-17/+35
* define jumbo packet sizemjacob2000-01-251-0/+1
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.wpaul2000-01-241-7/+77
* Fix some warnings.peter2000-01-231-2/+2
* Add 53C895A and 53C1510D device description to the ncr chip table.groudier2000-01-231-0/+8
* Correctly put the place to mark EOP where we actually do the packetmjacob2000-01-231-9/+9
* add PREVIOUS index macro for transmit sidemjacob2000-01-231-0/+1
* Remove some debugging code, replace one line that had spaces with tabs,mjacob2000-01-231-46/+3
* Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructuremjacob2000-01-231-68/+131
* Add a pointer in the softc that will point to partially received packet.mjacob2000-01-231-2/+8
* Add in a define for the optimal cache line size.mjacob2000-01-231-0/+1
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-211-0/+9
* Properly remove interrupts if initialisation fails.n_hibma2000-01-201-29/+37
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.wpaul2000-01-192-5/+23
* 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
OpenPOWER on IntegriCloud