NetBSD/sys/arch/amiga
is 718fb97e11 Support for the upcoming NetBSD/Amiga Hypercom driver family:
* support chip clocks != COM_FREQ, by introducing sc_frequency (for the
  mainline code) and adding a frequency parameter right after the rate
  parameter to comcnattach() and com_kgdb_attach().
- Make com_isa and com_multi initialize sc_frequency to COM_FREQ.
- Make i386/machdep.c and alpha/dec_xxx.c call com*attach() with the freq.
  parameter.
* supio_attach_args get two more fields: a sc_ipl and a sc_arg, both ints.
- com_supio uses the first for interupt establishment (all childs will, as
  soon as they exist) and the 2nd for sc_frequency.
- drsupio passes sc_ipl alway as 5, and for the "com"s, sc_arg as 16*115200
- hyper will pass sc_ipl as 6, and sc_arg as 16 * 460800
1997-09-16 20:34:23 +00:00
..
amiga Set the status word as well, and remove a bogus comment. 1997-09-12 10:29:20 +00:00
compile
conf Move definition of FPCOPROC into the Makefile, since it's always required. 1997-09-12 08:13:26 +00:00
dev Support for the upcoming NetBSD/Amiga Hypercom driver family: 1997-09-16 20:34:23 +00:00
include VM_MAX_ADDRESS is the user max address -- adjust 1997-09-11 14:01:07 +00:00
stand French keymap. From Eric Delcamp in pr: port-amiga/3923 1997-08-06 17:08:15 +00:00
Makefile Build / install some stuff from stand (e.g.: bootblock) 1997-01-06 12:33:09 +00:00