summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-185-5/+0
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)nyan2000-04-121-2/+4
* Driver is now using miibus, and newbus.semenu2000-04-122-963/+608
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-082-1/+3
* Newbusify amd driver.nyan2000-04-072-91/+98
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.iwasaki2000-03-301-1/+1
* Two fixes for the RealTek:wpaul2000-03-291-2/+8
* Add NVidia GeForce 2 and Quadro 2cpiazza2000-03-291-0/+6
* Added support for cards and on-motherboard NICs that use an SEEPROMdg2000-03-282-1/+78
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-2711-44/+43
* Allow reuse of hooks.phk2000-03-271-4/+3
* This file is obsolete, having long since been copied to sys/dev/adw/adw_pci.cimp2000-03-271-187/+0
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-36/+61
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-2712-0/+48
* More fully initialize cardbus bridges. We now call the new genericimp2000-03-252-28/+241
* Two new chips found in Steve Passe's Protoge' laptop:imp2000-03-251-0/+8
* Add Mach64-LB graphics acceleratorbillf2000-03-241-0/+2
* Isolate the Timecounter internals in their own two files.phk2000-03-201-1/+2
* A fairly simple newbusification of if_depeter2000-03-201-84/+99
* Unused definitions.peter2000-03-201-10/+0
* Bandaid for src/sys/modules which broke worldpeter2000-03-201-1/+1
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-192-2/+17
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-181-6/+12
* 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
OpenPOWER on IntegriCloud