NetBSD/sys/arch/sparc
chuck ca80988399 - call mapiodev() with sizeof(struct xdc) rather than ra_len (which is
zero since xdcmatch no longer sets it).   [if you call mapiodev()
	with a zero size it will reuse the KVA it returns, swiping the device
	out from under you!]
 - make xdc->iopbase point in the kernels DVMA space rather than at the
	normal malloc'd KVA.   this isn't compatable with sun4m [doesn't
	have a kernel DVMA space] and will need to be changed later (XXX).
 - move disk_attach() to before reading the disk label as per Jason.
	otherwise we are reading into an unallocated buffer (oops!)
1996-01-13 03:35:53 +00:00
..
compile compile needs to be kept in the distribution 1993-04-19 23:30:06 +00:00
conf "si" and "sw" actually interrupt at level 3 (which I quickly discovered 1996-01-01 22:46:08 +00:00
dev - call mapiodev() with sizeof(struct xdc) rather than ra_len (which is 1996-01-13 03:35:53 +00:00
fpu copyright/Id cleanup 1994-11-20 20:51:32 +00:00
include Move bus_map() prototype here. 1996-01-11 21:55:57 +00:00
sparc change mapdev to panic if size == 0 to be safe. 1996-01-13 03:11:18 +00:00
stand Enable interrupts; some ROM versions apparently turn them off. 1995-12-13 23:35:18 +00:00
Makefile copyright/Id cleanup 1994-11-20 20:51:32 +00:00