aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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-98/+78
* 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
* Close PR#2198:Jordan K. Hubbard1996-12-131-2/+4
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returnDavid Greenman1996-12-101-92/+15
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-1/+1
* Cosmetic code cleanup from Matt's latest driver.Rodney W. Grimes1996-12-013-386/+383
* Fixed obsolete comment.David Greenman1996-11-181-3/+2
* AHC_FORCE_PIO -> AHC_ALLOW_MEMIOJustin T. Gibbs1996-11-161-2/+2
* Some more updates.Satoshi Asami1996-11-141-5/+1
* Oops I forgot to add the official id for this card.John Hay1996-11-131-2/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIStefan Eßer1996-11-123-4/+11
* Fix PCI to PCI bridge register bit field masks.Stefan Eßer1996-11-122-36/+11
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelyJustin T. Gibbs1996-11-111-69/+73
* Put the packet error printf inside #ifdef DIAGNOSTIC.David Greenman1996-11-101-1/+3
* Only access the specific interrupt status registers if required.Stefan Eßer1996-11-081-4/+4
* Clean up some code having to do with the 398X cards. We can't rely on theJustin T. Gibbs1996-11-051-10/+30
* New vx driver for:Guido van Rooij1996-11-043-1596/+145
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsJohn Hay1996-10-291-0/+133
* Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-281-23/+106
* - KNF cleanup.Justin T. Gibbs1996-10-251-170/+143
* Definitions for ioctl() accesses to PCI config space registers.Stefan Eßer1996-10-221-0/+36
* Add support for ioctl() accesses to PCI config space registers.Stefan Eßer1996-10-222-4/+167
* Updated #includes to 4.4lite style.Bruce Evans1996-10-156-11/+12
* pci_map_mem() did a too restrictive check on the mapping type:Stefan Eßer1996-10-141-2/+4
* Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),Stefan Eßer1996-10-141-4/+4
* Changes to add support for the PCI version of the Cyclades Cyclom-YDavid Greenman1996-10-132-0/+172
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Fix previous commit: The INB/OUTB macros require np->vaddr to beStefan Eßer1996-10-121-10/+10
* Improve support of SCSI cards based on the 53c860 and 53c875.Stefan Eßer1996-10-112-66/+123
* Implement the 802.3 MIB in a way that uses the generic interfaceGarrett Wollman1996-10-101-3/+17
* The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered aPaul Traina1996-10-101-5/+2
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-061-9/+15
* Added multicast support (BPF cookie bug was already fixed).David Greenman1996-10-032-4/+43