summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by:se1994-11-022-7/+136
| | | | | Added hooks for "lsdev" ... PCI devices should need no individual code for lsdev.
* Submitted by: Paul F. Werkowskiats1994-10-301-3/+4
| | | | Add a quirk line for the SONY SDT-5000 like it is done for the WangDAT tapes.
* Make this documentation more sane in the context of 2.0.jkh1994-10-292-28/+9
|
* Change some compile time defaults, which may be overridden from these1994-10-271-14/+8
| | | | | | kernel config file by options lines. Now the default settings are FAST SCSI, max. 4 TAGS, WIDE transfers, if supported by the hardware ...
* Modified fifth parameter (imask) to register_intr() according tose1994-10-251-5/+2
| | | | new definition of that function.
* Added decoding of chipset registers for Pentium 90/100 CPUs.se1994-10-251-6/+6
|
* #ifdef'ed the verbose probe messages. Only until I find a good way ofphk1994-10-171-1/+3
| | | | making it run-time selectable, then it will be back (at will).
* Fixed typo and message format change to avoid line wrapping.se1994-10-151-14/+14
|
* Submitted by: "Randall W. Dean" <rwd@osf.org>se1994-10-141-4/+4
| | | | | Fixed typo in initialisation of DMODE: PCI burst length now really 16 transfers as advertised ...
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-131-2/+7
| | | | removed PCI mapping call from vga_attach() in pcisupport.c.
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-131-298/+74
| | | | Debugging option changed, getirr() removed.
* Submitted by: Matt Thomas <thomas@lkg.dec.com>se1994-10-122-23/+45
| | | | Preliminary FAST Ethernet support added (DEC21140).
* Submitted by: Bruce Evans <bde@zeta.org.au>se1994-10-121-3/+19
| | | | Function getirr() could clobber interrupt controller state.
* Small corrections:se1994-10-121-6/+3
| | | | | pci config line now without irq boot message changed
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-123-425/+484
| | | | | | | | | Bug fixed, that caused system hang on first interrupt on some motherboards. New version of PCI bus configuration code, now supports dynamic interrupt configuration (using BIOS supplied values). NCR SCSI and DEC Ethernet driver patched to use this feature. *** Remove PCI IRQ specifications from your kernel config file ! ***
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-121-0/+387
| | | | Name change: pci_intel.c -> pcisupport.c
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-121-0/+402
| | | | Files merged and name change: pci_device.h + pcibios.h -> pcireg.h
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-10-121-0/+547
| | | | Name change: ncr_reg.h -> ncrreg.h
* Add Matt Thomas's DC21040 PCI Ethernet driver. (This is turning outwollman1994-10-014-0/+1493
| | | | | to be quite a popular chip, so expect to see a number of products based on it.)
* Correct DEC -> Digital Equipment Corporation.wollman1994-10-011-2/+2
|
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-282-14/+153
| | | | | | New version with improved support for WIDE SCSI using the NCR 53c825. Test for buggy secondary cache implementations. PCI Int to IRQ mapping now specified per slot.
* Add missing closing comment. I have taken the non-knf formatrgrimes1994-09-241-3/+4
| | | | | of this code up with the authors and they are looking at converting it, but until then leave the format alone.
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-30/+3
| | | | | systm.h). Merged functionality of pio.h into cpufunc.h. Cleaned up some related code.
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>se1994-09-161-126/+131
| | | | | | Improved bus probing, symbolic names for registers.. Chip set parameters get dumped for intel PCI chip sets (82424+82434 only, for now).
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-161-617/+1305
| | | | | New version with support for the NCR 53c810 and 53c825. Support for WIDE SCSI devices.
* Added a bit of missing functionality to make this work correctly on awollman1994-09-141-71/+93
| | | | | | | | | | | | | | wider variety of systems. Include the deivers from pci_intel.c in pci_config.c (I hope this is what was intended; my system works ok). Use pmap_mapdev(). Automatically map any large linear frame buffers or whatnot in VGA-style devices which ordinarily would not have their own drivers, and don't call not_supported() for them. (This shuts up complaints about my Matrox card.) Include the beginnings of what could eventually become dynamically-loadable PCI devices. Allow for the possibility of PCI devices simply providing a PCI veneer over an existing ISA device, and shut up about them, too. Make autoconfiguration text conform more to the style of other supported buses.
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-011-36/+250
| | | | | Merged in changes required for NetBSD support (by mycroft@gnu.ai.mit.edu) and support for multiple NCR chips.
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>se1994-09-012-0/+6293
Directory for PCI autoconfigure and device driver code.
OpenPOWER on IntegriCloud