summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Do a trivial conversion of xrpu to newbus.peter2000-02-121-50/+62
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.mjacob2000-02-111-141/+196
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.wpaul2000-02-103-3604/+3738
* Remove the old copy of this file. It is now active in its new location.mdodd2000-02-091-186/+0
* Add PCI Id's for i810 chipsets.n_hibma2000-02-072-3/+48
* Disable the generation of SMIs (System Management Interrupts). Always setn_hibma2000-02-061-10/+10
* Commit missing bits, forgotten when committing support for suspend/resumen_hibma2000-02-041-4/+7
* Update the pci->pcic compatability module to newbus. This is a simplepeter2000-02-021-108/+151
* Spell "pci_delete_resource" correctly.peter2000-02-011-1/+1
* bus_release_resource is spellt like bus_release_resource not liken_hibma2000-01-312-26/+26
* 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
OpenPOWER on IntegriCloud