NetBSD/sys/arch/arm32
lukem 20ba07f2fe - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy",
and use appropriately

- create more helper macros:
   . cdev__xyz_init(c,n), such as cdev__ocri_init() for
     /* open, close, read, ioctl */, etc.
   . cdev__xRy_init(c,n), where nullop is used instead of enodev to dummy out
     method `R' and the comments now read /* xxx (read) yyy */ instead
   . cdev__xyz_t_init(c,n,t) - as per cdev__xyz_init, but sets d_type = t
     as well

- use seltrue instead of dev_noimpl(poll,*), as (IIRC) cdevsw.d_poll should
  always DTRT WRT returning a valid result.  (a few devices previously
  incorrectly returned ENODEV)

- use dev_noimpl(stop,enodev) instead of dev_noimpl(stop,nullop) if tty
  == 0, because it doesn't matter if dev_type_stop isn't implemented in that
  case, and it allows the use of the cdev__xyz_init macros. certain ports
  (sparc,sparc64,x68k) used the nullop method for dev_type_stop in a few
  drivers, whereas everything else uses enodev

- ensure that the comments are accurate WRT the behaviour of a given entry
2001-03-26 12:33:22 +00:00
..
arm32 move duplicate definitions for: 2001-03-21 22:25:52 +00:00
compile
conf MI(ish) EtherB driver using the MI SEEQ 8005 driver. Very lightly tested. 2001-03-25 01:09:36 +00:00
dev Initial commit of wscons for the RiscPC/A7000 arm32 family. There is still lots 2001-03-20 18:20:53 +00:00
doc Updated documentation about the bootloader 2001-02-20 22:58:34 +00:00
footbridge more vm_offset_t/vm_size_t -> {p,v}{addr,size}_t changes 2001-03-04 19:05:55 +00:00
fpe-arm Make "options ARMFPE" work again. 2001-03-04 14:32:12 +00:00
include - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy", 2001-03-26 12:33:22 +00:00
iomd Initial commit of wscons for the RiscPC/A7000 arm32 family. There is still lots 2001-03-20 18:20:53 +00:00
isa Inline need_resched() and need_proftick(). Make need_proftick() actually *do* 2000-12-12 06:06:05 +00:00
mainbus Make arm32 RiscPC compile again 2001-02-24 20:08:53 +00:00
ofw more vm_offset_t/vm_size_t -> {p,v}{addr,size}_t changes 2001-03-04 19:05:55 +00:00
pci Print which IRQ is used for compatibility interrupts. (from i386) 2000-11-04 14:05:55 +00:00
podulebus It might be useful if I actually filled in the interrupt handle for 2001-03-25 00:56:58 +00:00
rc7500 more vm_offset_t/vm_size_t -> {p,v}{addr,size}_t changes 2001-03-04 19:05:55 +00:00
riscpc Initial commit of wscons for the RiscPC/A7000 arm32 family. There is still lots 2001-03-20 18:20:53 +00:00
shark Remove a shark dependency in machdep. Use booted_kernel instead of 2001-03-04 01:50:53 +00:00
stand Some of this code is based on an old version of BBBB -- update the copyright 2001-02-19 15:54:16 +00:00
vidc The interface to `setdisplay' was implemented wrong. The utility stated the number 2001-03-25 21:25:35 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00