From 0a6a29c79297bad0af9484126f83b9d9830f6940 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 10 Mar 1996 09:03:13 +0000 Subject: [PATCH] update for new commulti->com attach interface. com ports at 'ast' multiport cards no longer need 'flags 1', because the "don't set IEN" requirement is communicated by the commulti_attach_args. com.c no longer recognizes 'flags 1' at all. --- sys/arch/i386/conf/BOAT_ANCHOR | 4 ++-- sys/arch/i386/conf/DISKLESS | 4 ++-- sys/arch/i386/conf/GENERIC | 4 ++-- sys/arch/i386/conf/GENERICADP | 4 ++-- sys/arch/i386/conf/GENERICOTHER | 4 ++-- sys/arch/i386/conf/INSTADP | 4 ++-- sys/arch/i386/conf/INSTALL | 4 ++-- sys/arch/i386/conf/INSTOTHER | 4 ++-- sys/arch/i386/conf/PAIN | 4 ++-- sys/arch/i386/conf/PATEK | 4 ++-- sys/arch/i386/conf/SUN_LAMP | 4 ++-- sys/arch/i386/conf/TDR | 4 ++-- sys/arch/i386/conf/TRINITY | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/sys/arch/i386/conf/BOAT_ANCHOR b/sys/arch/i386/conf/BOAT_ANCHOR index 871b5accfa77..d61d6ca656a8 100644 --- a/sys/arch/i386/conf/BOAT_ANCHOR +++ b/sys/arch/i386/conf/BOAT_ANCHOR @@ -1,4 +1,4 @@ -# $NetBSD: BOAT_ANCHOR,v 1.56 1996/03/07 00:48:34 jtk Exp $ +# $NetBSD: BOAT_ANCHOR,v 1.57 1996/03/10 09:03:13 cgd Exp $ # # BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing # @@ -99,7 +99,7 @@ com0 at isa? port 0x3f8 irq 4 # standard PC serial ports #com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -com* at ast? slave ? flags 1 +com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ? diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index a69b637bfd0e..bcb8d248f650 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.18 1996/03/07 00:48:35 jtk Exp $ +# $NetBSD: DISKLESS,v 1.19 1996/03/10 09:03:15 cgd Exp $ # # DISKLESS -- Generic machine setup for diskless boot. # This kernel can be loaded from a bootable floppy (i.e. kernel-copy) @@ -97,7 +97,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 98f3a70a4602..4d43e7f80138 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.33 1996/03/07 00:48:36 jtk Exp $ +# $NetBSD: GENERIC,v 1.34 1996/03/10 09:03:17 cgd Exp $ # # GENERIC -- everything that's currently supported # @@ -100,7 +100,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards diff --git a/sys/arch/i386/conf/GENERICADP b/sys/arch/i386/conf/GENERICADP index 08ebe95ec241..f5be1d344943 100644 --- a/sys/arch/i386/conf/GENERICADP +++ b/sys/arch/i386/conf/GENERICADP @@ -1,4 +1,4 @@ -# $NetBSD: GENERICADP,v 1.10 1996/03/07 00:48:38 jtk Exp $ +# $NetBSD: GENERICADP,v 1.11 1996/03/10 09:03:18 cgd Exp $ # # GENERICADP -- everything that's currently supported, except non- # Adaptec SCSI controllers. @@ -101,7 +101,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index 9c6bd17ffa46..b170b406fd3e 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -1,4 +1,4 @@ -# $NetBSD: GENERICOTHER,v 1.9 1996/03/07 00:48:39 jtk Exp $ +# $NetBSD: GENERICOTHER,v 1.10 1996/03/10 09:03:19 cgd Exp $ # # GENERICOTHER -- everything that's currently supported, except # Adaptec SCSI controllers. @@ -101,7 +101,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards diff --git a/sys/arch/i386/conf/INSTADP b/sys/arch/i386/conf/INSTADP index de3c920cb098..5d00ea607281 100644 --- a/sys/arch/i386/conf/INSTADP +++ b/sys/arch/i386/conf/INSTADP @@ -1,4 +1,4 @@ -# $NetBSD: INSTADP,v 1.8 1996/03/05 01:32:19 thorpej Exp $ +# $NetBSD: INSTADP,v 1.9 1996/03/10 09:03:20 cgd Exp $ # # INSTADP -- like GENERICADP. This supports only Adaptec SCSI # adapters. This kernel is GENERICADP with lines @@ -72,7 +72,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 0188ceb884b8..27b197f88c98 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.7 1996/03/05 01:32:20 thorpej Exp $ +# $NetBSD: INSTALL,v 1.8 1996/03/10 09:03:21 cgd Exp $ # # INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI # adapters. This kernel is GENERICOTHER with lines @@ -72,7 +72,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards diff --git a/sys/arch/i386/conf/INSTOTHER b/sys/arch/i386/conf/INSTOTHER index 4eddfc7e82ca..a8c238325170 100644 --- a/sys/arch/i386/conf/INSTOTHER +++ b/sys/arch/i386/conf/INSTOTHER @@ -1,4 +1,4 @@ -# $NetBSD: INSTOTHER,v 1.7 1996/03/05 01:32:20 thorpej Exp $ +# $NetBSD: INSTOTHER,v 1.8 1996/03/10 09:03:21 cgd Exp $ # # INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI # adapters. This kernel is GENERICOTHER with lines @@ -72,7 +72,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards diff --git a/sys/arch/i386/conf/PAIN b/sys/arch/i386/conf/PAIN index 9f0706d20721..2f0d0d009628 100644 --- a/sys/arch/i386/conf/PAIN +++ b/sys/arch/i386/conf/PAIN @@ -1,4 +1,4 @@ -# $NetBSD: PAIN,v 1.60 1996/03/07 00:48:40 jtk Exp $ +# $NetBSD: PAIN,v 1.61 1996/03/10 09:03:23 cgd Exp $ # # PAIN -- mail server and test machine # @@ -96,7 +96,7 @@ com1 at isa? port 0x2f8 irq 3 #com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? rtfps0 at isa? port 0x3230 irq 10 # RT 4-port serial cards com2 at rtfps? slave 0 #com3 at rtfps? slave ? diff --git a/sys/arch/i386/conf/PATEK b/sys/arch/i386/conf/PATEK index 8f346d3dcadf..aa401355b920 100644 --- a/sys/arch/i386/conf/PATEK +++ b/sys/arch/i386/conf/PATEK @@ -1,4 +1,4 @@ -# $NetBSD: PATEK,v 1.31 1996/03/07 00:48:42 jtk Exp $ +# $NetBSD: PATEK,v 1.32 1996/03/10 09:03:24 cgd Exp $ # # PATEK -- Mycroft's 486 test box # @@ -95,7 +95,7 @@ com1 at isa? port 0x2f8 irq 3 #com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ? diff --git a/sys/arch/i386/conf/SUN_LAMP b/sys/arch/i386/conf/SUN_LAMP index bc0bcd66ea2d..231381993681 100644 --- a/sys/arch/i386/conf/SUN_LAMP +++ b/sys/arch/i386/conf/SUN_LAMP @@ -1,4 +1,4 @@ -# $NetBSD: SUN_LAMP,v 1.66 1996/03/07 00:48:43 jtk Exp $ +# $NetBSD: SUN_LAMP,v 1.67 1996/03/10 09:03:26 cgd Exp $ # # SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes... # @@ -95,7 +95,7 @@ pc0 at isa? port 0x60 irq 1 # generic PC console device #com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -com* at ast? slave ? flags 1 +com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ? diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index 3df3a9cf5349..b181e77e55ca 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $NetBSD: TDR,v 1.59 1996/03/07 00:48:45 jtk Exp $ +# $NetBSD: TDR,v 1.60 1996/03/10 09:03:29 cgd Exp $ # # TDR -- Theo Deraadt's 486 # @@ -96,7 +96,7 @@ com0 at isa? port 0x3f8 irq 4 # standard PC serial ports #com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -com* at ast? slave ? flags 1 +com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ? diff --git a/sys/arch/i386/conf/TRINITY b/sys/arch/i386/conf/TRINITY index 65ac29baaf39..c759c2185669 100644 --- a/sys/arch/i386/conf/TRINITY +++ b/sys/arch/i386/conf/TRINITY @@ -1,4 +1,4 @@ -# $NetBSD: TRINITY,v 1.64 1996/03/07 00:48:46 jtk Exp $ +# $NetBSD: TRINITY,v 1.65 1996/03/10 09:03:30 cgd Exp $ # # TRINITY -- Mycroft's 386 box # @@ -97,7 +97,7 @@ com1 at isa? port 0x2f8 irq 3 #com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ?