NetBSD/sys/arch/sparc
chuck ef895a47d4 - call mapiodev() with sizeof(struct xyc) rather than ra_len (which is
zero since xycmatch 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 xyc->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:42:40 +00:00
..
compile
conf
dev - call mapiodev() with sizeof(struct xyc) rather than ra_len (which is 1996-01-13 03:42:40 +00:00
fpu
include
sparc change mapdev to panic if size == 0 to be safe. 1996-01-13 03:11:18 +00:00
stand
Makefile