summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Remove the portion of revision 1.36 that added the #ifdef's for CPUrgrimes1996-09-091-19/+1
* Various cleanups for remanents of devconf.phk1996-09-081-11/+1
* Preserve volatility in casts of np->reg. Cosmetic.bde1996-09-071-5/+5
* Remove devconf, it never grew up to be of any use.phk1996-09-069-130/+23
* Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).rgrimes1996-09-061-1/+3
* Fix Orion specific code by moving config_orion() to a place where it doesse1996-09-051-42/+50
* Fix code that deals with multiple host to PCI bridges by making the nextse1996-09-051-1/+2
* Correct previous Orion specific fix: The configuration registerse1996-09-021-2/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-022-24/+105
* Use "" instead of <> for a header in the current directory.bde1996-08-281-7/+2
* Put back the initialization of the time constants of the SCSI and Sync.se1996-08-271-4/+13
* Set clock prescale based on BIOS supplied value instead of trying tose1996-08-261-7/+16
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-5/+0
* Use ether_ioctl() to do a lot of grunt work.phk1996-08-061-47/+6
* Send out a period of "0" if negotiating asynchronous transfers (offset = 0).se1996-08-051-5/+14
* FINALLY: PCI support for the Lance Ethernet driver.se1996-07-181-0/+97
* Don't use NULL in non-pointer contexts.bde1996-07-121-10/+10
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* 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
OpenPOWER on IntegriCloud