On platforms for which there is more than one kernel set choice,
default the kernel sets to "no", thus requiring that the user explicitly enable the one that is right for their system.
This commit is contained in:
parent
0f33bc5dfa
commit
3a4956a5c8
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:58 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:23 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
@ -70,9 +70,9 @@
|
|||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 1, "ag", "Kernel : "},
|
{"kern-GENERIC", 0, "ag", "Kernel : "},
|
||||||
{"kern-TX3912", 1, "ag", "Kernel : "},
|
{"kern-TX3912", 0, "ag", "Kernel : "},
|
||||||
{"kern-TX3922", 1, "ag", "Kernel : "},
|
{"kern-TX3922", 0, "ag", "Kernel : "},
|
||||||
{"base", 1, "bw", "Base : "},
|
{"base", 1, "bw", "Base : "},
|
||||||
{"etc", 1, "aa", "System (/etc): "},
|
{"etc", 1, "aa", "System (/etc): "},
|
||||||
{"comp", 1, "bl", "Compiler : "},
|
{"comp", 1, "bl", "Compiler : "},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: md.h,v 1.30 2001/11/29 23:20:58 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.31 2001/11/29 23:24:24 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
@ -70,11 +70,11 @@
|
|||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 1, "aj", "Kernel : "},
|
{"kern-GENERIC", 0, "aj", "Kernel : "},
|
||||||
{"kern-GENERIC_TINY", 1, "aj", "Kernel : "},
|
{"kern-GENERIC_TINY", 0, "aj", "Kernel : "},
|
||||||
{"kern-GENERIC_LAPTOP", 1, "aj", "Kernel : "},
|
{"kern-GENERIC_LAPTOP", 0, "aj", "Kernel : "},
|
||||||
{"kern-GENERIC_DIAGNOSTIC", 1, "aj", "Kernel : "},
|
{"kern-GENERIC_DIAGNOSTIC", 0, "aj", "Kernel : "},
|
||||||
{"kern-GENERIC_PS2TINY", 1, "aj", "Kernel : "},
|
{"kern-GENERIC_PS2TINY", 0, "aj", "Kernel : "},
|
||||||
{"base", 1, "cr", "Base : "},
|
{"base", 1, "cr", "Base : "},
|
||||||
{"etc", 1, "aa", "System (/etc) : "},
|
{"etc", 1, "aa", "System (/etc) : "},
|
||||||
{"comp", 1, "ca", "Compiler : "},
|
{"comp", 1, "ca", "Compiler : "},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: md.h,v 1.9 2001/11/29 23:20:58 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:24 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
@ -202,8 +202,8 @@ EXTERN char *disk_names[]
|
|||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 1, NULL, "Kernel : "},
|
{"kern-GENERIC", 0, NULL, "Kernel : "},
|
||||||
{"kern-GENERICSBC", 1, NULL, "Kernel (SBC) : "},
|
{"kern-GENERICSBC", 0, NULL, "Kernel (SBC) : "},
|
||||||
{"base", 1, NULL, "Base : "},
|
{"base", 1, NULL, "Base : "},
|
||||||
{"etc", 1, NULL, "System (/etc): "},
|
{"etc", 1, NULL, "System (/etc): "},
|
||||||
{"comp", 1, NULL, "Compiler : "},
|
{"comp", 1, NULL, "Compiler : "},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: md.h,v 1.6 2001/11/29 23:20:59 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.7 2001/11/29 23:24:24 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
@ -51,8 +51,8 @@
|
|||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 1, NULL, "Kernel : "},
|
{"kern-GENERIC", 0, NULL, "Kernel : "},
|
||||||
{"kern-GENERIC_TINY", 1, NULL, "Kernel : "},
|
{"kern-GENERIC_TINY", 0, NULL, "Kernel : "},
|
||||||
{"base", 1, NULL, "Base : "},
|
{"base", 1, NULL, "Base : "},
|
||||||
{"etc", 1, NULL, "System (/etc): "},
|
{"etc", 1, NULL, "System (/etc): "},
|
||||||
{"comp", 1, NULL, "Compiler : "},
|
{"comp", 1, NULL, "Compiler : "},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: md.h,v 1.2 2001/11/29 23:21:01 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.3 2001/11/29 23:24:25 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
@ -94,8 +94,8 @@ EXTERN char *disk_names[]
|
|||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 1, NULL, "Kernel : "},
|
{"kern-GENERIC", 0, NULL, "Kernel : "},
|
||||||
{"kern-GENERIC_INDY", 1, NULL, "Kernel : "},
|
{"kern-GENERIC_INDY", 0, NULL, "Kernel : "},
|
||||||
{"base", 1, NULL, "Base : "},
|
{"base", 1, NULL, "Base : "},
|
||||||
{"etc", 1, NULL, "System (/etc): "},
|
{"etc", 1, NULL, "System (/etc): "},
|
||||||
{"comp", 1, NULL, "Compiler : "},
|
{"comp", 1, NULL, "Compiler : "},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: md.h,v 1.9 2001/11/29 23:21:02 thorpej Exp $ */
|
/* $NetBSD: md.h,v 1.10 2001/11/29 23:24:25 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
@ -67,9 +67,9 @@
|
|||||||
EXTERN distinfo dist_list[]
|
EXTERN distinfo dist_list[]
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
= {
|
= {
|
||||||
{"kern-GENERIC", 1, NULL, "Kernel : "},
|
{"kern-GENERIC", 0, NULL, "Kernel : "},
|
||||||
{"kern-GENERIC_SCSI3", 1, NULL, "Kernel : "},
|
{"kern-GENERIC_SCSI3", 0, NULL, "Kernel : "},
|
||||||
{"kern-GENERIC_SUN4U", 1, NULL, "Kernel : "},
|
{"kern-GENERIC_SUN4U", 0, NULL, "Kernel : "},
|
||||||
{"base", 1, NULL, "Base : "},
|
{"base", 1, NULL, "Base : "},
|
||||||
{"etc", 1, NULL, "System (/etc): "},
|
{"etc", 1, NULL, "System (/etc): "},
|
||||||
{"comp", 1, NULL, "Compiler : "},
|
{"comp", 1, NULL, "Compiler : "},
|
||||||
|
Loading…
Reference in New Issue
Block a user