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
2.1 KiB
Plaintext
76 lines
2.1 KiB
Plaintext
# $NetBSD: KICKME,v 1.38 1997/01/15 01:28:48 perry Exp $
|
|
#
|
|
# KICKME -- 486Cx-33 development machine
|
|
#
|
|
|
|
include "arch/i386/conf/std.i386"
|
|
|
|
#options COMCONSOLE=0
|
|
#options COMADDR=0x3f8
|
|
|
|
options I486_CPU
|
|
#options MATH_EMULATE # floating point emulation
|
|
|
|
# Some BIOSes don't get the size of extended memory right. If you
|
|
# have a broken BIOS, uncomment the following and set the value
|
|
# properly for your system.
|
|
#options BIOSEXTMEM=... # size of extended memory
|
|
|
|
#options DUMMY_NOPS # speed hack; recommended
|
|
#options XSERVER,UCONSOLE
|
|
|
|
maxusers 10 # estimated number of users
|
|
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
|
|
|
|
options DDB # in-kernel debugger
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
|
options COMPAT_09 # NetBSD 0.9,
|
|
options COMPAT_10 # NetBSD 1.0,
|
|
options COMPAT_11 # NetBSD 1.1,
|
|
options COMPAT_12
|
|
options COMPAT_43 # and 4.3BSD
|
|
|
|
options FFS # UFS
|
|
|
|
options NFSCLIENT # Network File System client
|
|
options NFSSERVER # Network File System server
|
|
|
|
options CD9660 # ISO 9660 + Rock Ridge file system
|
|
options FIFO # FIFOs; RECOMMENDED
|
|
options UNION # union file system
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
config netbsd root on sd0 swap on sd0 and sd1
|
|
|
|
mainbus0 at root
|
|
|
|
isa0 at mainbus0
|
|
|
|
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|
|
|
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
|
|
|
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
|
com1 at isa? port 0x2f8 irq 3
|
|
|
|
bha0 at isa? port 0x330 irq ? drq ? # BusLogic 54x SCSI controllers
|
|
scsibus* at bha?
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
#st* at scsibus? target ? lun ? # SCSI tape drives
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
#ch* at scsibus? target ? lun ? # SCSI autochangers
|
|
|
|
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
|
fd* at fdc? drive ?
|
|
|
|
ed0 at isa? port 0x280 iomem 0xd0000 irq 3 # WD/SMC, 3C503, and NE[12]000
|
|
ed1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|
|
|
pseudo-device loop 1 # network loopback
|
|
pseudo-device bpfilter 4 # packet filter
|
|
pseudo-device pty 32 # pseudo-terminals
|
|
pseudo-device vnd 16 # vnode-disk driver
|