From owner-cvs-sys Sun Mar 12 05:26:13 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA16131 for cvs-sys-outgoing; Sun, 12 Mar 1995 05:26:13 -0800 Received: (from ugen@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA16077; Sun, 12 Mar 1995 05:25:52 -0800 Date: Sun, 12 Mar 1995 05:25:52 -0800 From: "Ugen J.S.Antsilevich" Message-Id: <199503121325.FAA16077@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk ugen 95/03/12 05:25:52 Modified: sys/i386/isa isa_device.h Log: Add id_next field to struct isa_device,this does not breaks anything and needed only in userconfig to make dset work for now.. Modified: sys/sys malloc.h Log: Add M_DEVS for list of saved isa_device's and M_IPFW for firewall chans memory on the same opportunity, theese types of memory are unique enough to have own identifiers and besides vmstat looks much more useful and right for those now Modified: sys/i386/i386 userconfig.c Log: Save all changed devices so thet dset would be able to retrive data and device driver could change it as it wishes to..