aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.Nicolas Souchu1999-02-132-1/+688
* Improved reporting of autodetected speed and duplex.Julian Elischer1999-02-121-21/+48
* Do not issue RX and TX reset commands in xl_stop() and xl_init(). On theBill Paul1999-02-111-2/+6
* Define more registers and fix incorrect (but unused) register bit definitions.Julian Elischer1999-02-111-10/+29
* Define more registers in the PHY unit and use them to report backJulian Elischer1999-02-112-9/+82
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.Roger Hardiman1999-02-111-17/+103
* Set the ultra enable bits in the adaptor's scratch ram area only afterJustin T. Gibbs1999-02-111-20/+19
* Cleanup. Set all PCI parameters of importance. Set a define that willMatt Jacob1999-02-091-15/+105
* Added detection for bt848a chipsRoger Hardiman1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.Roger Hardiman1999-02-081-46/+83
* Back out rev 1.89. The #include is necessary for the #if that testsPeter Wemm1999-02-061-2/+2
* Remember to initialize ifp->if_snd.ifq_maxlen.Bill Paul1999-02-018-18/+24
* roll internal release tagMatt Jacob1999-01-301-2/+2
* Removed a bogus cast to v_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+2
* Removed bogus casts to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-4/+3
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatRoger Hardiman1999-01-281-16/+356
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-282-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-287-22/+22
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-276-17/+27
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+2
* Add missing declarations to fix error with LINT compileMatthew Dillon1999-01-271-1/+6
* When selecting the correct EEPROM offset to use for probing the stationBill Paul1999-01-261-3/+3
* Check if the intpm controller is configured first before stoppingPeter Wemm1999-01-261-2/+7
* Terminate commit for the Intel PIIX4 SMBus support. Already committed filesNicolas Souchu1999-01-251-3/+4
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibleTorsten Blum1999-01-252-2/+5
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),Nicolas Souchu1999-01-242-0/+866
* Added detection of Hauppauge IR remote control.Roger Hardiman1999-01-231-52/+206
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>Roger Hardiman1999-01-231-2/+4
* Multicast code isn't quite correct. The RealTek wants the upper six bitsBill Paul1999-01-221-5/+5
* Fix problem with zero valued map registers followed by valid map entries.Stefan Eßer1999-01-193-11/+15
* Pass the unit number to the DMA cookie lookup routine and use itBruce Evans1999-01-171-5/+6
* Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets.Bruce Evans1999-01-171-3/+2
* Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUFBill Paul1999-01-161-3/+3
* Remove the code that manually pads frames to at least 60 bytes;Bill Paul1999-01-162-13/+3
* Fixed a 1-bit error in initializing UDMA mode for VIA chipsets.Bruce Evans1999-01-161-2/+2
* Stability fixes:Bill Paul1999-01-162-24/+47
* Fix some stability problems:Bill Paul1999-01-161-9/+22
* Spell "ctlr" consistently.Mike Smith1999-01-161-4/+4
* Fix breakage in rev 1.19; the second argument to ide_pci_candma is aMike Smith1999-01-161-4/+4
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-151-2/+13
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)Bruce Evans1999-01-132-7/+17
* Add support for the ACER LABS Aladin chipset UDMA controller.Julian Elischer1999-01-131-5/+87
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-121-1/+1
* Remove 'pci_bridgeto' - it was just an empty placeholder.Eivind Eklund1999-01-121-9/+1
* Remove unused variable.Eivind Eklund1999-01-121-3/+5
* Silence warning by casting vxintr to correct typeEivind Eklund1999-01-121-1/+1
* Clean out warnings introduced in last commit.Eivind Eklund1999-01-121-4/+4
* Fixed minor style bugs in previous commit.Bruce Evans1999-01-112-15/+13
* Updated for not-so-new version of Cyclom-Y PCI boards (with a customBruce Evans1999-01-112-7/+32