NetBSD/sys/arch/prep/isa
garbled aa0bc147ae A bit of clock rototill. It's safer to detect things known by the
residual with the pnpbus probes, than it is to do it with raw isa probes,
so I've replaced the isa mkclock and mcclock code with a pnpbus attachment.

While writing the mkclock code, I realized that on motorola prep machines
the mkclock uses the same port range as the nvram part. (it's actually
the same chip/part).  This was causing the nvram not to work on those
machines.  Now the nvram code will recognize this, and wire up the
mkclock as well.  The mkclock probe is just a stub probe used to
pre-detect the fact that this is one of those machines.
2006-06-15 18:15:32 +00:00
..
isa_machdep.c More KNF. That should be the rest of the .c files. 2006-05-09 02:48:36 +00:00
isabeep.c
isadma_machdep.c
isapnp_machdep.c Fix a botch on ANSIfy. 2006-06-09 18:11:58 +00:00
paud_isa.c