summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Some imporvemnets to the vx driver.guido1996-12-021-1/+1
* Cosmetic code cleanup from Matt's latest driver.rgrimes1996-12-013-386/+383
* Fixed obsolete comment.dg1996-11-181-3/+2
* AHC_FORCE_PIO -> AHC_ALLOW_MEMIOgibbs1996-11-161-2/+2
* Some more updates.asami1996-11-141-5/+1
* Oops I forgot to add the official id for this card.jhay1996-11-131-2/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIse1996-11-123-4/+11
* Fix PCI to PCI bridge register bit field masks.se1996-11-122-36/+11
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-69/+73
* Put the packet error printf inside #ifdef DIAGNOSTIC.dg1996-11-101-1/+3
* Only access the specific interrupt status registers if required.se1996-11-081-4/+4
* Clean up some code having to do with the 398X cards. We can't rely on thegibbs1996-11-051-10/+30
* New vx driver for:guido1996-11-043-1596/+145
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-291-0/+133
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-281-23/+106
* - KNF cleanup.gibbs1996-10-251-170/+143
* Definitions for ioctl() accesses to PCI config space registers.se1996-10-221-0/+36
* Add support for ioctl() accesses to PCI config space registers.se1996-10-222-4/+167
* Updated #includes to 4.4lite style.bde1996-10-156-11/+12
* pci_map_mem() did a too restrictive check on the mapping type:se1996-10-141-2/+4
* Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),se1996-10-141-4/+4
* Changes to add support for the PCI version of the Cyclades Cyclom-Ydg1996-10-132-0/+172
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Fix previous commit: The INB/OUTB macros require np->vaddr to bese1996-10-121-10/+10
* Improve support of SCSI cards based on the 53c860 and 53c875.se1996-10-112-67/+124
* Implement the 802.3 MIB in a way that uses the generic interfacewollman1996-10-101-3/+17
* The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered apst1996-10-101-5/+2
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-061-9/+15
* Added multicast support (BPF cookie bug was already fixed).dg1996-10-032-4/+43
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-291-9/+13
* Fixed a bug with the management of the pointer to the first TxCB in thedg1996-09-221-49/+38
* Fixed a bug in the receive buffer allocation code that resulted in adg1996-09-201-5/+14
* Add back shutdown support, this time using the at_shutdown() mechanism.dg1996-09-201-14/+11
* When the devconf stuff was ripped out of the kernel, the ripper neglecteddg1996-09-201-18/+17
* Implemented a better, dynamic, mechanism for adjusting the transmitdg1996-09-191-2/+19
* Increased transmit threshold to 1024 bytes to fix a problem with underrunsdg1996-09-181-2/+2
* Updated driver to a newer version from Matt Thomas, preserving our localdg1996-09-182-477/+762
* Re-enable conf82371fb2 now that I have verified that it works, even ifrgrimes1996-09-161-5/+1
* Removed more devconf leftovers.bde1996-09-102-40/+2
* Updated #includes to 4.4Lite style.bde1996-09-102-6/+6
* 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
OpenPOWER on IntegriCloud