#
a14b2c28 |
| 14-Feb-1995 |
Poul-Henning Kamp <phk@FreeBSD.org> |
YFfix
|
#
fd65acba |
| 09-Feb-1995 |
Stefan Eßer <se@FreeBSD.org> |
Try to detect overlapping PCI memory assignment. (This can only happen with devices that are mapped by the BIOS.)
Reviewed by: se Submitted by: wolf (Wolfgang Stanglmeier)
|
#
6398cf31 |
| 02-Feb-1995 |
David Greenman <dg@FreeBSD.org> |
Reapplied all of Stefan's changes. What a mess - the files were modified and moved at the same time. This made it *very* difficult to fix the revision log lossage that happend when the files were mov
Reapplied all of Stefan's changes. What a mess - the files were modified and moved at the same time. This made it *very* difficult to fix the revision log lossage that happend when the files were moved. SIGH.
show more ...
|
#
77e50733 |
| 02-Feb-1995 |
David Greenman <dg@FreeBSD.org> |
Fixed up include paths after copying these in the repository.
|
Revision tags: release/2.0 |
|
#
66da5964 |
| 03-Nov-1994 |
Stefan Eßer <se@FreeBSD.org> |
Submitted by: Added hooks for "lsdev" ... PCI devices should need no individual code for lsdev.
|
#
422cdd61 |
| 26-Oct-1994 |
Stefan Eßer <se@FreeBSD.org> |
Modified fifth parameter (imask) to register_intr() according to new definition of that function.
|
#
65772aee |
| 12-Oct-1994 |
Stefan Eßer <se@FreeBSD.org> |
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> Bug fixed, that caused system hang on first interrupt on some motherboards.
New version of PCI bus configuration code, now supports dynamic i
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 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 ! ***
show more ...
|
#
e902866c |
| 01-Oct-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Correct DEC -> Digital Equipment Corporation.
|
#
799e5f27 |
| 28-Sep-1994 |
Stefan Eßer <se@FreeBSD.org> |
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> New version with improved support for WIDE SCSI using the NCR 53c825. Test for buggy secondary cache implementations. PCI Int to IRQ mapping n
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 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.
show more ...
|
#
4a078e7d |
| 16-Sep-1994 |
Stefan Eßer <se@FreeBSD.org> |
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se> Improved bus probing, symbolic names for registers.. Chip set parameters get dumped for intel PCI chip sets (82424+82434 only, for now).
|
#
f86233fe |
| 14-Sep-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Added a bit of missing functionality to make this work correctly on a wider variety of systems. Include the deivers from pci_intel.c in pci_config.c (I hope this is what was intended; my system work
Added a bit of missing functionality to make this work correctly on a 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.
show more ...
|
#
37bd2c9c |
| 01-Sep-1994 |
Stefan Eßer <se@FreeBSD.org> |
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se> Directory for PCI autoconfigure and device driver code.
|