summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Update Tigon firmware yet again, this time to version 12.3.20.wpaul2000-03-183-1589/+1593
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-151-9/+37
* Add an ID for the SiS 5571.n_hibma2000-03-152-6/+12
* Remove left over pci_ide* after wd removal.peter2000-03-151-1876/+0
* Updates for new FALC chips and other nits.phk2000-03-131-19/+5
* Recognize newer NVidia graphics cards. (GeForce and Quadro families)cpiazza2000-03-121-0/+6
* Teach the 'dc' driver how to pick up settings left over by themsmith2000-03-112-0/+43
* Introduce ethernet bridge support for if_dcrwatson2000-03-091-4/+25
* Fix a initialization bug.phk2000-03-011-22/+20
* 'driver support' -> 'driver supports'billf2000-02-291-1/+1
* Clean up defines for correct 12160/1080 exclusion. Final 4.0.mjacob2000-02-291-3/+3
* Fixed configuration of fast interrupts for the pci cy driver. They werebde2000-02-281-1/+1
* Implement queue-limiting based on bandwidth.phk2000-02-261-6/+31
* o No need to print the vendor/device ID for things that matched succesfully.billf2000-02-221-5/+13
* Add the ESS Maestro and the ATI Mobility-1 to the generic chip match andbillf2000-02-211-0/+6
* Move the warning on wrong IRQ values to the right place, before anyn_hibma2000-02-202-16/+16
* Remove the vga-pci driver. It serves no purpose and it hides the hardwaredfr2000-02-193-52/+5
* Add the VIA 82C596B PCI ISA south bridge on my ASUS P3V133.imp2000-02-171-0/+2
* Include the file that defines PCIM_CMD_BUSMASTEREN.mjacob2000-02-161-0/+1
* Ensure that the busmaster enable bit is set; we can't assume that allmsmith2000-02-161-1/+8
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasmjacob2000-02-151-1/+5
* 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
OpenPOWER on IntegriCloud