NetBSD/sys/arch/sparc
bjh21 47df99b02a __HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses
sys/dev/pckbc/files.pckbc."  This is true of sparc, so define __HAVE_NWSCONS,
and remove the code in pckbc_machdep_cnattach() that was conditional on its
not being defined and that is no longer needed (since with __HAVE_NWSCONS,
pckbc_cnattach() will call pckbd_cnattach() itself if necessary).
2004-02-10 01:11:45 +00:00
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Fix commented out pcmcia entries: adjust comments, add FULL_SPARC_BUS_SPACE, 2003-12-17 08:08:02 +00:00
dev __HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses 2004-02-10 01:11:45 +00:00
fpu Simplify fpu_cleanup() by having it return a code to indicate that a SIGFPE 2003-10-12 19:48:52 +00:00
include __HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses 2004-02-10 01:11:45 +00:00
sparc use P_ZOMBIE() macro instead of checking p_state direct 2004-01-11 19:18:41 +00:00
stand Clean up tmp files on exit. Fixes PR#23723 2003-12-15 20:07:39 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00