[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/sparc64/conf/GENERIC between version 1.191 and 1.191.2.2

version 1.191, 2016/06/22 20:12:59 version 1.191.2.2, 2017/04/26 02:53:07
Line 423  ld* at cac? unit ?   # logical disk devi
Line 423  ld* at cac? unit ?   # logical disk devi
 ld*     at twe? unit ?  ld*     at twe? unit ?
 ld*     at mlx? unit ?  ld*     at mlx? unit ?
   
   # Virtio devices
   virtio* at pci? dev ? function ?        # Virtio PCI device
   # the baloon driver can not work on machines with non-4k pages
   #viomb* at virtio?                      # Virtio memory balloon device
   ld*     at virtio?                      # Virtio disk device
   vioif*  at virtio?                      # Virtio network device
   viornd* at virtio?                      # Virtio entropy device
   vioscsi* at virtio?                     # Virtio SCSI device
   
 ## Floppy controller and drive found on SPARCstations.  ## Floppy controller and drive found on SPARCstations.
   
 # need share with the sparc, and everyone else.  needs to use auxio.  # need share with the sparc, and everyone else.  needs to use auxio.
Line 882  auacer*  at pci? dev ? function ? # Ultr
Line 891  auacer*  at pci? dev ? function ? # Ultr
   
 audio*          at audiobus?  audio*          at audiobus?
   
   spkr*           at audio?                       # PC speaker (synthesized)
   
 midi*           at midibus?  midi*           at midibus?
   
   
Line 993  pseudo-device lockstat  # lock profiling
Line 1004  pseudo-device lockstat  # lock profiling
 pseudo-device   putter                  # for puffs and pud  pseudo-device   putter                  # for puffs and pud
   
 options         FILEASSOC               # fileassoc(9) - required for Veriexec  options         FILEASSOC               # fileassoc(9) - required for Veriexec
                                           # and PAX_SEGVGUARD
   
 # Veriexec  # Veriexec
 #  #
Line 1020  options  PAX_ASLR_DEBUG=1 # PaX ASLR deb
Line 1032  options  PAX_ASLR_DEBUG=1 # PaX ASLR deb
 options         PAX_SEGVGUARD=0         # PaX Segmentation fault guard  options         PAX_SEGVGUARD=0         # PaX Segmentation fault guard
 # XXX: there is no PLT format for sparc64 that cooperates with  # XXX: there is no PLT format for sparc64 that cooperates with
 # MPROTECT, so disable it for now  # MPROTECT, so disable it for now
 options         PAX_MPROTECT=0          # PaX mprotect(2) restrictions  # options       PAX_MPROTECT=0          # PaX mprotect(2) restrictions
 options         PAX_MPROTECT_DEBUG=1    # PaX mprotect debug  # options       PAX_MPROTECT_DEBUG=1    # PaX mprotect debug
 options         PAX_ASLR=1              # PaX Address Space Layout Randomization  options         PAX_ASLR=1              # PaX Address Space Layout Randomization

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.191.2.2

CVSweb <webmaster@jp.NetBSD.org>