diff options
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index ceead264029..edc20c9ae36 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.25 1997/09/26 16:45:32 kstailey Exp $ +# $OpenBSD: GANDALF,v 1.26 1998/02/08 21:58:36 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -11,15 +11,10 @@ machine i386 # architecture, used by config; REQUIRED option I586_CPU #option GPL_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. -option EXTMEM_SIZE=130048 # size of extended memory - option PCIVERBOSE # verbose PCI device information option EISAVERBOSE # verbose EISA device information -option DUMMY_NOPS # speed hack; recommanded +option DUMMY_NOPS # speed hack; recommended option XSERVER #option INSECURE # insecure; allow /dev/mem writing for X @@ -27,6 +22,7 @@ maxusers 32 # estimated number of users option TIMEZONE=480 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC option NTP # High precision timekeeping support +option PPS_SYNC # include support for PPS option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices @@ -83,14 +79,17 @@ option IPSEC # IPsec #option EON # OSI tunneling over IP #option CCITT,LLC,HDLC # X.25 option "NMBCLUSTERS=1024" +option PPP_BSDCOMP +option PPP_DEFLATE -config bsd root on sd0a swap on sd0b and sd1b dumps on sd0b +config bsd root on sd0a swap on sd0b and sd1b and sd3b dumps on sd3b mainbus0 at root +bios0 at mainbus0 isa0 at mainbus0 -pci0 at mainbus0 bus ? eisa0 at mainbus0 +pci0 at mainbus0 bus ? npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? @@ -126,6 +125,9 @@ wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers wdc1 at isa? port 0x170 irq 15 # ST506, ESDI, and IDE controllers wd* at wdc? drive ? +atapibus* at wdc? +acd* at atapibus? drive? + ep* at eisa? slot ? # 3C579 ethernet card gus0 at isa? port 0x220 irq 12 drq 5 flags 6 # Gravis UltraSound (flags is record drq) @@ -141,3 +143,4 @@ pseudo-device enc 4 # encryption device pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files +pseudo-device pctr 1 # performance counters |