NetBSD/sys/arch/alpha
ross a0f70c580c New platforms: Mikasa and Mikasa/Pinnacle, aka Pinkasa.
Like the 1000A, the AlphaServer 1000 has a daughtercard assembly that
integrates the CPU and core logic, so these can be ev4/apecs or ev5/cia.
New systype, and, sigh, another way of doing interrupts and another
mystery icu.

Kill off some EVCNT_COUNTERS calls, since [A] it has to be rewritten anyway
before it can be useful, and [B] #ifdefs do not belong at every call site,
a common API should be defined and the implementations conditionalized, not
all the calls. Duhh.
1998-06-26 21:45:56 +00:00
..
alpha Very preliminary support for the Tadpole/DEC AlphaBook. These are basically 1998-06-26 05:42:34 +00:00
common Protect against multiple inclusion. 1998-06-24 01:04:26 +00:00
compile
conf Add DEC_1000A, per GENERIC. 1998-06-26 05:43:21 +00:00
eisa
include Identify ST_DEC_1000A as PCI/EISA. 1998-06-24 01:20:43 +00:00
isa Add isa_dma{freeze,thaw}(), used to temporarily stop and then restart 1998-06-09 01:04:17 +00:00
mcbus Garbage-collect the old confargs stuff that was used in the Early Days. 1998-05-14 00:01:30 +00:00
pci New platforms: Mikasa and Mikasa/Pinnacle, aka Pinkasa. 1998-06-26 21:45:56 +00:00
stand Don't bother reading the ELF string table out of a stripped /netbsd[.gz]. 1998-06-25 06:45:46 +00:00
tc adapt to wscons interface change 1998-06-21 09:51:59 +00:00
tlsb Garbage-collect the old confargs stuff that was used in the Early Days. 1998-05-14 00:01:30 +00:00
wscons Eliminate uses of TS_WOPEN in hard-wired devices. 1998-03-21 22:52:59 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
STYLE