diff options
author | David Krause <david@cvs.openbsd.org> | 2005-05-01 07:54:44 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-05-01 07:54:44 +0000 |
commit | 6e9804297a3ff083bc61d8f4b088f1d2766a559d (patch) | |
tree | 6c9b157020da5b7ffa61bf46ceb94e79192c33de /sys/arch/cats | |
parent | ae3b1a99f73d24a60f403445c5d43cf581e2bf11 (diff) |
spacing; ok miod@ deraadt@
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 18 | ||||
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 14 |
2 files changed, 16 insertions, 16 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 9c02e0a3270..ea23fdcb995 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2005/04/30 00:49:35 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.23 2005/05/01 07:54:42 david Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -16,11 +16,11 @@ maxusers 32 # estimated number of users options ARM32 options FOOTBRIDGE_INTR -#options UCONSOLE # users can use TIOCCONS (for xconsole) -#options INSECURE # disable kernel securelevel +#options UCONSOLE # users can use TIOCCONS (for xconsole) +#options INSECURE # disable kernel securelevel -#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT -#options NTP # NTP phase/frequency locked loop +#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT +#options NTP # NTP phase/frequency locked loop option APERTURE # in-kernel aperture driver for XFree86 option USER_PCICONF # user-space PCI configuration @@ -28,11 +28,11 @@ option USER_PCICONF # user-space PCI configuration # CPU options # For StrongARM systems -options CPU_SA110 # Support the SA110 core +options CPU_SA110 # Support the SA110 core # FPA options -#options ARMFPE # ARM Ltd FPE +#options ARMFPE # ARM Ltd FPE option WSDISPLAY_COMPAT_USL # VT handling option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes @@ -53,8 +53,8 @@ todclock0 at todservice? # time-of-day device pci0 at footbridge? # PCI bus pci* at ppb? -option PCIVERBOSE -option USBVERBOSE +option PCIVERBOSE +option USBVERBOSE # PCI bridges ppb* at pci? # PCI-PCI bridges diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index 94e8334f04d..0e2ed80f4a5 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2005/01/13 16:16:45 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.13 2005/05/01 07:54:42 david Exp $ machine cats arm @@ -13,7 +13,7 @@ option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option DDB # kernel debugger option EXT2FS # Second Extended Filesystem -option FIFO # FIFOs; RECOMMENDED +option FIFO # FIFOs; RECOMMENDED options ARM32 options FOOTBRIDGE_INTR @@ -25,13 +25,13 @@ maxusers 32 # CPU options # For StrongARM systems -options CPU_SA110 # Support the SA110 core +options CPU_SA110 # Support the SA110 core # FPA options -#options ARMFPE # ARM Ltd FPE +#options ARMFPE # ARM Ltd FPE -config bsd root on rd0a swap on rd0b +config bsd root on rd0a swap on rd0b # The main bus device mainbus0 at root @@ -54,8 +54,8 @@ pci0 at footbridge? # PCI bus pci* at ppb? -option PCIVERBOSE -option USBVERBOSE +option PCIVERBOSE +option USBVERBOSE # PCI bridges ppb* at pci? # PCI-PCI bridges |