From owner-cvs-sys Mon Sep 30 04:25:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13019 for cvs-sys-outgoing; Mon, 30 Sep 1996 04:25:53 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA12675; Mon, 30 Sep 1996 04:25:26 -0700 (PDT) Date: Mon, 30 Sep 1996 04:25:26 -0700 (PDT) From: Bruce Evans Message-Id: <199609301125.EAA12675@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 bde 96/09/30 04:25:24 Modified: sys/i386/i386 userconfig.c Log: Whaddya know, visual userconfig sort of supports pci, but the support was always disabled because "pci.h" wasn't included. Now the configured pci devices are listed and you can edit bogus flags for them. Fixed bitrot in the disabled code. A used #include was removed and const poisoning wasn't fixed. Removed unused #include. Revision Changes Path 1.48 +6 -5 src/sys/i386/i386/userconfig.c