summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>2000-09-06 02:37:32 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>2000-09-06 02:37:32 +0000
commitb65927521e1df0c319129dece70ade602442b2d7 (patch)
treee1895fd353c35dd89166babc5df8e31953e3f1ec /sys/arch
parentd13e3eae16c0be7700671f33dc9fb4048ba8fdfc (diff)
Remove _very_ old unused config files.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/conf/DDBOFW74
-rw-r--r--sys/arch/powerpc/conf/OFWTST97
-rw-r--r--sys/arch/powerpc/conf/RAMDISKMIX95
-rw-r--r--sys/arch/powerpc/conf/RAMDISKOFW80
4 files changed, 0 insertions, 346 deletions
diff --git a/sys/arch/powerpc/conf/DDBOFW b/sys/arch/powerpc/conf/DDBOFW
deleted file mode 100644
index 2fab918908a..00000000000
--- a/sys/arch/powerpc/conf/DDBOFW
+++ /dev/null
@@ -1,74 +0,0 @@
-#
-# First try for PPC GENERIC config file
-#
-
-machine powerpc
-
-maxusers 32
-
-# Standard system options (should go into std.powerpc?)
-options SWAPPAGER, VNODEPAGER, DEVPAGER
-options EXEC_ELF
-options SYS_TYPE=OFWMACH
-
-# various hacks due to bugs in Openfirmware implementation
-options FIREPOWERBUGS
-
-#options IPKDBUSERHACK
-#makeoptions DEBUG="-g"
-
-options DDB
-options KTRACE
-options SYSCALL_DEBUG
-options TCP_COMPAT_42
-options COMPAT_43
-#options COMPAT_09
-#options COMPAT_10
-#options COMPAT_12
-
-options FFS
-options MFS
-
-options NFSCLIENT
-options NFSSERVER
-
-options CD9660
-options MSDOSFS
-options FDESC
-options FIFO
-options KERNFS
-options NULLFS
-options PORTAL
-options PROCFS
-options UMAPFS
-options UNION
-
-options INET
-options NMBCLUSTERS=1024
-
-#options MAXUSERS=20
-#options TARGET_ELF
-
-config bsd swap generic
-
-mainbus0 at root
-cpu* at mainbus0
-
-ofroot* at mainbus0
-
-ofbus* at openfirm?
-
-ofdisk* at openfirm?
-
-ofnet* at openfirm?
-#ipkdbif0 at ofnet?
-
-ofcons* at openfirm?
-
-ofrtc* at openfirm?
-
-pseudo-device loop
-pseudo-device pty 64
-pseudo-device random 1
-pseudo-device rd
-pseudo-device vnd 2
diff --git a/sys/arch/powerpc/conf/OFWTST b/sys/arch/powerpc/conf/OFWTST
deleted file mode 100644
index fdaf8c641e1..00000000000
--- a/sys/arch/powerpc/conf/OFWTST
+++ /dev/null
@@ -1,97 +0,0 @@
-#
-# First try for PPC GENERIC config file
-#
-
-machine powerpc
-
-maxusers 32
-
-# Standard system options (should go into std.powerpc?)
-options SWAPPAGER, VNODEPAGER, DEVPAGER
-options EXEC_ELF
-options SYS_TYPE=OFWMACH
-
-# various hacks due to bugs in Openfirmware implementation
-options FIREPOWERBUGS
-
-#options IPKDBUSERHACK
-#makeoptions DEBUG="-g"
-
-options DDB
-options KTRACE
-options SYSCALL_DEBUG
-options TCP_COMPAT_42
-options COMPAT_43
-#options COMPAT_09
-#options COMPAT_10
-#options COMPAT_12
-
-options FFS
-options MFS
-
-options NFSCLIENT
-options NFSSERVER
-
-options CD9660
-options MSDOSFS
-options FDESC
-options FIFO
-options KERNFS
-options NULLFS
-options PORTAL
-options PROCFS
-options UMAPFS
-options UNION
-
-options INET
-options NMBCLUSTERS=1024
-
-# System V options
-option SYSVMSG # System V-like message queues
-option SYSVSEM # System V-like semaphores
-option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
-
-#options MAXUSERS=20
-#options TARGET_ELF
-
-config bsd swap generic
-
-mainbus0 at root
-cpu* at mainbus0
-ofroot* at mainbus0
-mpcpcibr* at mainbus0 # MPC106 PCI Bridge.
-isabr* at pci? # ISA dev bridge.
-
-pci* at mpcpcibr?
-
-isa* at isabr?
-#com0 at isa? port 0x2f8 irq 3
-#com1 at isa? port 0x3f8 irq 4
-
-ncr* at pci? dev ? function ?
-#de* at pci? dev ? function ?
-
-scsibus* at ncr?
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-
-ofbus* at openfirm?
-
-#ofdisk* at openfirm?
-
-ofnet* at openfirm?
-#ipkdbif0 at ofnet?
-
-ofcons* at openfirm?
-
-ofrtc* at openfirm?
-
-pseudo-device loop
-pseudo-device pty 64
-pseudo-device random 1
-pseudo-device rd
-pseudo-device vnd 2
-#pseudo-device bpfilter 8 # packet filter
diff --git a/sys/arch/powerpc/conf/RAMDISKMIX b/sys/arch/powerpc/conf/RAMDISKMIX
deleted file mode 100644
index 4830020c52f..00000000000
--- a/sys/arch/powerpc/conf/RAMDISKMIX
+++ /dev/null
@@ -1,95 +0,0 @@
-#
-# RAMDISK install kernel definition.
-#
-
-machine powerpc
-
-maxusers 8
-
-# Standard system options
-option SWAPPAGER
-option DEVPAGER
-
-option FIREPOWERBUGS
-options PPC_MPC106_BUG
-options SYS_TYPE=OFWMACH
-
-#options KTRACE
-#options DEBUG
-
-option NFSCLIENT
-#option NFSSERVER
-
-option CD9660
-option MSDOSFS
-options FIFO
-options KERNFS
-option FFS
-#option QUOTA
-option MFS
-
-options INET
-
-# Specify storage configuration using ramdisk
-config bsd root on rd0a swap on rd0b
-
-mainbus0 at root
-cpu* at mainbus0
-ofroot* at mainbus0
-
-mpcpcibr* at mainbus0 # MPC106 PCI Bridge.
-isabr* at pci? # ISA dev bridge.
-
-
-#### ISA Bus devices.
-# still using openfirmware for console
-
-isa* at isabr?
-
-com0 at isa? port 0x3f8 irq 4
-com1 at isa? port 0x2f8 irq 3
-com2 at isa? port 0x3e8 irq 1
-com3 at isa? port 0x2e8 irq 5
-
-
-#### PCI Bus devices.
-
-pci* at mpcpcibr?
-ncr* at pci? dev ? function ?
-scsibus* at ncr?
-de* at pci? dev ? function ?
-#vme* at pci? dev ? function ?
-
-
-#### SCSI Bus devices
-
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-#Openfirmware notes still used
-ofbus* at openfirm?
-#ofdisk* at openfirm?
-#ofnet* at openfirm?
-#ipkdbif0 at ofnet?
-#ofcons* at openfirm?
-ofrtc* at openfirm?
-
-#### PSEUDO Devices
-
-pseudo-device loop 1 # network loopback
-#pseudo-device bpfilter 8 # packet filter ports
-#pseudo-device sl 2 # serial-line IP ports
-pseudo-device ppp 2 # serial-line PPP ports
-#pseudo-device tun 2 # network tunneling over tty
-
-#pseudo-device pty 64 # pseudo ptys
-#pseudo-device random 1
-#pseudo-device vnd 4 # paging to files
-#pseudo-device ccd 4 # concatenated disk devices
-pseudo-device rd 1 # ram disk
-
-# RAMDISK stuff
-option MINIROOTSIZE=8192
-option RAMDISK_HOOKS
-
diff --git a/sys/arch/powerpc/conf/RAMDISKOFW b/sys/arch/powerpc/conf/RAMDISKOFW
deleted file mode 100644
index f4644d224d4..00000000000
--- a/sys/arch/powerpc/conf/RAMDISKOFW
+++ /dev/null
@@ -1,80 +0,0 @@
-#
-# First try for PPC GENERIC config file
-#
-
-machine powerpc
-
-maxusers 8
-
-# Standard system option (should go into std.powerpc?)
-option SWAPPAGER, VNODEPAGER, DEVPAGER
-option SYS_TYPE=OFWMACH
-
-# various hacks due to bugs in Openfirmware implementation
-option FIREPOWERBUGS
-
-#option IPKDBUSERHACK
-#makeoption DEBUG="-g"
-
-#option DDB
-#option KTRACE
-#option SYSCALL_DEBUG
-option TCP_COMPAT_42
-option COMPAT_43
-option COMPAT_09
-option COMPAT_10
-option COMPAT_12
-
-option FFS
-option MFS
-
-option NFSCLIENT
-#option NFSSERVER
-
-option CD9660
-option MSDOSFS
-#option FDESC
-option FIFO
-option KERNFS
-#option NULLFS
-#option PORTAL
-option PROCFS
-#option UMAPFS
-#option UNION
-
-option INET
-option NMBCLUSTERS=1024
-
-#option MAXUSERS=20
-
-config bsd root on rd0a swap on rd0b
-
-mainbus0 at root
-cpu* at mainbus0
-
-ofroot* at mainbus0
-
-ofbus* at openfirm?
-
-ofdisk* at openfirm?
-
-ofnet* at openfirm?
-#ipkdbif0 at ofnet?
-
-ofcons* at openfirm?
-
-ofrtc* at openfirm?
-
-pseudo-device loop
-pseudo-device pty 64
-pseudo-device random 1
-pseudo-device rd
-pseudo-device vnd 1
-
-
-# RAMDISK stuff
-option MINIROOTSIZE=8192
-option RAMDISK_HOOKS
-
-
-