diff options
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK-IP26')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP26 | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP26 b/sys/arch/sgi/conf/RAMDISK-IP26 deleted file mode 100644 index 265c7606854..00000000000 --- a/sys/arch/sgi/conf/RAMDISK-IP26 +++ /dev/null @@ -1,70 +0,0 @@ -# $OpenBSD: RAMDISK-IP26,v 1.6 2020/04/06 02:10:33 visa Exp $ -# -# THIS KERNEL IS FOR POWER INDIGO2 R8000 (IP26) SYSTEMS ONLY. - -machine sgi mips64 -maxusers 4 - -option SMALL_KERNEL -option NO_PROPOLICE -option BOOT_CONFIG - -option MINIROOTSIZE=10240 -option RAMDISK_HOOKS - -option EISAVERBOSE -option PCIVERBOSE - -option FFS -option FFS2 -option CD9660 -option NFSCLIENT -option INET6 - -makeoption LINK_ADDRESS="0xa800000008010000" -option KERNBASE="0xa800000008000000" -option TGT_INDIGO2 # Indigo2 -option ARCBIOS # mandatory -option CPU_R8000 # R8000 support - -config bsd root on rd0a swap on rd0b - -mainbus0 at root -cpu* at mainbus0 - -tcc0 at mainbus0 # Streaming Cache Controller -int0 at mainbus0 # Interrupt Controller and scheduling clock -imc0 at mainbus0 # Memory Controller -gio0 at imc0 -eisa0 at imc0 - -hpc0 at gio? addr 0x1fb80000 - -dsclock0 at hpc0 -sq* at hpc? # On-board Ethernet -wdsc* at hpc? # On-board SCSI -pckbc* at hpc0 # keyboard and mouse - -zs0 at hpc0 -zstty* at zs0 # Serial ports - -pckbd* at pckbc? -wskbd* at pckbd? mux 1 - -grtwo* at gio? # Express (GR2/GR3) graphics -wsdisplay* at grtwo? -newport* at gio? # XL graphics -wsdisplay* at newport? - -giopci* at gio? -pci* at giopci? - -scsibus* at scsi? -sd* at scsibus? -st* at scsibus? -cd* at scsibus? - -pseudo-device loop 1 -pseudo-device bpfilter 1 -pseudo-device rd 1 -pseudo-device bio 1 |