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.
This commit is contained in:
parent
85286bff2f
commit
0a6a29c792
@ -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 ?
|
||||
|
||||
|
@ -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 ?
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ?
|
||||
|
@ -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 ?
|
||||
|
||||
|
@ -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 ?
|
||||
|
||||
|
@ -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 ?
|
||||
|
||||
|
@ -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 ?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user