From owner-cvs-sys Tue Mar 21 15:01:11 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA09343 for cvs-sys-outgoing; Tue, 21 Mar 1995 15:01:11 -0800 Received: (from se@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA09331; Tue, 21 Mar 1995 15:01:07 -0800 Date: Tue, 21 Mar 1995 15:01:07 -0800 From: Stefan Esser Message-Id: <199503212301.PAA09331@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcibus.h pcireg.h pcisupport.c pcivar.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk se 95/03/21 15:01:07 Modified: sys/pci pci.c pcibus.h pcireg.h pcisupport.c pcivar.h Log: Completely new PCI code: 1) Supports PCI to PCI bridge devices (and tries to initialise them, even if the BIOS is brain dead). 2) Supports shared PCI interrupts. Interrupt handlers now MUST return '0' if they found nothing to do, '1' otherwise. New features tested with i486 systems based on the Intel Saturn and a DEC 4channel Ethernet card only, but expected to work on most systems. The option PCI_REMAP has been removed ! Submitted by: Wolfgang Stanglmeier