b89a3425b7
Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
76 lines
1.8 KiB
Plaintext
76 lines
1.8 KiB
Plaintext
# $NetBSD: SPOT,v 1.21 1997/01/15 01:28:52 perry Exp $
|
|
#
|
|
# SPOT
|
|
|
|
include "arch/mac68k/conf/std.mac68k"
|
|
|
|
maxusers 16
|
|
|
|
makeoptions COPTS="-m68030 -O"
|
|
|
|
# Standard system options
|
|
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
|
options KTRACE # system call tracing support
|
|
#options KGDB # support for kernel gdb
|
|
#options GDB # support for normal gdb
|
|
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
|
options UCONSOLE # non-root can grab console
|
|
|
|
# Filesystem options
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
|
options DDB
|
|
options FFS
|
|
options QUOTA # fast filesystem with user and group quotas
|
|
options MFS # memory-based filesystem
|
|
options NFSSERVER # Sun NFS-compatible filesystem
|
|
options NFSCLIENT # Sun NFS-compatible filesystem
|
|
options CD9660 # ISO-9660 w/ RockRidge
|
|
options KERNFS # kernel data-structure filesystem
|
|
options FDESC # user file descriptor filesystem
|
|
options PROCFS # Process filesystem
|
|
|
|
options SCSI
|
|
|
|
# Networking options
|
|
options INET
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
options GATEWAY # IP packet forwarding
|
|
options PPP_BSDCOMP
|
|
options PPP_DEFLATE
|
|
options COMPAT_42
|
|
options COMPAT_43
|
|
options MAPMEM
|
|
options SYSVSHM,SYSVSEM,SYSVMSG
|
|
|
|
# Mac-specific options
|
|
options M68030
|
|
options COMPAT_10
|
|
options COMPAT_11
|
|
options COMPAT_12
|
|
|
|
# SPOT-specific options
|
|
options RTC_OFFSET=360 # hardware clock is this many mins. west of GMT
|
|
|
|
config netbsd swap generic
|
|
|
|
nubus0 at mainbus?
|
|
|
|
ae* at nubus?
|
|
|
|
macvid* at nubus?
|
|
grf* at macvid?
|
|
ite0 at grf?
|
|
|
|
sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller
|
|
|
|
scsibus* at scsi?
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
pseudo-device pty 32
|
|
pseudo-device bpfilter 16
|
|
pseudo-device vnd 2
|
|
pseudo-device ppp 2
|
|
pseudo-device loop
|