diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-30 09:25:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-30 09:25:53 +0000 |
commit | ae6edef4a5c786c1e71d11bebe59250e16e1618b (patch) | |
tree | 58346246cbf11e1aa6909eb118369b4e6ff7274f | |
parent | ea4a6235e3a6f79fc3873e2422470317e8fa7e21 (diff) |
minimize install kernel
-rw-r--r-- | sys/arch/i386/conf/INST | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST index 5408313eb45..33093f06568 100644 --- a/sys/arch/i386/conf/INST +++ b/sys/arch/i386/conf/INST @@ -1,10 +1,6 @@ -# $OpenBSD: INST,v 1.1 1996/05/27 01:14:07 deraadt Exp $ +# $OpenBSD: INST,v 1.2 1996/05/30 09:25:52 deraadt Exp $ # $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $ # -# INSTADP -- like GENERICADP. This supports only Adaptec SCSI -# adapters. This kernel is GENERICADP with lines -# deleted, not commented out, so it is easy to maintain. -# # Install kernels no longer support X. # @@ -23,7 +19,7 @@ options MATH_EMULATE # floating point emulation #options DUMMY_NOPS # speed hack; recommended options MACHINE_NONCONTIG -maxusers 32 # estimated number of users +maxusers 8 # estimated number of users options TIMEZONE=0 # time zone to adjust RTC time by options DST=0 # daylight savings time used by RTC @@ -51,7 +47,6 @@ options KERNFS # /kern options INET # IP + ICMP + TCP + UDP config bsd swap generic -options GENERIC mainbus0 at root @@ -90,9 +85,9 @@ com3 at pcmcia? port 0x2e8 size 8 irq 3 slot ? # PCMCIA modem cards #cy0 at isa? ... -lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports -lpt1 at isa? port 0x278 -lpt2 at isa? port 0x3bc +#lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports +#lpt1 at isa? port 0x278 +#lpt2 at isa? port 0x3bc bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers @@ -104,9 +99,8 @@ scsibus* at aha? ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers scsibus* at ahb? ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers +ahc* at eisa? slot ? # Adaptec 284x SCSI controllers scsibus* at ahc? -ahe0 at eisa? slot ? # Adaptec 284x SCSI controllers -scsibus* at ahe? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers scsibus* at aic? @@ -144,6 +138,7 @@ ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards pseudo-device loop 1 # network loopback -pseudo-device sl 2 # CSLIP +pseudo-device sl 1 # CSLIP +pseudo-device ppp 1 # PPP pseudo-device pty 64 # pseudo-terminals |