cvs commit: src/sys/i386/include physio_proc.h src/sys/kern kern_physio.c

Hiten Pandya hmp at crater.dragonflybsd.org
Thu Aug 4 14:09:34 PDT 2005


hmp         2005/08/04 14:08:35 PDT

DragonFly src repository

  Modified files:
    sys/i386/include     physio_proc.h 
    sys/kern             kern_physio.c 
  Log:
  BUF/BIO cleanup 4/99:
  
  Garbage-collect physio_proc_{enter,leave,init} because these functions
  only existed for PC-98 compatibility reasons.  This commit is a NOP
  and shouldn't make any operational difference.
  
  The purpose of those functions was totally redundant, it just kept a
  copy of buf->b_proc and other fields in a separately maintained TAILQ
  list called physio_proc_head and physio_proc_feet corresponding to
  physio_proc_enter/leave respectively.
  
  The stub definitions and the machine/physio_proc.h header file will
  disappear after the drivers using these functions are cleaned up.
  
  Revision  Changes    Path
  1.11      +8 -36     src/sys/i386/include/physio_proc.h
  1.12      +1 -5      src/sys/kern/kern_physio.c


http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/physio_proc.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_physio.c.diff?r1=1.11&r2=1.12&f=u





More information about the Commits mailing list