diff options
Diffstat (limited to 'sys/arch/mac68k/conf/RAMDISK')
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISK | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK index 39233c7f48e..e56934e2b5d 100644 --- a/sys/arch/mac68k/conf/RAMDISK +++ b/sys/arch/mac68k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.1 1995/11/21 05:02:02 briggs Exp $ +# $NetBSD: RAMDISK,v 1.5 1996/05/19 22:29:08 scottr Exp $ # RAMDISK # Support Root/swap on ramdisk @@ -31,7 +31,8 @@ options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP # Mac-specific options options M68040 -options M68030 # Includes the 020+851 +options M68030 +options M68020 # Must have 68851 PMMU options FPSP options FPU_EMULATE options COMPAT_09 @@ -40,9 +41,16 @@ options MACHINE_NONCONTIG config bsd root on rd0a swap on rd0b -rd0 at mainbus? +intvid0 at obio? # Internal video hardware -ae* at nubus0 slot -1 id ? claimed 0 +nubus0 at mainbus? + +ae* at nubus? +macvid* at nubus? + +# Attach grf semantics to all video hardware as it is found +grf* at intvid? +grf* at macvid? ncrscsi0 at mainbus? # SCSI NCR 5380 ncr96scsi0 at mainbus? # SCSI NCR 53C96 @@ -53,6 +61,7 @@ st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? ch* at scsibus? target ? lun ? +pseudo-device rd 2 pseudo-device ppp pseudo-device sl pseudo-device loop |