Date: Mon, 23 Sep 2002 08:50:06 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h Message-ID: <200209231550.g8NFo6tV086431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/09/23 08:50:06 PDT Modified files: sys/conf files.i386 sys/i386/i386 legacy.c sys/i386/include legacyvar.h Log: Add a new legacy(4) device driver for use on machines that do not have ACPI or for when ACPI support is disabled or not present in the kernel. Basically, the nexus device is now split into two with some parts (such as adding default ISA, MCA, and EISA busses if they aren't found as well as support for PCI bus device ivars) being moved to the legacy driver. Revision Changes Path 1.419 +1 -0 src/sys/conf/files.i386 1.48 +102 -451 src/sys/i386/i386/legacy.c 1.3 +9 -9 src/sys/i386/include/legacyvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209231550.g8NFo6tV086431>