diff options
| author | briggs <briggs@NetBSD.org> | 1995-06-19 03:55:15 +0000 |
|---|---|---|
| committer | briggs <briggs@NetBSD.org> | 1995-06-19 03:55:15 +0000 |
| commit | caa1421dd6f736f9cbb7a4c0e4ff92409662ec03 (patch) | |
| tree | 795b7b0ecae67ffac8a55acef3b55093ac080e3e | |
| parent | 6f06373e062e79d81efe37653e6bbfcaafb199c1 (diff) | |
Add FPSP back.
| -rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 34b897f9d4f..e598bc51183 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.25 1995/03/29 07:28:48 briggs Exp $ +# $NetBSD: GENERIC,v 1.26 1995/06/19 03:55:15 briggs Exp $ # # GENERIC @@ -53,7 +53,7 @@ options SYSVSHM,SYSVSEM,SYSVMSG # Mac-specific options options M68040 options M68030 # Includes the 020+851 -#options FPSP +options FPSP options FPU_EMULATE options COMPAT_NOMID options COMPAT_SUNOS @@ -74,8 +74,8 @@ st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? ch* at scsibus? target ? lun ? -pseudo-device loop pseudo-device pty 16 -pseudo-device sl pseudo-device bpfilter 4 +pseudo-device loop pseudo-device ppp +pseudo-device sl |
