summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix size of start queue to 32 entries, independent of the defaultse1997-12-021-3/+3
* - Add necessary include files and fix bugs in last.nate1997-12-021-3/+6
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andnate1997-12-022-95/+107
* - Framework for PCI/CardBus controllers running in PCMCIA emulationnate1997-12-022-0/+216
* Shuffle things a bit for better cacheline behavior.dg1997-11-291-6/+6
* Ifdefed a conditionally used #include.bde1997-11-221-2/+4
* Add Winbond W89C940 ID to the list.msmith1997-11-221-1/+2
* Removed unused #includes.bde1997-11-181-5/+3
* Reviewed by: Amancio Hastyahasty1997-11-161-8/+182
* Attempt to tell the user precisely what sort of VGA-like PCI device iswollman1997-11-111-12/+255
* Merge 971020 stuff.. Check 21142? SROM CRC.peter1997-11-082-7/+13
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-23/+7
* Rats. Committed the wrong version.markm1997-11-061-5/+11
* 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.markm1997-11-061-14/+113
* Improve PAL support and fix mux selector values.eivind1997-10-302-32/+104
* Removed unused #includes.bde1997-10-282-6/+1
* Recognize even more of the Znyx 314 cards.phk1997-10-251-2/+2
* Rewrote fxp_start() for better clarity and efficiency.dg1997-10-231-101/+101
* Add an $Id$peter1997-10-181-0/+1
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-182-44/+193
* This commit was generated by cvs2svn to compensate for changes in r30549,peter1997-10-181-7/+27
|\
| * Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-183-52/+219
* | Oops... back out the change to recognize the TI 1131; there's a better place.wollman1997-10-171-4/+1
* | Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.wollman1997-10-171-1/+11
* | Fixed a bug where input packets were counted twice - messing up thedg1997-10-171-2/+1
* | Attempt to support IPX.peter1997-10-121-1/+22
* | Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).asami1997-10-101-1/+5
* | Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENTmarkm1997-10-081-14/+36
* | Latest round of patches from the author.markm1997-10-072-15/+80
* | Nuke these two out of date readme files. This stuff should be in de(4)peter1997-10-032-84/+0
* | Killed a gratuitous assignment in a NetBSD case.dg1997-09-301-5/+1
* | Two changes which should make the system less suseptible to receiverdg1997-09-301-29/+29
* | Work around a bug in the 82557 NIC where the receiver will lock updg1997-09-293-57/+198
* | Remove the 82371 IDE devices.phk1997-09-241-17/+4
* | Update for new callout interface.gibbs1997-09-215-11/+15
* | Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-202-611/+1090
* | ``oops''. I cut/pasted the original free()'s based on mark's suggestionpeter1997-09-201-4/+4
* | Missed a place where the extra descriptor buffers would need to bepeter1997-09-181-1/+3
* | Update select -> poll in drivers.peter1997-09-141-2/+2
* | malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-112-2/+17
* | Treat "reservation conflict" status similar to "busy".se1997-09-101-4/+6
* | Remove scaling of tp->period, since the value is assumed to be inse1997-09-091-12/+2
* | Amancio's latest in the Brooktree driver.markm1997-09-093-238/+349
* | Changes to support NetBSD and the new ifmedia extensions.dg1997-09-053-243/+842
* | Upgrade of EIDE DMA support, Johns comments:sos1997-09-041-245/+387
* | No longer needed, superceded by ide-pci.c ide-pcireg.hsos1997-09-042-382/+0
* | Removed unused #includes.bde1997-09-025-35/+3
* | Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* | Prepare for 64bit programming environment (e.g. Alpha):se1997-08-312-45/+45
OpenPOWER on IntegriCloud