Regenerate from GENERIC.in: no more idesc - we're using wdc.

This commit is contained in:
is 2005-01-13 16:12:35 +00:00
parent fe6a35af59
commit a354b7d3c8
5 changed files with 16 additions and 31 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: AMIGA,v 1.70 2004/11/10 17:25:21 christos Exp $
# $NetBSD: AMIGA,v 1.71 2005/01/13 16:12:35 is Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.23 2004/06/28 21:07:47 bouyer Exp $
# Created from: # NetBSD: GENERIC.in,v 1.27 2005/01/13 16:11:38 is Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.70 $"
#ident "GENERIC-$Revision: 1.71 $"
maxusers 8
@ -410,11 +410,7 @@ cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI
scsibus* at cbiiisc0
empsc0 at zbus0 # Emplant scsi
scsibus* at empsc0
#idesc0 at mainbus0 # A4000 & A1200 IDE
#scsibus* at idesc0
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
# <<< are uncommented >>>
wdc0 at mainbus0 # A4000 & A1200 IDE bus
atabus* at wdc? channel ? # ATA bus
wd* at atabus? drive ? # + drives

View File

@ -1,9 +1,9 @@
# $NetBSD: DRACO,v 1.86 2004/11/10 17:25:21 christos Exp $
# $NetBSD: DRACO,v 1.87 2005/01/13 16:12:35 is Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.23 2004/06/28 21:07:47 bouyer Exp $
# Created from: # NetBSD: GENERIC.in,v 1.27 2005/01/13 16:11:38 is Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.86 $"
#ident "GENERIC-$Revision: 1.87 $"
maxusers 8

View File

@ -1,9 +1,9 @@
# $NetBSD: GENERIC,v 1.206 2004/11/10 17:25:21 christos Exp $
# $NetBSD: GENERIC,v 1.207 2005/01/13 16:12:35 is Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.23 2004/06/28 21:07:47 bouyer Exp $
# Created from: # NetBSD: GENERIC.in,v 1.27 2005/01/13 16:11:38 is Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.206 $"
#ident "GENERIC-$Revision: 1.207 $"
maxusers 8
@ -416,11 +416,7 @@ cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI
scsibus* at cbiiisc0
empsc0 at zbus0 # Emplant scsi
scsibus* at empsc0
#idesc0 at mainbus0 # A4000 & A1200 IDE
#scsibus* at idesc0
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
# <<< are uncommented >>>
wdc0 at mainbus0 # A4000 & A1200 IDE bus
atabus* at wdc? channel ? # ATA bus
wd* at atabus? drive ? # + drives

View File

@ -1,9 +1,9 @@
# $NetBSD: INSTALL,v 1.45 2004/11/10 17:54:03 christos Exp $
# $NetBSD: INSTALL,v 1.46 2005/01/13 16:12:35 is Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
# Created from: # NetBSD: GENERIC.in,v 1.27 2005/01/13 16:11:38 is Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.45 $"
#ident "GENERIC-$Revision: 1.46 $"
makeoptions COPTS="-Os"
@ -131,6 +131,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SCSIVERBOSE # human readable SCSI error messages
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
# Enable experimental buffer queue strategy for better responsiveness under
@ -364,11 +365,7 @@ cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI
scsibus* at cbiiisc0
empsc0 at zbus0 # Emplant scsi
scsibus* at empsc0
#idesc0 at mainbus0 # A4000 & A1200 IDE
#scsibus* at idesc0
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
# <<< are uncommented >>>
wdc0 at mainbus0 # A4000 & A1200 IDE bus
atabus* at wdc? channel ? # ATA bus
wd* at atabus? drive ? # + drives

View File

@ -1,9 +1,9 @@
# $NetBSD: WSCONS,v 1.24 2004/11/10 17:25:21 christos Exp $
# $NetBSD: WSCONS,v 1.25 2005/01/13 16:12:35 is Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
# Created from: # NetBSD: GENERIC.in,v 1.23 2004/06/28 21:07:47 bouyer Exp $
# Created from: # NetBSD: GENERIC.in,v 1.27 2005/01/13 16:11:38 is Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.24 $"
#ident "GENERIC-$Revision: 1.25 $"
maxusers 8
@ -388,11 +388,7 @@ cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI
scsibus* at cbiiisc0
empsc0 at zbus0 # Emplant scsi
scsibus* at empsc0
#idesc0 at mainbus0 # A4000 & A1200 IDE
#scsibus* at idesc0
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
# <<< are uncommented >>>
wdc0 at mainbus0 # A4000 & A1200 IDE bus
atabus* at wdc? channel ? # ATA bus
wd* at atabus? drive ? # + drives