Print this page
NEX-6131 support EUI64 in blkdev
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-4431 want NVMe management utility
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>
re #13613 rb4516 Tunables needs volatile keyword
        
*** 435,445 ****
  
  /*
   * Functions and data references which really should be in <sys/ddi.h>
   */
  
! extern int maxphys;
  extern void minphys(struct buf *);
  extern int physio(int (*)(struct buf *), struct buf *, dev_t,
          int, void (*)(struct buf *), struct uio *);
  extern void disksort(struct diskhd *, struct buf *);
  
--- 435,445 ----
  
  /*
   * Functions and data references which really should be in <sys/ddi.h>
   */
  
! extern volatile int maxphys;
  extern void minphys(struct buf *);
  extern int physio(int (*)(struct buf *), struct buf *, dev_t,
          int, void (*)(struct buf *), struct uio *);
  extern void disksort(struct diskhd *, struct buf *);