summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* The Great PC98 Merge.asami1996-06-142-2/+10
* Updated this driver to a newer version from Matt. This should fix severaldg1996-06-142-678/+2453
* Clean up -Wunused warnings.gpalmer1996-06-123-6/+7
* Detach the device at shutdown.alex1996-06-111-6/+4
* Scan PCI buses in order the BIOS has assigned them. This is sometimesasami1996-06-091-2/+4
* Only assume the scratch ram is valid (we were initialized by the BIOS)gibbs1996-06-081-2/+2
* Here is a patch that fix a few problems with the RGB version ofjkh1996-06-072-13/+78
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-011-1/+2
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-98/+208
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-2/+2
* Let the user know what errors are experienced on received packets.wollman1996-05-211-2/+13
* It seems that the aic78X0 chips will either have their scratch ramgibbs1996-05-211-1/+12
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-181-0/+95
* Fix range check to actually test the variable that will be used asse1996-05-181-2/+2
* A patch for the meteor device driver. It fixes:jkh1996-05-172-27/+80
* Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00gibbs1996-05-121-2/+2
* Free our device information in one error case in the driver probe.gibbs1996-05-121-1/+2
* Add missing '+ io_port' to two outbs.gibbs1996-05-121-5/+4
* The aic78X0 cards have 0xff in all bytes of scratch ram after POST. Ifgibbs1996-05-101-30/+58
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-033-9/+8
* Removed $Log$phk1996-05-021-41/+1
* removed:phk1996-05-024-16/+20
* 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
OpenPOWER on IntegriCloud