summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-251-2/+2
* Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855gibbs1996-04-201-10/+42
* Update PCI bus code from my current sources:se1996-04-141-155/+165
* Removed sections 3 and 4 from my copyright.dg1996-04-082-12/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-074-12/+7
* ncr.c:gibbs1996-03-312-33/+11
* A bug fix and a couple of new modes for the meteor driver.jkh1996-03-282-94/+172
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-2/+2
* Eliminate reference to ac_ipaddr in FreeBSD case.fenner1996-03-232-4/+4
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-193-6/+7
* If FAILSAFE is defined, then:se1996-03-111-2/+8
* Do WIDE negotiation before sync. transfer speed negotiation,se1996-03-111-15/+17
* Be more careful in how we set SCSICONF. It was possible for a controllergibbs1996-03-111-3/+7
* aic7870.c, ncr.c:gibbs1996-03-102-20/+15
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-022-184/+556
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitse1996-02-191-3/+5
* Restore two lines that were erronously deleted with the removal ofse1996-02-191-2/+4
* Make SIMPLE TAG messages the default.se1996-02-181-47/+34
* Add PCI ID for older revision Buslogic 946 cardsgibbs1996-02-181-1/+3
* Add generic PCI to PCI bridge support.se1996-02-172-25/+109
* Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.gibbs1996-02-161-8/+11
* Correct the PCI ID for the Buslogic 946.gibbs1996-02-121-2/+2
* Clean up Ethernet drivers:wollman1996-02-065-50/+33
* Fix METEOR_TEST_VIDEO case.jkh1996-02-051-1/+1
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-011-72/+200
* Slight modification of ncr_setmaxtags: set usrtags=0 for drivesse1996-01-311-17/+16
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-305-15/+21
* Fix a logic error in determining whether something is page-alignedwollman1996-01-301-2/+2
* Add heuristic to detect multi-function devices that don't announce thisse1996-01-301-34/+79
* Update copyright.gibbs1996-01-291-2/+2
* Implement a prototype interface to bus-master IDE DMA on the Tritonwollman1996-01-283-5/+393
* 3c590 driver for FreeBSDjkh1996-01-282-6/+12
* Decode configuration for the IDE part of the Triton chipset. Thiswollman1996-01-272-11/+38
* The last part of the ether_sprint -> %6D change.phk1996-01-263-7/+7
* Correctly identify the various parts of the Triton chipset.wollman1996-01-251-4/+4
* Add support for multi-function devices.se1996-01-253-11/+32
* Use new printf features rather than local kludges.phk1996-01-241-18/+4
* Disable $Log$wollman1996-01-241-22/+1
* Make PCI interrupt handlers return void like everybody else does.se1996-01-239-80/+38
* Spelling error: Busting -> Bursting.wollman1996-01-231-2/+2
* Got the sense of the L1 cache enabled test wrong; fixed.wollman1996-01-231-2/+2
* Add support for dumping the configuration of the Intelwollman1996-01-231-44/+92
* Add register definitions for Intel 82437FX (Triton System Controller)wollman1996-01-221-1/+95
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-211-343/+697
* Fix bad typo: > was used instead of >> ...se1996-01-191-4/+4
* Improve PCI probe messages by printing the bus number.se1996-01-191-3/+3
* Change default value of MAX_LUN from 1 to 8.se1996-01-181-3/+3
* Back out patch 1.53. The problem report that had made me commit thisse1996-01-151-3/+3
* Disable handshake timeout. Some devices don't send an ACK for severalse1996-01-151-3/+3
OpenPOWER on IntegriCloud