Fix cut-and-paste error in device order (clock).
This commit is contained in:
parent
4e33c9f0dc
commit
c4f9523535
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pmax,v 1.17 1995/08/04 01:24:41 jonathan Exp $
|
||||
# $NetBSD: files.pmax,v 1.18 1995/08/04 01:47:37 jonathan Exp $
|
||||
# DECstation-specific configuration info
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
@ -14,22 +14,6 @@ device mainbus at root { } # no locators
|
||||
device cpu at mainbus # not optional
|
||||
#file arch/pmax/pmax/cpu.c cpu
|
||||
|
||||
# Real-time clock (not optional)
|
||||
device clock at asic,tc,mainbus
|
||||
file arch/pmax/pmax/clock.c clock
|
||||
|
||||
|
||||
#
|
||||
# Machine-independent SCSI driver.
|
||||
#
|
||||
|
||||
include "../../../scsi/files.scsi"
|
||||
#major { st = 10 }
|
||||
#major { cd = 3 }
|
||||
#major { sd = 21 }
|
||||
major { tz = 10 }
|
||||
major { rz = 21 }
|
||||
|
||||
|
||||
#
|
||||
# Auto-configuration driver for the turbochannel bus itself.
|
||||
@ -45,12 +29,28 @@ file arch/pmax/tc/tc.c tc needs-flag
|
||||
device asic at tc { } #{ } # not really optional
|
||||
file arch/pmax/tc/asic.c asic
|
||||
|
||||
|
||||
# Real-time clock (not optional)
|
||||
device clock at asic,tc,mainbus
|
||||
file arch/pmax/pmax/clock.c clock
|
||||
|
||||
# Config for Ted Lemon's changes to console driver:
|
||||
# use some bogus device till changes to framebuffer code are committed.
|
||||
device fb at mainbus
|
||||
file arch/pmax/dev/foo.c fb needs-count
|
||||
|
||||
|
||||
#
|
||||
# Machine-independent SCSI driver.
|
||||
#
|
||||
|
||||
include "../../../scsi/files.scsi"
|
||||
#major { st = 10 }
|
||||
#major { cd = 3 }
|
||||
#major { sd = 21 }
|
||||
major { tz = 10 }
|
||||
major { rz = 21 }
|
||||
|
||||
#
|
||||
# Old 4.4bsd pmax-specific scsi driver (deprecated).
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user