summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-10-12 12:01:29 +0000
committerkato <kato@FreeBSD.org>1997-10-12 12:01:29 +0000
commitefda9bcc7883171dccf7a23808e5d4123a92f6ca (patch)
treebc3b7568c9ca143dd4d639e9c380c17c3db9f9bb /sys
parent968b86d94e5bd3176f058a235b88e7ca7dc391f6 (diff)
downloadFreeBSD-src-efda9bcc7883171dccf7a23808e5d4123a92f6ca.zip
FreeBSD-src-efda9bcc7883171dccf7a23808e5d4123a92f6ca.tar.gz
Synchronize with sys/i386/i386/userconfig.c revision 1.94.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/userconfig.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 25e1e42..badd505 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.36 1997/09/10 08:06:35 kato Exp $
+ ** $Id: userconfig.c,v 1.37 1997/09/19 08:48:02 kato Exp $
**/
/**
@@ -130,6 +130,8 @@
#include <pci/pcivar.h>
+MALLOC_DEFINE(M_DEVL, "isa_devlist", "isa_device lists in userconfig()");
+
static struct isa_device *isa_devlist; /* list read by dset to extract changes */
#ifdef USERCONFIG_BOOT
@@ -2379,7 +2381,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.36 1997/09/10 08:06:35 kato Exp $
+ * $Id: userconfig.c,v 1.37 1997/09/19 08:48:02 kato Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud