NetBSD/sys/arch/next68k/dev
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
..
bus_dma.c Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00
clockreg.h
enreg.h
esp.c fix printf format strings and the call to ncr53c9x_attach() so that 2001-05-23 02:14:07 +00:00
espreg.h remove unused defines; they duplicate appropriate defines from 2001-09-16 10:39:10 +00:00
espvar.h fix indentation 2001-09-14 18:29:08 +00:00
if_xe.c comment out device register structure definitions, used for reference only. 2001-03-31 06:56:54 +00:00
if_xevar.h
intio.c
intiovar.h
mb8795.c fix handling of transmit length calculation so we now handle full length xmits 2001-06-16 09:18:46 +00:00
mb8795reg.h comment out device register structure definitions, used for reference only. 2001-03-31 06:56:54 +00:00
mb8795var.h remove unused ifmedia fields 2001-04-02 05:29:42 +00:00
nextcons.c
nextdisplay.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
nextdisplayvar.h
nextdma.c fix handling of transmit length calculation so we now handle full length xmits 2001-06-16 09:18:46 +00:00
nextdmareg.h comment out device register structure definitions, used for reference only. 2001-03-31 06:56:54 +00:00
nextdmavar.h
nextkbd.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
nextkbdvar.h
wskbdmap_next.c
wskbdmap_next.h
zs.c add missing #include "opt_kgdb.h" 2001-05-30 15:24:23 +00:00
zs_cons.h
zs_kgdb.c