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/GENERIC | |
parent | f3cab653e7a7438c98fd9d89bea282b3bf178ef9 (diff) |
update from netbsd tree
Diffstat (limited to 'sys/arch/atari/conf/GENERIC')
-rw-r--r-- | sys/arch/atari/conf/GENERIC | 15 |
1 files changed, 8 insertions, 7 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. |