Remove extraneous makeoptions declarations.
This commit is contained in:
parent
6dfa7461a5
commit
9c4ef77945
@ -1,12 +1,10 @@
|
||||
# $NetBSD: GENERIC,v 1.18 1995/07/19 19:59:00 brezak Exp $
|
||||
# $NetBSD: GENERIC,v 1.19 1995/07/24 03:33:12 mycroft Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
machine i386 # architecture, used by config; REQUIRED
|
||||
|
||||
makeoptions CC="cc -Werror"
|
||||
|
||||
options I386_CPU # CPU classes; at least one is REQUIRED
|
||||
options I486_CPU
|
||||
options I586_CPU
|
||||
@ -149,11 +147,11 @@ ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000
|
||||
ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards
|
||||
ed2 at isa? port 0x300 iomem 0xcc000 irq 10
|
||||
#eg0 at isa? ... # 3C505 ethernet cards
|
||||
#el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
|
||||
el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
|
||||
ep0 at isa? port ? irq ? # 3C509 ethernet cards
|
||||
ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN & 3C507 ethernet cards
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#de* at pci? bus ? dev ?
|
||||
de* at pci? bus ? dev ?
|
||||
|
||||
pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
|
||||
sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL.old,v 1.1 1995/05/12 03:19:51 cgd Exp $
|
||||
# $NetBSD: INSTALL.old,v 1.2 1995/07/24 03:33:16 mycroft Exp $
|
||||
#
|
||||
# INSTALL -- somewhat generic kernel with a snowball's chance of
|
||||
# fitting on an install floppy.
|
||||
@ -15,8 +15,6 @@
|
||||
|
||||
machine i386 # architecture, used by config; REQUIRED
|
||||
|
||||
makeoptions CC="cc -Werror"
|
||||
|
||||
options I386_CPU # CPU classes; at least one is REQUIRED
|
||||
options I486_CPU
|
||||
options I586_CPU
|
||||
|
@ -1,12 +1,10 @@
|
||||
# $NetBSD: KICKME,v 1.25 1995/06/28 03:48:48 cgd Exp $
|
||||
# $NetBSD: KICKME,v 1.26 1995/07/24 03:33:19 mycroft Exp $
|
||||
#
|
||||
# KICKME -- 486Cx-33 development machine
|
||||
#
|
||||
|
||||
machine i386 # architecture, used by config; REQUIRED
|
||||
|
||||
makeoptions CC="cc -Werror"
|
||||
|
||||
#options COMCONSOLE=0
|
||||
#options COMADDR=0x3f8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user