diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 18:34:29 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 18:34:29 +0000 |
commit | 95316e4dcd6202a2f053db523895edf6d9678053 (patch) | |
tree | 52e6f6268c1dec81170f5c0e850a70d068c0962d | |
parent | 8bde0d786e8bbf74424b21394f795fa1ef249e24 (diff) |
DDB files + some major number specifications that were missing
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 0de65118b5c..e84ac72314a 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.12 1997/07/06 01:53:55 millert Exp $ +# $OpenBSD: files.alpha,v 1.13 1997/07/06 18:34:28 niklas Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -31,6 +31,8 @@ device cpu { } # not really optional attach cpu at mainbus file arch/alpha/alpha/cpu.c cpu +major { ccd = 7 } +major { vnd = 9 } # # Machine-independent SCSI drivers @@ -128,12 +130,15 @@ file dev/tc/if_le_tc.c le_tc # Machine-independent ATAPI drivers # include "dev/atapi/files.atapi" +major { acd = 4 } + # XXX Dummy bus needed for some multi-homed devices specified in files.isa define pcmcia {} include "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. include "dev/isa/files.isa" +major { wd = 0 } #file arch/alpha/isa/isafcns_jensen.c dec_2000_300 @@ -256,6 +261,9 @@ file arch/alpha/isa/mcclock_isa.c mcclock_isa file arch/alpha/alpha/autoconf.c file arch/alpha/alpha/clock.c file arch/alpha/alpha/conf.c +file arch/alpha/alpha/db_disasm.c ddb +file arch/alpha/alpha/db_interface.c ddb +file arch/alpha/alpha/db_trace.c ddb file arch/alpha/alpha/interrupt.c file arch/alpha/alpha/machdep.c file arch/alpha/alpha/mainbus.c |