summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Made pci.c compile again. It unfortunately depends on the isa interruptbde1995-11-211-1/+3
* Completed function declarations and/or added prototypes.bde1995-11-212-6/+10
* Mega commit for sysctl.phk1995-11-201-12/+7
* Set flag to stop backoff counter from counting when carrier activity isdg1995-11-171-8/+14
* statizice some internal magic.phk1995-11-141-2/+2
* Remove uneccessary increment of the unit number.gibbs1995-11-071-2/+1
* Conform to new probe/attach interface exported by aic7xxx.c.gibbs1995-11-051-28/+30
* Fixed the type of feaintr(). The type of an EISA interrupt handler isbde1995-11-041-2/+10
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-041-2/+2
* Submitted by: bdejulian1995-11-041-1/+1
* Reviewed by: not yetjulian1995-10-312-0/+1627
* Second batch of cleanup changes.phk1995-10-293-63/+69
* Recognize the aic7880 and 3940 Ultra.gibbs1995-10-261-5/+25
* From Matt Thomas:dg1995-10-261-2/+3
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-132-4/+4
* Identify the 2940 *Ultra* SCSI adapter. We treat it as a normal 2940gibbs1995-10-081-1/+6
* Add SIOCGIFADDR support.dg1995-10-071-1/+7
* Check for failure to map the interrupt. Not doing so will guarantee thatdg1995-10-021-3/+8
* Fixed bug where wrong thing was being checked for NULL before callingdg1995-10-021-2/+2
* Latest version from Matt Thomas. This version works with the newerdg1995-09-292-268/+961
* Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips,se1995-09-211-3/+19
* Add vendor ID of Compaq, now that I found what it is ...se1995-09-141-2/+2
* Remove '#ifdef undef' that was only supposed to be in my local test version.se1995-09-141-3/+1
* Do not include the verbose boot messages, if PCI_QUIET is defined.se1995-09-141-8/+10
* Minor changes to the PCI probe messages.se1995-09-141-7/+6
* Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addressesse1995-09-111-89/+70
* Put back p_script component into NCR control block.se1995-09-111-3/+11
* Perl script to convert NCR script address into label+offset.se1995-09-081-0/+31
* Don't use vtophys() for constant addresses, cache the translations inse1995-09-081-22/+65
* Applied patches that make the driver compile on NetBSD again.se1995-09-081-30/+83
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-4/+4
* Add support for 16 targets on WIDE SCSI bus.se1995-09-071-106/+103
* Remove support for PCI bridge classes, since thisse1995-09-071-23/+2
* Make mapping messages depend on bootverbose flag.se1995-09-071-67/+182
* Add description of Intel 82425EX PCI system controller chip (Aries ?).se1995-09-071-1/+77
* Detect external SRAM.gibbs1995-09-051-4/+35
* The NCR script has grown beyond one page (4KB). Since malloc() returnsse1995-09-051-74/+101
* Fixes for issues raised by Bruce Evans.jkh1995-08-291-9/+12
* Kernel components of Matrox Meteor driver.jkh1995-08-281-0/+1242
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+16
* Correct the PCI ID for the Adaptec 7850 chips.gibbs1995-08-201-2/+2
* Print more information in case of unspecific error condition.se1995-08-151-15/+41
* Add more chip set register decodings:se1995-08-151-3/+13
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)se1995-08-131-3/+3
* Initialize "name" to quiet compiler.dg1995-07-291-2/+2
* Add a few chip set IDs.se1995-07-271-4/+21
* Add config messages for the Intel 82378 chip.se1995-07-271-1/+32
* Add a few vendor IDs.se1995-07-271-8/+21
* Get rid of references to the linker supplied set length field.se1995-07-271-15/+15
* Fix compiler warnings (systm.h wasn't included).bde1995-07-161-1/+6
OpenPOWER on IntegriCloud