summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2001-10-09Don't enable BGE_CHECKSUM yet, since it doesn't work.Nathan Binkert
It shouldn't have been enabled in the first place.
2001-10-07match DTCTECH Domex DMX3194U (it's an initio in a different box)Jason Wright
2001-10-07syncJason Wright
2001-10-07Domex 3194UJason Wright
2001-10-06Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob
the target mode code.
2001-10-06Completely strip away all non-OpenBSD code to clean things up. Fix themjacob
setting of cacheline to something that the chip wants. Apply several bug fixes from Sitara networks with respect to transmit descriptor wraparound. Don't do tx descriptor garbage collection in the interrupt service routine. Increase the number of rx descriptors to 256.
2001-10-06We must read the SROM ahead of time for all ADMtek-based PCI cards; based onAaron Campbell
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :(
2001-10-06syncAaron Campbell
2001-10-06More TI FireWire products.Aaron Campbell
2001-10-05syncJason Wright
2001-10-05fixJason Wright
2001-10-05Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).Nathan Binkert
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD
2001-10-05pcidevsTheo de Raadt
2001-10-05newTheo de Raadt
2001-10-05random KNF and removal of unused variablesNathan Binkert
2001-10-05use positive logic for matchNathan Binkert
2001-10-04regenMichael Shalayeff
2001-10-04ibm 82G2675, ServeRAID, i82557B 10/100Michael Shalayeff
2001-10-04Attach sf4r and mr drivers.Grigoriy Orlov
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Driver skeleton for Guillemot Maxi Radio FM2000 PCI Radio Card.Grigoriy Orlov
If I understand right developers have no such card. Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04SoundForte RadioLink SF64-PCR FM Radio Card device driverGrigoriy Orlov
Probably untested. Work by Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net>
2001-10-04regenGrigoriy Orlov
2001-10-04Add Guillemot MaxiRadioGrigoriy Orlov
2001-10-03return 1 from interrupt handled; kevloTheo de Raadt
2001-10-03fix data sheet link. ok deraadt@Kevin Lo
2001-10-02syncJason Wright
2001-10-02ALI M5451 audioJason Wright
2001-09-29if_media support, from freebsdMichael Shalayeff
2001-09-29Pretty the printout (don't know if it's right, but it does the job).Artur Grabowski
2001-09-29PC87415: Don't claim to support DATA32 or MODEJason Wright
(now correctly probes the DMA modes).
2001-09-29for pc87415:Jason Wright
- don't hardwire interrupt interrupts to pci mode - unmask the pci interrupt if at least one channel is in pci mode
2001-09-29add pciide driver for National Semiconductor PC87415.Jason Wright
2001-09-29If we field an interrupt, return to the caller that we did so. Otherwise,mjacob
on some platforms, after a while they'll think it's all spurious and disconnect the interrupt routing. Thereupon Bad Things Happen (tm). Approved by: Theo.
2001-09-27style fixes from Alexander Yurchenko <grange@grange.ru>Grigoriy Orlov
2001-09-27Huge merge with NetBSD. For full details look at their revision history ↵Jason Wright
(1.26 -> 1.83)... Highlights: o tag queue support o fas366 support (doesn't work yet on sparc, but does on sparc64) o tons more (thanks to hugh, fgsch and beck for testing)
2001-09-26syncJason Wright
2001-09-26NS PC87415Jason Wright
2001-09-26* add missing #include "vlan.h"Peter Galbavy
* add IFCAP_VLAN_MTU capability * put test around hardware assited (de)tagging of VLAN packets This now means that vlan's built using the driver can pass full size packets. IFCAP_VLAN_HWTAGGING is not currently enabled as it does not work in the current sources. more study required. ok'ed by jason@, nate@ was watching mail back and forth
2001-09-23Read the MAC address correctly from 630EA1-based sis(4) devices. Should fixAaron Campbell
problems people have been reporting of this nature with the SiS network devices found on some motherboards; fixes pr#2085. Patch by peter@, jason@ ok Also, some space vs tab fixes while we're here.
2001-09-22supply some entropy from hereMichael Shalayeff
2001-09-21syncTheo de Raadt
2001-09-21new stuffTheo de Raadt
2001-09-21Not yet working, but getting a bit closer.Hakan Olsson
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
correct order.
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski
From NetBSD
2001-09-20occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok
2001-09-20regenNathan Binkert
2001-09-20more broadcom BCM570x based boards.Nathan Binkert
from FreeBSD
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-16Typos in comments.Artur Grabowski
From Alexander Yurchenko <grange@rt.mipt.ru>