NetBSD/sys/arch/sparc64
atatat 31144d9976 Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
indicating an unhandled "command".  ERESTART is -1, which can lead to
confusion.  ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4.  No ioctl code should now return -1 anywhere.  The
ioctl() system call is now properly restartable.
2002-03-17 19:40:26 +00:00
..
compile
conf Rework the driver to add EBus DMA support and improve APC DMA support. 2002-03-12 04:48:28 +00:00
dev Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
include Get PCI working with the new bus_space*. 2002-03-15 07:06:23 +00:00
sparc64 Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 16:55:51 +00:00
stand
Makefile