Update EISA stuff.
This commit is contained in:
parent
58828fe20e
commit
4d9bd0fedf
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BOAT_ANCHOR,v 1.45 1994/12/11 16:20:48 mycroft Exp $
|
||||
# $NetBSD: BOAT_ANCHOR,v 1.46 1995/01/16 12:00:47 mycroft Exp $
|
||||
#
|
||||
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
||||
#
|
||||
|
@ -72,7 +72,6 @@ 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,13 +106,13 @@ com4 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?
|
||||
#ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
#bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
#scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -121,7 +120,7 @@ com4 at ast? slave ? flags 1
|
|||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
#sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
#st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DISKLESS,v 1.9 1994/12/11 16:20:51 mycroft Exp $
|
||||
# $NetBSD: DISKLESS,v 1.10 1995/01/16 12:00:49 mycroft Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
|
@ -74,7 +74,6 @@ 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
|
||||
|
@ -106,13 +105,13 @@ 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?
|
||||
#ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
#bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
#scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -120,7 +119,7 @@ mms1 at isa? port 0x238 irq 5
|
|||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
#sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
#st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.8 1995/01/11 20:59:50 mycroft Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 1995/01/16 12:00:50 mycroft Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -73,7 +73,6 @@ 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,13 +106,13 @@ 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?
|
||||
ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
scsibus* at aic?
|
||||
bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
bt* at eisa? slot ? irq ?
|
||||
bt* at isa? port ? irq ?
|
||||
scsibus* at bt?
|
||||
ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
scsibus* at ncr?
|
||||
|
@ -121,7 +120,7 @@ sea0 at isa? iomem 0xc8000 irq 5
|
|||
scsibus* at sea?
|
||||
uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
scsibus* at uha?
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PAIN,v 1.46 1994/12/11 16:20:54 mycroft Exp $
|
||||
# $NetBSD: PAIN,v 1.47 1995/01/16 12:00:51 mycroft Exp $
|
||||
#
|
||||
# PAIN -- mail server and test machine
|
||||
#
|
||||
|
@ -72,7 +72,6 @@ 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,13 +106,13 @@ 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?
|
||||
ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
scsibus* at aic?
|
||||
#bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
#scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -121,7 +120,7 @@ scsibus* at aic?
|
|||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PATEK,v 1.22 1994/12/11 16:20:55 mycroft Exp $
|
||||
# $NetBSD: PATEK,v 1.23 1995/01/16 12:00:53 mycroft Exp $
|
||||
#
|
||||
# PATEK -- Mycroft's 486 test box
|
||||
#
|
||||
|
@ -72,7 +72,6 @@ config netbsd swap generic
|
|||
options GENERIC
|
||||
|
||||
isa0 at root
|
||||
#eisa0 at root
|
||||
#pci0 at root
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
|
@ -104,13 +103,13 @@ 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?
|
||||
#ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers
|
||||
scsibus* at aic?
|
||||
#bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
#scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -118,7 +117,7 @@ scsibus* at aic?
|
|||
#scsibus* at sea?
|
||||
uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
scsibus* at uha?
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SUN_LAMP,v 1.55 1994/12/11 16:20:57 mycroft Exp $
|
||||
# $NetBSD: SUN_LAMP,v 1.56 1995/01/16 12:00:55 mycroft Exp $
|
||||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
|
@ -72,7 +72,6 @@ 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
|
||||
|
@ -107,13 +106,13 @@ com3 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?
|
||||
ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
bt0 at isa? port 0x130 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -121,7 +120,7 @@ scsibus* at bt?
|
|||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
sd0 at scsibus? target 0 lun 0
|
||||
sd1 at scsibus? target 1 lun 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TDR,v 1.48 1994/12/11 16:20:58 mycroft Exp $
|
||||
# $NetBSD: TDR,v 1.49 1995/01/16 12:00:56 mycroft Exp $
|
||||
#
|
||||
# TDR -- Theo Deraadt's 486
|
||||
#
|
||||
|
@ -72,7 +72,6 @@ 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
|
||||
|
@ -108,13 +107,13 @@ com4 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?
|
||||
#ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -122,7 +121,7 @@ scsibus* at bt?
|
|||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TRINITY,v 1.50 1995/01/13 13:19:34 mycroft Exp $
|
||||
# $NetBSD: TRINITY,v 1.51 1995/01/16 12:00:58 mycroft Exp $
|
||||
#
|
||||
# TRINITY -- Mycroft's 386 box
|
||||
#
|
||||
|
@ -73,7 +73,6 @@ 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,13 +104,13 @@ 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?
|
||||
#ahb* at eisa? slot ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#ahb* at isa? port ? irq ? # Adaptec 174[024] SCSI controllers
|
||||
#scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
#bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
bt0 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bt* at eisa? slot ? irq ?
|
||||
#bt* at isa? port ? irq ?
|
||||
scsibus* at bt?
|
||||
#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
|
@ -119,7 +118,7 @@ scsibus* at bt?
|
|||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? irq ? # UltraStor 24f SCSI controllers
|
||||
#uha* at isa? port ? irq ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
|
Loading…
Reference in New Issue