From owner-cvs-all Sun Aug 22 13: 1: 0 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 74D3314BF6; Sun, 22 Aug 1999 13:00:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA77205; Sun, 22 Aug 1999 12:59:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199908221959.MAA77205@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Aug 1999 12:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/08/22 12:59:29 PDT Modified files: sys/i386/i386 autoconf.c Log: Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hooks here any more as they are self identifying. Only PNP remains but that will be replaced any day now. Also reword a comment that had been XXX'ed to death to make it clear[er] why we don't enable interrupts before probing. PCIBIOS interrupt routing controls may make this possible to fix one day. Revision Changes Path 1.133 +24 -35 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message