Rename "asic" to "ioasic", to be compatible with "machine-independent"

turbochannel/asic device drivers. (also comment out tt.c.)
This commit is contained in:
jonathan 1995-08-18 10:09:20 +00:00
parent 0596f75779
commit 8ff2cc97a0
2 changed files with 27 additions and 27 deletions

View File

@ -2,7 +2,7 @@
# DECstation (3100 or 5000/xxx) # DECstation (3100 or 5000/xxx)
# #
# Generic config.new configuration for NetBSD/pmax # Generic config.new configuration for NetBSD/pmax
# $NetBSD: NEWCONF,v 1.2 1995/08/04 01:24:39 jonathan Exp $ # $NetBSD: NEWCONF,v 1.3 1995/08/18 10:09:20 jonathan Exp $
# #
include "std.pmax" include "std.pmax"
@ -84,32 +84,32 @@ tc* at mainbus0 # All but PMAXes have a turbochannel
# Common configuration for machines with IO ASIC chips # # Common configuration for machines with IO ASIC chips #
# (3MIN, MAXINE, 3MAXPLUS) # # (3MIN, MAXINE, 3MAXPLUS) #
######################################################################## ########################################################################
asic0 at tc? ioasic0 at tc?
clock0 at asic? # RTC clock0 at ioasic? # RTC
asc0 at asic? # system SCSI subslot asc0 at ioasic? # system SCSI subslot
scc0 at asic? scc0 at ioasic?
le0 at asic? # tc onboard lance le0 at ioasic? # tc onboard lance
scc1 at asic? # Not present on Maxine scc1 at ioasic? # Not present on Maxine
######################################################################## ########################################################################
# MAXINE-only baseboard devices and on-baseboard "options" # # MAXINE-only baseboard devices and on-baseboard "options" #
######################################################################## ########################################################################
xcfb0 at tc? # TC framebuffer "option" xcfb0 at tc? # TC framebuffer "option"
dtop0 at asic0 dtop0 at ioasic0
#isdn at asic0 #isdn at ioasic0
#fdc at asic0 # floppy disk #fdc at ioasic0 # floppy disk
######################################################################## ########################################################################
# Configuration for 3MAX (5000/200) which has turbochannel but no ASIC # # Configuration for 3MAX (5000/200) which has turbochannel but no ASIC.#
# 3MAX (5000/200) baseboard devices and on-baseboard "options" # # 3MAX (5000/200) baseboard devices and on-baseboard "options" #
######################################################################## ########################################################################
clock0 at mainbus0 # RTC clock0 at mainbus0 # RTC
dc0 at mainbus0 dc0 at mainbus0
le0 at tc? #slot ? offset ? # TC ether "option" on baseboard le0 at tc? #slot ? offset ? # TC ether "option" on baseboard
asc0 at tc? # TC scsi "option" on baseboard asc0 at tc? # TC scsi "option" on baseboard
# For now, pretend this machine has an ASIC. # For now, pretend this machine has an IOASIC.
dc0 at asic? # dc7083 four-port DZ device dc0 at ioasic? # dc7083 four-port DZ device
######################################################################## ########################################################################
# Supported turbochannel option cards # # Supported turbochannel option cards #
@ -118,8 +118,8 @@ cfb0 at tc?
mfb0 at tc? mfb0 at tc?
#sfb0 at tc? #sfb0 at tc?
#sfb1 at tc? #sfb1 at tc?
le1 at tc? #slot ? offset ? # TC ether option le* at tc? #slot ? offset ? # TC ether option
tt0 at tc? #slot? offset ? #tt0 at tc? #slot? offset ?
######################################################################## ########################################################################

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pmax,v 1.19 1995/08/10 05:22:26 jonathan Exp $ # $NetBSD: files.pmax,v 1.20 1995/08/18 10:09:22 jonathan Exp $
# DECstation-specific configuration info # DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}. # maxpartitions must be first item in files.${ARCH}.
@ -26,12 +26,12 @@ file arch/pmax/tc/tc.c tc needs-flag
# The TurboChannel IOCTL ASIC. Present on IOASIC machines, # The TurboChannel IOCTL ASIC. Present on IOASIC machines,
# which is all turbochannel machines ever built except the 3MAX (5000/200). # which is all turbochannel machines ever built except the 3MAX (5000/200).
# #
device asic at tc { } #{ } # not really optional device ioasic at tc { } #{ } # not really optional
file arch/pmax/tc/asic.c asic file arch/pmax/tc/asic.c ioasic
# Real-time clock (not optional) # Real-time clock (not optional)
device clock at asic,tc,mainbus device clock at ioasic,tc,mainbus
file arch/pmax/pmax/clock.c clock file arch/pmax/pmax/clock.c clock
# Config for Ted Lemon's changes to console driver: # Config for Ted Lemon's changes to console driver:
@ -58,7 +58,7 @@ define oldscsi {}
device oldscsibus at oldscsi {target = -1, drive = -1} device oldscsibus at oldscsi {target = -1, drive = -1}
# asc: system-slot or turbochannel-option SCSI interface # asc: system-slot or turbochannel-option SCSI interface
device asc at asic,tc: oldscsi,scsi device asc at ioasic,tc: oldscsi,scsi
file arch/pmax/dev/asc.c asc needs-count file arch/pmax/dev/asc.c asc needs-count
# sii: kn01 SCSI interface # sii: kn01 SCSI interface
@ -78,17 +78,17 @@ file arch/pmax/dev/rz.c rz needs-count
# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. # DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. # For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC.
device dc at mainbus,asic device dc at mainbus,ioasic
file arch/pmax/dev/dc.c dc needs-count file arch/pmax/dev/dc.c dc needs-count
# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? # The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
device dtop at asic device dtop at ioasic
file arch/pmax/dev/dtop.c dtop needs-count file arch/pmax/dev/dtop.c dtop needs-count
# LANCE ethernet driver. # LANCE ethernet driver.
# XXX Should use new machine-independent one instead. # XXX Should use new machine-independent one instead.
device le at asic,tc,mainbus: ifnet, ether device le at ioasic,tc,mainbus: ifnet, ether
file arch/pmax/dev/if_le.c le needs-count file arch/pmax/tc/if_le.c le needs-flag
# 3100 (pmax) onboard framebuffer # 3100 (pmax) onboard framebuffer
device pm at mainbus device pm at mainbus
@ -107,9 +107,9 @@ file arch/pmax/dev/sfb.c sfb needs-count
device mfb at tc device mfb at tc
file arch/pmax/dev/mfb.c mfb needs-count file arch/pmax/dev/mfb.c mfb needs-count
# Zilog 8350/intel 82350(?) SCC. # Zilog 8350/Intel 82350(?) SCC UART.
device scc at asic device scc at ioasic
file arch/pmax/dev/scc.c scc needs-count file arch/pmax/tc/scc.c scc needs-count
# MAXINE onboard framebuffer # MAXINE onboard framebuffer
device xcfb at tc device xcfb at tc