NetBSD/sys/arch/arm26/ioc
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
..
arckbd.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
arckbdmap.c
arckbdreg.h
arckbdvar.h
arcpp.c Driver for Archimedes parallel ports. I haven't got a parallel printer, so 2001-04-22 15:01:25 +00:00
arcppreg.h Driver for Archimedes parallel ports. I haven't got a parallel printer, so 2001-04-22 15:01:25 +00:00
if_eca.c * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
if_eca_fiq.S Detect overruns before reading any data. This makes overruns easier to 2001-11-07 19:52:59 +00:00
if_ecavar.h * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
iic.c
iic.h
ioc_fiq_util.S * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
ioeb.c Update ioeb_irq_clear to match its caller. 2001-02-08 22:21:24 +00:00
ioebreg.h
ioebvar.h Update ioeb_irq_clear to match its caller. 2001-02-08 22:21:24 +00:00
latches.c Add functions to twiddle the latch bits, patterned after the ones in Linux. 2001-04-22 15:00:13 +00:00
latchreg.h Add a skeleton driver for the random latches on the Archimedes, which are 2001-04-22 00:26:35 +00:00
latchvar.h Add functions to twiddle the latch bits, patterned after the ones in Linux. 2001-04-22 15:00:13 +00:00
pcf8583reg.h
rtc.c Make cmos_read() and cmos_write() globally visible, and make the instance 2001-08-26 12:24:24 +00:00