]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).
authordfr <dfr@FreeBSD.org>
Thu, 20 Aug 1998 08:27:11 +0000 (08:27 +0000)
committerdfr <dfr@FreeBSD.org>
Thu, 20 Aug 1998 08:27:11 +0000 (08:27 +0000)
commit0c47a30d50ae5d445fee4feb919e88eda179d382
treecde46d8a51d81e31d13f1e73a54bb01155ebd499
parentf2844ad92f0c852e677d839b7a4c4a0ca78fca1b
Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).

Obtained from: NetBSD
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
35 files changed:
sys/alpha/alpha/autoconf.c
sys/alpha/alpha/dec_3000_300.c [new file with mode: 0644]
sys/alpha/alpha/dec_3000_500.c [new file with mode: 0644]
sys/alpha/conf/GENERIC
sys/alpha/conf/NOTES
sys/alpha/conf/files.alpha
sys/alpha/conf/options.alpha
sys/alpha/tc/am7990.c [new file with mode: 0644]
sys/alpha/tc/am7990reg.h [new file with mode: 0644]
sys/alpha/tc/am7990var.h [new file with mode: 0644]
sys/alpha/tc/ascvar.h [new file with mode: 0644]
sys/alpha/tc/esp.c [new file with mode: 0644]
sys/alpha/tc/espreg.h [new file with mode: 0644]
sys/alpha/tc/espvar.h [new file with mode: 0644]
sys/alpha/tc/if_le_dec.c [new file with mode: 0644]
sys/alpha/tc/if_le_ioasic.c [new file with mode: 0644]
sys/alpha/tc/if_levar.h [new file with mode: 0644]
sys/alpha/tc/ioasic.c [new file with mode: 0644]
sys/alpha/tc/ioasicreg.h [new file with mode: 0644]
sys/alpha/tc/ioasicvar.h [new file with mode: 0644]
sys/alpha/tc/mcclock_ioasic.c [new file with mode: 0644]
sys/alpha/tc/sticreg.h [new file with mode: 0644]
sys/alpha/tc/sticvar.h [new file with mode: 0644]
sys/alpha/tc/tc.c [new file with mode: 0644]
sys/alpha/tc/tcasic.c [new file with mode: 0644]
sys/alpha/tc/tcdevs.h [new file with mode: 0644]
sys/alpha/tc/tcdevs_data.h [new file with mode: 0644]
sys/alpha/tc/tcds.c [new file with mode: 0644]
sys/alpha/tc/tcds_dma.c [new file with mode: 0644]
sys/alpha/tc/tcdsreg.h [new file with mode: 0644]
sys/alpha/tc/tcdsvar.h [new file with mode: 0644]
sys/alpha/tc/tcreg.h [new file with mode: 0644]
sys/alpha/tc/tcvar.h [new file with mode: 0644]
sys/conf/files.alpha
sys/conf/options.alpha