DragonFly BSD
DragonFly commits List (threaded) for 2003-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/isa fd.c joy.c psm.c sio.c vga_isa.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Jul 2003 22:50:43 -0700 (PDT)

dillon      2003/07/20 22:50:43 PDT

  Modified files:
    sys/isa              fd.c joy.c psm.c sio.c vga_isa.c 
  Log:
  DEV messaging stage 1/4: Rearrange struct cdevsw and add a message port
  and auto-queueing mask.  The mask will tell us which message functions
  can be safely queued to another thread and which still need to run in the
  context of the caller.   Primary configuration fields (name, cmaj, flags,
  port, autoq mask) are now at the head of the structure.  Function vectors,
  which may eventually go away, are at the end.  The port and autoq fields
  are non-functional in this stage.
  
  The old BDEV device major number support has also been removed from cdevsw,
  and code has been added to translate the bootdev passed from the boot code
  (the boot code has always passed the now defunct block device major numbers
  and we obviously need to keep that compatibility intact).
  
  Revision  Changes    Path
  1.7       +8 -8      src/sys/isa/fd.c
  1.4       +8 -6      src/sys/isa/joy.c
  1.5       +7 -5      src/sys/isa/psm.c
  1.8       +7 -5      src/sys/isa/sio.c
  1.3       +8 -6      src/sys/isa/vga_isa.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]