diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 01:07:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 01:07:33 +0000 |
commit | 01abe6560db24d2714b306fbed741fe58c83a6bb (patch) | |
tree | 95e35b4d81e6ec5d1922e1e241476ed480327c92 /sys/arch/atari/conf | |
parent | f3cab653e7a7438c98fd9d89bea282b3bf178ef9 (diff) |
update from netbsd tree
Diffstat (limited to 'sys/arch/atari/conf')
-rw-r--r-- | sys/arch/atari/conf/GENERIC | 15 | ||||
-rw-r--r-- | sys/arch/atari/conf/Makefile.atari | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/sys/arch/atari/conf/GENERIC b/sys/arch/atari/conf/GENERIC index cfffb07a467..5b00bfdbdf7 100644 --- a/sys/arch/atari/conf/GENERIC +++ b/sys/arch/atari/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.7.2.1 1995/10/12 08:20:14 leo Exp $ +# $NetBSD: GENERIC,v 1.7.2.2 1995/10/22 21:17:59 leo Exp $ # # Generic atari # @@ -83,7 +83,7 @@ options GENERIC # Mini-root boot support # Atari specific options # #options KFONT_8x8 # Use 8x8 font instead of 8x16 -#options FPU_EMULATE # Floating point emulation +options FPU_EMULATE # Floating point emulation options "ST_POOL_SIZE=22" # smallest that allows TT-HIGH options TT_SCSI # SCSI-support for TT options FALCON_SCSI # SCSI-support for Falcon @@ -95,15 +95,16 @@ options FALCON_VIDEO # Graphics support for FALCON # config netbsd swap on generic -pseudo-device mouse 1 # mouse -pseudo-device view 2 # View (graphics mapping) +pseudo-device mouse 1 # mouse +pseudo-device view 2 # View (graphics mapping) pseudo-device sl # Slip pseudo-device ppp # ppp -pseudo-device pty 16 # Pseudo-tty support +pseudo-device pty 16 # Pseudo-tty support pseudo-device loop # Loopback network -pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) +pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) pseudo-device bpfilter 2 # berkeley packet filters -pseudo-device tun 2 # network tunnel +pseudo-device tun 2 # network tunnel +pseudo-device ccd 4 # concatenating disk driver # #The following sections describe various hardware options. diff --git a/sys/arch/atari/conf/Makefile.atari b/sys/arch/atari/conf/Makefile.atari index 39dcdf5a6a8..9d3dac3c37e 100644 --- a/sys/arch/atari/conf/Makefile.atari +++ b/sys/arch/atari/conf/Makefile.atari @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.atari,v 1.7 1995/09/23 20:22:01 leo Exp $ +# $NetBSD: Makefile.atari,v 1.7.2.1 1995/10/22 21:12:22 leo Exp $ # # Makefile for NetBSD Atari-TT # @@ -33,7 +33,7 @@ ATARI= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Datari -CFLAGS= -O2 -Werror -fno-builtin -mc68020 -msoft-float ${COPTS} +CFLAGS= -O2 -Werror -mc68020 -msoft-float ${COPTS} ### find out what to use for libkern .include "$S/lib/libkern/Makefile.inc" |