summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Terminate commit for the Intel PIIX4 SMBus support. Already committed filesnsouch1999-01-251-3/+4
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibletorstenb1999-01-252-2/+5
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),nsouch1999-01-242-0/+866
* Added detection of Hauppauge IR remote control.roger1999-01-231-52/+206
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>roger1999-01-231-2/+4
* Multicast code isn't quite correct. The RealTek wants the upper six bitswpaul1999-01-221-5/+5
* Fix problem with zero valued map registers followed by valid map entries.se1999-01-193-11/+15
* Pass the unit number to the DMA cookie lookup routine and use itbde1999-01-171-5/+6
* Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets.bde1999-01-171-3/+2
* Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUFwpaul1999-01-161-3/+3
* Remove the code that manually pads frames to at least 60 bytes;wpaul1999-01-162-13/+3
* Fixed a 1-bit error in initializing UDMA mode for VIA chipsets.bde1999-01-161-2/+2
* Stability fixes:wpaul1999-01-162-24/+47
* Fix some stability problems:wpaul1999-01-161-9/+22
* Spell "ctlr" consistently.msmith1999-01-161-4/+4
* Fix breakage in rev 1.19; the second argument to ide_pci_candma is amsmith1999-01-161-4/+4
* Use a fast interrupt handler for the PCI version of the cy driverbde1999-01-151-2/+13
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)bde1999-01-132-7/+17
* Add support for the ACER LABS Aladin chipset UDMA controller.julian1999-01-131-5/+87
* Switch type of vxintr instead of using the previous casts.eivind1999-01-121-1/+1
* Remove 'pci_bridgeto' - it was just an empty placeholder.eivind1999-01-121-9/+1
* Remove unused variable.eivind1999-01-121-3/+5
* Silence warning by casting vxintr to correct typeeivind1999-01-121-1/+1
* Clean out warnings introduced in last commit.eivind1999-01-121-4/+4
* Fixed minor style bugs in previous commit.bde1999-01-112-15/+13
* Updated for not-so-new version of Cyclom-Y PCI boards (with a custombde1999-01-112-7/+32
* remove some unused variablesjulian1999-01-111-8/+7
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesjulian1999-01-111-15/+208
* Tweak the vr_start() and vr_rxeof() routines a little to improvewpaul1999-01-102-31/+13
* Amazingly stupid forgetfullness had me forgetting to turn on FIFO burstsmjacob1999-01-101-4/+4
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-092-0/+2731
* cleanup: remove part of the code for 2.1.kjc1999-01-091-36/+128
* Add some tweaks to mx_mii_readreg(), mx_phy_readreg(), mx_phy_writereg()wpaul1999-01-061-4/+18
* GRRRR! Apparently, the promiscuous mode chip bug which I thought waswpaul1999-01-052-4/+5
* Minor bug: in the case where allocating a fresh mbuf for the receive ringwpaul1999-01-032-8/+6
* This commit adds a software workaround for a hardware bug in certain PNICwpaul1998-12-312-13/+179
* Add Joachim Kuebart's ES1370 driver. With my Shuttle HOT-255 card,luigi1998-12-312-0/+1261
* Silence -Wtrigraph.hoek1998-12-302-5/+5
* Fix the tl_start() routine; sometimes the tl_tx_tail pointer was notwpaul1998-12-291-3/+3
* clarify headers;ansifymjacob1998-12-281-60/+22
* Turn the VIA chipset ,<<IDE/USB>> controller probing off.foxfair1998-12-271-6/+1
* One more time: another case where we need to trim the CRC manually.wpaul1998-12-241-2/+11
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetwpaul1998-12-241-4/+13
* The VIA Rhine appears to be yet another chip that always includes thewpaul1998-12-241-2/+11
* Fix a small bug in xl_start(): when queuing a packet onto the end ofwpaul1998-12-241-2/+3
* Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox,foxfair1998-12-231-2/+2
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-221-4/+4
* Check for DMA capbility is against unit,not controller.msmith1998-12-211-2/+2
* Remove a vestige of the amd driver.bde1998-12-201-667/+0
OpenPOWER on IntegriCloud