update for new EISA autoconfiguration: there can now be an eisa0 at root,
and ahb attaches to eisa, not isa. Also, ahb* at eisa?... is now supported, so you can get all ahb's configured easily.
This commit is contained in:
parent
897baa5642
commit
440b3cbc94
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BOAT_ANCHOR,v 1.51 1995/12/12 01:52:39 cgd Exp $
|
||||
# $NetBSD: BOAT_ANCHOR,v 1.52 1996/02/27 00:06:42 cgd Exp $
|
||||
#
|
||||
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
||||
#
|
||||
@ -76,6 +76,7 @@ config netbsd root on wd0 swap on wd0
|
||||
#options GENERIC
|
||||
|
||||
isa0 at root
|
||||
#eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -107,7 +108,7 @@ com* at ast? slave ? flags 1
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
#ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.13 1995/08/22 19:43:11 jtc Exp $
|
||||
# $NetBSD: DISKLESS,v 1.14 1996/02/27 00:06:48 cgd Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
@ -74,6 +74,7 @@ config netbsd root on nfs swap on nfs
|
||||
#options GENERIC
|
||||
|
||||
isa0 at root
|
||||
#eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -105,7 +106,7 @@ mms1 at isa? port 0x238 irq 5
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
#ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.28 1996/01/13 02:05:24 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.29 1996/02/27 00:06:53 cgd Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -77,6 +77,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -110,7 +111,7 @@ mms1 at isa? port 0x238 irq 5
|
||||
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
scsibus* at aha?
|
||||
ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
ahc* at pci? bus ? dev ? # Adaptec 2940 SCSI controllers
|
||||
scsibus* at ahc?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERICADP,v 1.5 1996/01/13 02:05:26 thorpej Exp $
|
||||
# $NetBSD: GENERICADP,v 1.6 1996/02/27 00:06:55 cgd Exp $
|
||||
#
|
||||
# GENERICADP -- everything that's currently supported, except non-
|
||||
# Adaptec SCSI controllers.
|
||||
@ -78,6 +78,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -111,7 +112,7 @@ mms1 at isa? port 0x238 irq 5
|
||||
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
scsibus* at aha?
|
||||
ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
ahc* at pci? bus ? dev ? # Adaptec 2940 SCSI controllers
|
||||
scsibus* at ahc?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERICOTHER,v 1.4 1995/12/24 00:22:56 neil Exp $
|
||||
# $NetBSD: GENERICOTHER,v 1.5 1996/02/27 00:06:59 cgd Exp $
|
||||
#
|
||||
# GENERICOTHER -- everything that's currently supported, except
|
||||
# Adaptec SCSI controllers.
|
||||
@ -78,6 +78,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTADP,v 1.4 1996/01/13 02:05:27 thorpej Exp $
|
||||
# $NetBSD: INSTADP,v 1.5 1996/02/27 00:07:00 cgd Exp $
|
||||
#
|
||||
# INSTADP -- like GENERICADP. This supports only Adaptec SCSI
|
||||
# adapters. This kernel is GENERICADP with lines
|
||||
@ -49,6 +49,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -76,7 +77,7 @@ lpt2 at isa? port 0x3bc
|
||||
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
scsibus* at aha?
|
||||
ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
ahc* at pci? bus ? dev ? # Adaptec 2940 SCSI controllers
|
||||
scsibus* at ahc?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.3 1995/12/14 01:10:15 tls Exp $
|
||||
# $NetBSD: INSTALL,v 1.4 1996/02/27 00:07:02 cgd Exp $
|
||||
#
|
||||
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
|
||||
# adapters. This kernel is GENERICOTHER with lines
|
||||
@ -49,6 +49,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTOTHER,v 1.3 1995/12/14 01:10:15 tls Exp $
|
||||
# $NetBSD: INSTOTHER,v 1.4 1996/02/27 00:07:02 cgd Exp $
|
||||
#
|
||||
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
|
||||
# adapters. This kernel is GENERICOTHER with lines
|
||||
@ -49,6 +49,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PAIN,v 1.55 1996/02/02 09:09:39 mycroft Exp $
|
||||
# $NetBSD: PAIN,v 1.56 1996/02/27 00:07:04 cgd Exp $
|
||||
#
|
||||
# PAIN -- mail server and test machine
|
||||
#
|
||||
@ -73,6 +73,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -107,7 +108,7 @@ lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
scsibus* at aic?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PATEK,v 1.26 1995/08/22 19:43:23 jtc Exp $
|
||||
# $NetBSD: PATEK,v 1.27 1996/02/27 00:07:06 cgd Exp $
|
||||
#
|
||||
# PATEK -- Mycroft's 486 test box
|
||||
#
|
||||
@ -72,6 +72,7 @@ config netbsd swap generic
|
||||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
#eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -103,7 +104,7 @@ pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary port mouse
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
#ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers
|
||||
scsibus* at aic?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SUN_LAMP,v 1.61 1995/08/22 19:43:25 jtc Exp $
|
||||
# $NetBSD: SUN_LAMP,v 1.62 1996/02/27 00:07:08 cgd Exp $
|
||||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
@ -72,6 +72,7 @@ config netbsd root on sd0 swap on sd0 and sd1 and sd2
|
||||
#options GENERIC
|
||||
|
||||
isa0 at root
|
||||
eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -103,7 +104,7 @@ com* at ast? slave ? flags 1
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TDR,v 1.54 1995/08/22 19:43:28 jtc Exp $
|
||||
# $NetBSD: TDR,v 1.55 1996/02/27 00:07:09 cgd Exp $
|
||||
#
|
||||
# TDR -- Theo Deraadt's 486
|
||||
#
|
||||
@ -72,6 +72,7 @@ config netbsd root on sd0 swap on sd0 and sd1 and wd0
|
||||
#options GENERIC
|
||||
|
||||
isa0 at root
|
||||
#eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -104,7 +105,7 @@ com* at ast? slave ? flags 1
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
#ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TRINITY,v 1.59 1995/08/22 19:43:30 jtc Exp $
|
||||
# $NetBSD: TRINITY,v 1.60 1996/02/27 00:07:11 cgd Exp $
|
||||
#
|
||||
# TRINITY -- Mycroft's 386 box
|
||||
#
|
||||
@ -74,6 +74,7 @@ config netbsd root on sd0 swap on sd0 and sd1 and sd2 and sd3 and wd0 and wd1
|
||||
#options GENERIC
|
||||
|
||||
isa0 at root
|
||||
#eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
@ -105,7 +106,7 @@ lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
|
||||
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
scsibus* at aha?
|
||||
#ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
|
Loading…
Reference in New Issue
Block a user