From owner-cvs-all Sun Jul 9 5:34:58 2000 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 6746637B720; Sun, 9 Jul 2000 05:34:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34551; Sun, 9 Jul 2000 05:34:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007091234.FAA34551@freefall.freebsd.org> From: Alexander Langer Date: Sun, 9 Jul 2000 05:34:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/09 05:34:54 PDT Modified files: sys/i386/conf NOTES Log: Since this file is doc now, reorganize its structure. Currently, many drivers support more than one bus of ISA, EISA, MCA, PCI. Before this commit, we had, for example, some SCSI devices listed more than once, iirc, some up to three times (ISA/EISA, MCA, PCI). Since now the "device" line is common for all of them and they only differ for the hints stuff, I did the following: First, list Busses: (E)ISA, MCA, PCI and explain, that only ISA needs the hints stuff. Move NIC/SCSI stuff, which were the only split sections, behind these stuff. Describe all drivers only one time and list all supported chips. List all device (+ hints for ISA, if possible). I've also added few additional supported chips to some drivers, xl for example and some SCSI drivers. Also, softupdates is no longer disabled by default, so the comment should not say, it's not enabled by default due to license issues. Approved by: asmodai To come: include PAO devices (imp volunteered for help) Revision Changes Path 1.795 +239 -270 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message