Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 1995 16:36:20 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/vm device_pager.c
Message-ID:  <199511060036.QAA24567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/11/05 16:36:19

  Modified:    sys/i386/i386  conf.c
               sys/kern  kern_lkm.c subr_xxx.c
               sys/net   if_tun.c
               sys/nfs   nfs_vnops.c nfsnode.h
               sys/scsi  su.c
               sys/sys   conf.h
               sys/vm    device_pager.c
  Log:
  Replaced bogus macros for dummy devswitch entries by functions.
  These functions went away:
  
  	enosys (hasn't been used for some time)
  	enxio
  	enodev
  	enoioctl (was used only once, actually for a vop)
  
  if_tun.c:
  Continued cleaning up...
  
  conf.h:
  Probably fixed the type of d_reset_t.  It is hard to tell the correct
  type because there are no non-dummy device reset functions.
  
  Removed last vestige of ambiguous sleep message strings.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511060036.QAA24567>