From owner-cvs-all Sat May 8 7:55:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D323914CCA; Sat, 8 May 1999 07:55:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76815; Sat, 8 May 1999 07:55:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905081455.HAA76815@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 07:55:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 07:55:19 PDT Modified files: sys/pci pcisupport.c Log: Fix a couple of newbus merge problems: Restore 0x710110b9 ("AcerLabs M15x3 Power Management Unit") - but only if NALPM == 0. Restore 0x00051166 ("Ross (?) host to PCI bridge") so that fixbushigh_Ross() gets called. Delete generic_pci_bridge(), it's been replaced by other mechanisms (see the isab and pcib match/probes and the pci_bridge_type() function) Revision Changes Path 1.104 +12 -33 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message