summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-09 05:07:10 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-09 05:07:10 +0000
commitadbdd023d1619dc80b45b1042e9b0fb545d04857 (patch)
tree32874fe91c27cc369a8fca47230b655d8b301784
parent343900e0033f84a379d9be2fe68904a49e1b7a9a (diff)
Remove old unused config files.
IPX added to GENERIC, only because last released kernels were built that way.
-rw-r--r--sys/arch/powerpc/conf/DDB101
-rw-r--r--sys/arch/powerpc/conf/GENERIC4
-rw-r--r--sys/arch/powerpc/conf/MIX99
-rw-r--r--sys/arch/powerpc/conf/SER97
4 files changed, 3 insertions, 298 deletions
diff --git a/sys/arch/powerpc/conf/DDB b/sys/arch/powerpc/conf/DDB
deleted file mode 100644
index 0df8e1d69a0..00000000000
--- a/sys/arch/powerpc/conf/DDB
+++ /dev/null
@@ -1,101 +0,0 @@
-#
-# First try for PPC GENERIC config file
-#
-
-machine powerpc
-
-maxusers 32
-
-# Standard system options (should go into std.powerpc?)
-option SWAPPAGER, VNODEPAGER, DEVPAGER
-option NATIVE_ELF
-
-# various hacks due to bugs in Openfirmware implementation
-option FIREPOWERBUGS
-
-# specific define for VI boards
-options power4e
-
-#option IPKDBUSERHACK
-#makeoptions DEBUG="-g"
-options DDB
-options KTRACE
-options 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
-options FIFO
-options KERNFS
-option NULLFS
-#option PORTAL
-option PROCFS
-#option UMAPFS
-option UNION
-
-options INET
-options NMBCLUSTERS=1024
-
-config bsd swap generic
-
-#
-# Now the Machine specification
-#
-mainbus0 at root
-cpu* at mainbus0
-
-mpcpcibr* at mainbus0 # MPC106 PCI Bridge.
-isabr* at mainbus0 # ISA dev bridge.
-
-
-#### ISA Bus devices.
-
-isa* at isabr?
-
-com0 at isa? port 0x2e8 irq 5
-com1 at isa? port 0x3e8 irq 1
-
-
-#### 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 ?
-ch* at scsibus? target ? lun ?
-ss* at scsibus? target ? lun ?
-uk* at scsibus? target ? lun ?
-
-
-#### 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 rd 1 # ram disk
-pseudo-device vnd 4 # paging to files
-pseudo-device ccd 4 # concatenated disk devices
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC
index 25924c3f659..abe9da93afd 100644
--- a/sys/arch/powerpc/conf/GENERIC
+++ b/sys/arch/powerpc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.10 1999/01/23 19:41:30 rahnds Exp $
+# $OpenBSD: GENERIC,v 1.11 1999/11/09 05:07:08 rahnds Exp $
#
# PPC GENERIC config file
#
@@ -13,6 +13,8 @@ option SYS_TYPE=OFWMACH
option FIREPOWERBUGS
options PPC_MPC106_BUG
+option IPX # IPX+SPX
+option IPXIP # IPX tunneling over IP
include "../../../conf/GENERIC"
diff --git a/sys/arch/powerpc/conf/MIX b/sys/arch/powerpc/conf/MIX
deleted file mode 100644
index dfcf734e749..00000000000
--- a/sys/arch/powerpc/conf/MIX
+++ /dev/null
@@ -1,99 +0,0 @@
-#
-# First try for PPC GENERIC config file
-#
-
-machine powerpc
-
-maxusers 32
-
-options PPC_MPC106_BUG
-# Standard system options (should go into std.powerpc?)
-options SWAPPAGER, VNODEPAGER, DEVPAGER
-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 0x3f8 irq 4
-com1 at isa? port 0x2f8 irq 3
-com2 at isa? port 0x3e8 irq 1
-com3 at isa? port 0x2e8 irq 5
-
-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/SER b/sys/arch/powerpc/conf/SER
deleted file mode 100644
index 13b58691876..00000000000
--- a/sys/arch/powerpc/conf/SER
+++ /dev/null
@@ -1,97 +0,0 @@
-#
-# First try for PPC GENERIC config file
-#
-
-machine powerpc
-
-maxusers 32
-
-options PPC_MPC106_BUG
-# Standard system options (should go into std.powerpc?)
-options SWAPPAGER, VNODEPAGER, DEVPAGER
-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 0x3f8 irq 4
-com1 at isa? port 0x2f8 irq 3
-
-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