Add Sable and Lynx support.
This commit is contained in:
parent
4c3121006d
commit
1d9aa8a803
@ -1,18 +1,18 @@
|
||||
# $NetBSD: ALPHA,v 1.139 2000/12/19 15:43:07 tsutsui Exp $
|
||||
# $NetBSD: ALPHA,v 1.140 2000/12/21 23:05:47 thorpej Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
ident "ALPHA-$Revision: 1.139 $"
|
||||
ident "ALPHA-$Revision: 1.140 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
# CPU Support
|
||||
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
#options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||
#options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||
options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||
options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
@ -203,15 +203,15 @@ lca* at mainbus?
|
||||
dwlpx* at kft?
|
||||
mcpcia* at mcbus? mid ?
|
||||
tsp* at tsc?
|
||||
#ttwoga* at mainbus?
|
||||
ttwoga* at mainbus?
|
||||
|
||||
# Sable PCI and STDIO bus and devices
|
||||
#ttwopci* at ttwoga? hose ?
|
||||
#sableio* at ttwopci? bus ?
|
||||
#com* at sableio? port ?
|
||||
#lpt* at sableio? port ?
|
||||
#pckbc* at sableio? port ?
|
||||
#fdc* at sableio? port ?
|
||||
ttwopci* at ttwoga? hose ?
|
||||
sableio* at ttwopci? bus ?
|
||||
com* at sableio? port ?
|
||||
lpt* at sableio? port ?
|
||||
pckbc* at sableio? port ?
|
||||
fdc* at sableio? port ?
|
||||
|
||||
# PCI bus support
|
||||
pci* at apecs?
|
||||
@ -222,7 +222,7 @@ pci* at ppb?
|
||||
pci* at dwlpx?
|
||||
pci* at mcpcia?
|
||||
pci* at tsp?
|
||||
#pci* at ttwopci?
|
||||
pci* at ttwopci?
|
||||
|
||||
# PCI devices
|
||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.175 2000/12/19 10:42:02 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.176 2000/12/21 23:05:47 thorpej Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
#
|
||||
@ -6,15 +6,15 @@
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.175 $"
|
||||
#ident "GENERIC-$Revision: 1.176 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
# CPU Support
|
||||
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
#options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||
#options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||
options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||
options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
@ -177,15 +177,15 @@ lca* at mainbus?
|
||||
dwlpx* at kft?
|
||||
mcpcia* at mcbus? mid ?
|
||||
tsp* at tsc?
|
||||
#ttwoga* at mainbus?
|
||||
ttwoga* at mainbus?
|
||||
|
||||
# Sable PCI and STDIO bus and devices
|
||||
#ttwopci* at ttwoga? hose ?
|
||||
#sableio* at ttwopci? bus ?
|
||||
#com* at sableio? port ?
|
||||
#lpt* at sableio? port ?
|
||||
#pckbc* at sableio? port ?
|
||||
#fdc* at sableio? port ?
|
||||
ttwopci* at ttwoga? hose ?
|
||||
sableio* at ttwopci? bus ?
|
||||
com* at sableio? port ?
|
||||
lpt* at sableio? port ?
|
||||
pckbc* at sableio? port ?
|
||||
fdc* at sableio? port ?
|
||||
|
||||
# PCI bus support
|
||||
pci* at apecs?
|
||||
@ -196,7 +196,7 @@ pci* at ppb?
|
||||
pci* at dwlpx?
|
||||
pci* at mcpcia?
|
||||
pci* at tsp?
|
||||
#pci* at ttwopci?
|
||||
pci* at ttwopci?
|
||||
|
||||
# PCI devices
|
||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.48 2000/11/26 17:44:07 ad Exp $
|
||||
# $NetBSD: INSTALL,v 1.49 2000/12/21 23:05:47 thorpej Exp $
|
||||
#
|
||||
# Alpha INSTALL kernel.
|
||||
|
||||
@ -19,8 +19,8 @@ options MINIROOTSIZE=9300 # 4 Megabytes
|
||||
# CPU Support
|
||||
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
#options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||
#options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||
options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||
options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
|
||||
@ -135,15 +135,15 @@ lca* at mainbus?
|
||||
dwlpx* at kft?
|
||||
mcpcia* at mcbus? mid ?
|
||||
tsp* at tsc?
|
||||
#ttwoga* at mainbus?
|
||||
ttwoga* at mainbus?
|
||||
|
||||
# Sable PCI and STDIO bus and devices
|
||||
#ttwopci* at ttwoga? hose ?
|
||||
#sableio* at ttwopci? bus ?
|
||||
#com* at sableio? port ?
|
||||
#lpt* at sableio? port ?
|
||||
#pckbc* at sableio? port ?
|
||||
#fdc* at sableio? port ?
|
||||
ttwopci* at ttwoga? hose ?
|
||||
sableio* at ttwopci? bus ?
|
||||
com* at sableio? port ?
|
||||
lpt* at sableio? port ?
|
||||
pckbc* at sableio? port ?
|
||||
fdc* at sableio? port ?
|
||||
|
||||
# PCI bus support
|
||||
pci* at apecs?
|
||||
@ -154,7 +154,7 @@ pci* at ppb?
|
||||
pci* at dwlpx?
|
||||
pci* at mcpcia?
|
||||
pci* at tsp?
|
||||
#pci* at ttwopci?
|
||||
pci* at ttwopci?
|
||||
|
||||
# PCI devices
|
||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||
|
Loading…
Reference in New Issue
Block a user