summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put back second case of CC handler in NCR script.se1995-07-071-3/+6
* Add PCI Id for the 3940 controller.gibbs1995-07-041-2/+9
* Changes to support some CDROM drives and the Quantum Grand-Prixse1995-06-281-42/+69
* Change message "not supported" to "no driver assigned", becausese1995-06-281-2/+2
* Give more detailed information about the type of bridge devicesse1995-06-281-1/+11
* Failure of the consistency checks for BIOS assigned mappings of bussesse1995-06-281-6/+16
* Corrections and additions to the PCI chip set configurations log.se1995-06-281-7/+21
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; thedg1995-06-281-4/+5
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-4/+11
* Remove trailing whitespace.rgrimes1995-05-308-65/+73
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getdg1995-05-221-7/+5
* Fixed mbuf leak and panic that occurred when packets got too memorydg1995-05-052-103/+327
* bzero the malloced pci_devconf structure. This should fix the problem withdg1995-05-041-1/+2
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyjkh1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.dg1995-04-171-3/+3
* kernel.h -> sys/kernel.hgibbs1995-04-151-2/+2
* Various changes from Matt Thomas to improve media selection and fixdg1995-04-132-107/+257
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XAdg1995-04-092-139/+381
* From Matt Thomas: Finished EISA support.dg1995-04-051-56/+12
OpenPOWER on IntegriCloud