From owner-cvs-sys Mon Nov 11 01:09:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02201 for cvs-sys-outgoing; Mon, 11 Nov 1996 01:09:53 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02162; Mon, 11 Nov 1996 01:09:42 -0800 (PST) Date: Mon, 11 Nov 1996 01:09:42 -0800 (PST) From: Michael Smith Message-Id: <199611110909.BAA02162@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 96/11/11 01:09:42 Modified: sys/i386/i386 userconfig.c Log: Update the database of known devices (people, please consider this when you are adding new drivers...) to match, as best I can tell, majors.i386. Improve behaviour when attempting to save changes for devices that should not be changeable. Now correclty avoids non-device items, PCI devices and devices with no isa_device structure. Submitted by: (observations from) joerg, bde Revision Changes Path 1.66 +13 -7 src/sys/i386/i386/userconfig.c