NetBSD/sys/arch/pc532
matthias b080d4fea0 * Match functions take a "struct cfdata *" as their second argument.
* intr_establish now takes *two* ipls. One at which the handler should run,
  and one in which the interrupt should get blocked.

All the following changes were provided by Ian Dall:
* Remove SCN_HSOFT. Now that the pc532's software interrupt system is running
  from int14, this won't work anymore.
* Add code to detect uart type (SCN2681, SCC2692 or SCC26C92).
* Cleanup my RECOVER mess. Thank's to Ian Dall for reading the datasheet
  and removing all the unnecessary RECOVERs.
* Cleanup scnrxintr.
* Implement scnhiwflow.
* Do not use automatic RTS. This and scnhiflow and some changes to the
  interrupt system suggested by Ian fix the scn overrun problem at 57600
  baud.
1996-12-23 08:37:07 +00:00
..
compile
conf * membus is now called mainbus. 1996-12-23 08:36:43 +00:00
dev * Match functions take a "struct cfdata *" as their second argument. 1996-12-23 08:37:07 +00:00
fpu * Do not include limits.h, use machine/limits.h. 1996-10-23 07:43:44 +00:00
include * Enlarge kernel virtual memory space. The pc532 kernel now runs at 1996-12-07 09:24:37 +00:00
pc532 * Define and use nkpde. 1996-12-23 08:36:11 +00:00
stand * We get bcopy from libkern.o now. 1996-11-07 07:34:02 +00:00
Makefile
To.Do * Phil Budne's is now integrated. 1996-10-23 07:55:10 +00:00