aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-5/+5
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>Steve Passe1997-03-213-851/+1278
* Added support for newer cards that have the DP83840A PHY chip.David Greenman1997-03-212-9/+46
* Added Allied Telesis CenterCOM LA100-PCI support. Currently, fullKATO Takenori1997-03-201-1/+5
* additions for table-driven frequency calculation.Steve Passe1997-03-191-196/+202
* Submitted by: Doug White <dwhite@gdi.uoregon.edu>Steve Passe1997-03-171-1/+1
* Fixed two deficiencies in the driver that have existed since it wasDavid Greenman1997-03-172-23/+116
* Submitted by: Amancio Hasty <hasty@rah.star-gate.com>Steve Passe1997-03-162-44/+182
* The register definitions are now in the compile directory.Justin T. Gibbs1997-03-161-3/+3
* Add support for the buggy CMD640B PCI EIDE controller chip, whichStefan Eßer1997-03-111-0/+79
* Initial import of the Brooktree PCI-TV drivers. I have not testedMark Murray1997-03-103-0/+2682
* Make it clearer how the termination settings from the PCI probe are used byJustin T. Gibbs1997-02-251-8/+8
* Add support for the SMC9332BDT that's using the DE21140A chip. ThisJoerg Wunsch1997-02-231-1/+15
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2222-23/+23
* ULTRAENB->FAST20Justin T. Gibbs1997-02-091-1/+1
* Fixed missing ioport offset from the reading/updating of the PLXDavid Greenman1997-02-051-1/+1
* Fix misspelled variable name, -current build stopperAndrey A. Chernov1997-02-051-1/+1
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hStefan Eßer1997-02-042-2/+6
* Changed several configuration options:David Greenman1997-02-041-7/+7
* Do "selective" reset rather than full reset...the manual specificallyDavid Greenman1997-02-042-3/+8
* Don't include the short-frames counter in with the input errors. ThisDavid Greenman1997-02-041-3/+1
* Add 1997 to my copyright.Justin T. Gibbs1997-01-291-5/+7
* Remove element pb_maxirq from struct pcibus.Stefan Eßer1997-01-251-1/+0
* Improve on previous fix: Clean up getirq() as well, and remove redundantStefan Eßer1997-01-251-9/+8
* Add the definition for the CFAUTOTERM bit in the aic78xx SEEPROM.Justin T. Gibbs1997-01-241-7/+163
* Make IRQ 0 invalid in pci_map_int(), since it is hardwired to theStefan Eßer1997-01-231-1/+1
* Be smarter about enabling memory mapped I/O. The AHC_ALLOW_MEMIO optionJustin T. Gibbs1997-01-221-6/+8
* Add PCI LKM support:Stefan Eßer1997-01-211-0/+2
* Add PCI LKM support.Stefan Eßer1997-01-212-290/+392
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-175-3649/+11
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mJoerg Wunsch1997-01-171-0/+472
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1426-27/+31
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-133-99/+79
* Fix typo..Søren Schmidt1997-01-061-3/+3
* Fix NetBSD pr kern/3067, which also applies to FreeBSD:Stefan Eßer1997-01-051-3/+3
* Add Intel VX chip set specific detection and register dump code.Stefan Eßer1997-01-021-1/+56
* Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined.Bruce Evans1996-12-231-4/+6
* Improve negotiation messages:Stefan Eßer1996-12-211-8/+8
* Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.Stefan Eßer1996-12-211-8/+11
* Fix bug that would stop probing for SCSI devicesStefan Eßer1996-12-201-5/+6
* Add include of <vm/pmap.h> to make this driver compile under -current.Stefan Eßer1996-12-181-13/+4
* Rename DIAGNOSTIC to DMA_DIAGNOSTIC.Stefan Eßer1996-12-181-1/+1
* Add code to fill the EEPROM buffer with default values, if no EEPROMStefan Eßer1996-12-181-1/+22
* Make compile under FreeBSD-current (3.0-DEVELOPMENT).Stefan Eßer1996-12-181-3/+8
* Fix "opt_ncr.h" changes:Stefan Eßer1996-12-161-7/+9
* Tekram supplied driver for their DC390 and DC390T controllers.Stefan Eßer1996-12-153-0/+3839
* Fix typoStefan Eßer1996-12-151-3/+3
* Include "opt_ncr.h" for option settings.Stefan Eßer1996-12-151-3/+5
* Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drivesStefan Eßer1996-12-151-5/+2
* General cleanup and new features for 53c875 based cards, especially theStefan Eßer1996-12-142-80/+232