Regen (with commented MI wdc stuff)
This commit is contained in:
parent
6d8c9583a7
commit
db4859bcd8
|
@ -1,13 +1,15 @@
|
|||
# $NetBSD: AMIGA,v 1.24 2000/01/23 21:31:30 aymeric Exp $
|
||||
# $NetBSD: AMIGA,v 1.25 2000/02/05 18:42:49 mhitch Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from:
|
||||
#$ NetBSD: GENERIC,v 1.133 2000/01/22 21:16:56 is Exp $
|
||||
#$ NetBSD: GENERIC,v 1.136 2000/02/05 18:41:58 mhitch Exp $
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.25 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
||||
|
@ -312,6 +314,14 @@ scsibus* at empsc0
|
|||
idesc0 at mainbus0 # A4000 & A1200 IDE
|
||||
scsibus* at idesc0
|
||||
|
||||
#<<< comment out the idesc entries above if the following wdc/atapibus lines >>>
|
||||
#<<< are uncommented >>>
|
||||
#wdc0 at mainbus0 # A4000 & A1200 IDE bus
|
||||
#wd* at wdc? drive ? # + drives
|
||||
#atapibus* at wdc? channel ? # ATAPI bus
|
||||
#cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
||||
#sd* at atapibus? drive ? # ATAPI disk drives
|
||||
|
||||
#pccard0 at mainbus0
|
||||
#pcmcia* at pccard0
|
||||
#com* at pcmcia? function ? # Modems and serial cards
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
# $NetBSD: DRACO,v 1.42 2000/01/22 21:09:40 is Exp $
|
||||
# $NetBSD: DRACO,v 1.43 2000/02/05 18:42:49 mhitch Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from:
|
||||
#$ NetBSD: GENERIC,v 1.132 2000/01/20 19:12:28 wrstuden Exp $
|
||||
#$ NetBSD: GENERIC,v 1.136 2000/02/05 18:41:58 mhitch Exp $
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.43 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
||||
|
|
Loading…
Reference in New Issue