diff options
author | gene <gene@cvs.openbsd.org> | 1997-06-23 02:26:39 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-06-23 02:26:39 +0000 |
commit | 7cb480af0a2f632db8a7ac0cbaa447f0c21d6cac (patch) | |
tree | bccf4f046c6af6e93530ee1cfc2bd0010241a115 /sys/arch/mac68k/conf/GENERICSBC | |
parent | a8708d6696b3d2e0a1ba7ddd8ddaf92401ef7ef4 (diff) |
regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busification
options out of std.mac68k. This means that people will have to add them to
their local kernel config files.
Please test.
Diffstat (limited to 'sys/arch/mac68k/conf/GENERICSBC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 93 |
1 files changed, 23 insertions, 70 deletions
diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index 3a36f2f4702..24eea01a79c 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,81 +1,46 @@ -# $OpenBSD: GENERICSBC,v 1.7 1997/06/05 18:52:41 gene Exp $ +# $OpenBSD: GENERICSBC,v 1.8 1997/06/23 02:26:36 gene Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERICSBC --- our generic kernel using the SBC SCSI driver -include "arch/mac68k/conf/std.mac68k" +machine mac68k m68k +include "conf/GENERIC" -maxusers 16 - -# Standard system option -option DIAGNOSTIC # DEBUG for extra kernel debugging -option KTRACE # system call tracing support -#option KGDB # support for kernel gdb -#option GDB # support for normal gdb -#option KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate - -# Filesystem option -option FIFO # POSIX fifo support (in all filesystems) -option DDB -option FFS -option QUOTA # fast filesystem with user and group quotas -option MFS # memory-based filesystem -#option NFSSERVER # Sun NFS-compatible filesystem -option NFSCLIENT # Sun NFS-compatible filesystem -option NULLFS # Null (formerly loop-back) filesystem -option CD9660 # ISO-9660 w/ RockRidge -option KERNFS # kernel data-structure filesystem -option FDESC # user file descriptor filesystem -#option UMAPFS # uid/gid remapping filesystem -#option LFS # Log-based filesystem (still experimental) -#option PORTAL # portal filesystem (still experimental) -option PROCFS # Process filesystem - -option LKM # loadable kernel modules - -option SCSI -#option SCSIDEBUG - -# Networking option -option INET -option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP -option GATEWAY # IP packet forwarding -option IPFILTER -#option ISO # OSI networking -#option TPIP -#option EON -option COMPAT_43 -option NS -option MAPMEM -option SYSVSHM,SYSVSEM,SYSVMSG -option PPP_BSDCOMP,PPP_DEFLATE - -# Mac-specific option +# Mac-specific options option M68040 option M68030 option M68020 # Must have 68851 PMMU option FPSP option FPU_EMULATE -option COMPAT_NOMID -option COMPAT_SUNOS +option COMPAT_SUNOS # SunOS m68k binary compatiblity option ZS_CONSOLE_ABORT option DISABLE_EXT_CACHE # Don't use IIci external cache option DISABLE_ADB_WITH_SERIAL_CONSOLE -#option MRG_ADB # Use ROM-based ADB driver +#option MRG_ADB # Use ROM-based ADB driver config bsd swap generic -option GENERIC +maxusers 16 + +mainbus0 at root +fpu0 at mainbus? -sn* at obio? # Internal ethernet +# on-board I/O +obio0 at mainbus? -asc0 at obio? # ASC/EASC audio -intvid0 at obio? # Internal video hardware +adb0 at obio? +asc0 at obio? # ASC/EASC audio +esp0 at obio? # SCSI NCR 53C9x +esp1 at obio? # SCSI NCR 53C9x +intvid0 at obio? # Internal video hardware +sn* at obio? # Internal ethernet +zsc0 at obio? # Zilog serial chip +zstty* at zsc? channel ? nubus0 at mainbus? -ae* at nubus? -sn* at obio? -macvid* at nubus? +ae* at nubus? # Most Apple Ethernet Cards +macvid* at nubus? # NuBus video cards +sn* at nubus? # SONIC-based ethernet cards # Attach grf semantics to all video hardware as it is found grf* at intvid? @@ -88,9 +53,6 @@ ite0 at grf? #ncrscsi0 at obio? # SCSI NCR 5380 sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller -esp0 at obio? # SCSI NCR 53C9x -esp1 at obio? # SCSI NCR 53C9x - scsibus* at scsi? sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives @@ -98,12 +60,3 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives ch* at scsibus? target ? lun ? # SCSI autochangers ss* at scsibus? target ? lun ? # SCSI scanners uk* at scsibus? target ? lun ? # SCSI unknown - -pseudo-device pty 16 -pseudo-device bpfilter 12 -pseudo-device vnd 2 -pseudo-device ccd 2 -pseudo-device ppp 2 -pseudo-device loop -pseudo-device sl -#pseudo-device ipfilter |