diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:35:32 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:35:32 +0000 |
commit | bd26a77624fec2e4429834aa4355b88c21767a67 (patch) | |
tree | cd97a5d04e5b0cf25e64459c57d7aaaccb5246ae /sys/arch/powerpc | |
parent | c5d125da5efc92f3f25a7345354e1de084632db1 (diff) |
RAMDISK kernels should not be configured as GENERIC, remove unnecessary
pieces associated, shrinking the kernel is good.
Add ppb to both of these, the PCI-PCI bridge would be a good thing
for machine that have one.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/GENERICMAC | 5 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISKMAC | 23 |
2 files changed, 25 insertions, 3 deletions
diff --git a/sys/arch/powerpc/conf/GENERICMAC b/sys/arch/powerpc/conf/GENERICMAC index ac79089edd2..8912e73c44f 100644 --- a/sys/arch/powerpc/conf/GENERICMAC +++ b/sys/arch/powerpc/conf/GENERICMAC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICMAC,v 1.2 1999/11/28 23:23:04 rahnds Exp $ +# $OpenBSD: GENERICMAC,v 1.3 2000/01/14 05:35:31 rahnds Exp $ # # PPC GENERIC config file # @@ -35,6 +35,9 @@ mpcpcibr* at mainbus0 # MPC106 PCI Bridge. #### PCI Bus devices. pci* at mpcpcibr? +pci* at ppb? bus ? +ppb* at pci? dev ? function ? # PCI-PCI bridges + ncr* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? diff --git a/sys/arch/powerpc/conf/RAMDISKMAC b/sys/arch/powerpc/conf/RAMDISKMAC index f4f7d6af6c7..59b7bb435b4 100644 --- a/sys/arch/powerpc/conf/RAMDISKMAC +++ b/sys/arch/powerpc/conf/RAMDISKMAC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKMAC,v 1.2 1999/11/28 23:23:03 rahnds Exp $ +# $OpenBSD: RAMDISKMAC,v 1.3 2000/01/14 05:35:31 rahnds Exp $ # # PPC GENERIC config file # @@ -16,7 +16,23 @@ options PPC_MPC106_BUG option IPX # IPX+SPX option IPXIP # IPX tunneling over IP -include "../../../conf/GENERIC" +# include "../../../conf/GENERIC" +option TIMEZONE=0 # time zone to adjust RTC time by +option DST=0 # daylight savings time used by RTC +option SWAPPAGER # paging; REQUIRED +option DEVPAGER # mmap() of devices +option COMPAT_43 # and 4.3BSD +option FFS # UFS +option MFS # memory file system +option NFSCLIENT # Network File System client +option CD9660 # ISO 9660 + Rock Ridge file system +option MSDOSFS # MS-DOS file system +option KERNFS # /kern +option INET # IP + ICMP + TCP + UDP +pseudo-device loop 2 # network loopback +pseudo-device pty 64 # pseudo-terminals +pseudo-device ccd 4 # concatenated disk devices +pseudo-device ksyms 1 # kernel symbols device config bsd root on rd0a swap on rd0b @@ -35,6 +51,9 @@ mpcpcibr* at mainbus0 # MPC106 PCI Bridge. #### PCI Bus devices. pci* at mpcpcibr? +pci* at ppb? bus ? +ppb* at pci? dev ? function ? # PCI-PCI bridges + ncr* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? |