[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / 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/amd64/conf/GENERIC between version 1.485 and 1.485.2.3

version 1.485, 2018/02/26 05:52:50 version 1.485.2.3, 2018/03/30 10:09:07
Line 124  options  KDTRACE_HOOKS # kernel DTrace h
Line 124  options  KDTRACE_HOOKS # kernel DTrace h
 # NetBSD backward compatibility. Support goes from COMPAT_15 up until  # NetBSD backward compatibility. Support goes from COMPAT_15 up until
 # the latest release. Note that really old compat (< COMPAT_16) is only  # the latest release. Note that really old compat (< COMPAT_16) is only
 # useful for 32-bit i386 binaries.  # useful for 32-bit i386 binaries.
 include         "conf/compat_netbsd15.config"  include         "conf/compat_netbsd09.config"   # XXX PRG XXX usually 15
   
 #options        COMPAT_386BSD_MBRPART # recognize old partition ID  #options        COMPAT_386BSD_MBRPART # recognize old partition ID
   
 options         COMPAT_OSSAUDIO  options         COMPAT_OSSAUDIO
 options         COMPAT_NETBSD32  options         COMPAT_NETBSD32
 options         COMPAT_LINUX  options         COMPAT_LINUX
 options         COMPAT_LINUX32  # req. COMPAT_LINUX and COMPAT_NETBSD32  options         COMPAT_LINUX32  # requires COMPAT_LINUX and COMPAT_NETBSD32
 options         EXEC_ELF32                                  # and COMPAT_50 (or older)
   options         EXEC_ELF32      # requires COMPAT_NETBSD32
   
 # Wedge support  # Wedge support
 options         DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances  options         DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances
Line 607  mfi* at pci? dev ? function ? # LSI Mega
Line 608  mfi* at pci? dev ? function ? # LSI Mega
 mly*    at pci? dev ? function ?        # Mylex AcceleRAID and eXtremeRAID  mly*    at pci? dev ? function ?        # Mylex AcceleRAID and eXtremeRAID
 mpt*    at pci? dev ? function ?        # LSILogic 9x9 and 53c1030 (Fusion-MPT)  mpt*    at pci? dev ? function ?        # LSILogic 9x9 and 53c1030 (Fusion-MPT)
 mpii*   at pci? dev ? function ?        # LSI Logic Fusion-MPT II  mpii*   at pci? dev ? function ?        # LSI Logic Fusion-MPT II
   njs*    at pci? dev ? function ?        # Workbit NinjaSCSI-32
 pcscp*  at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI  pcscp*  at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
 siop*   at pci? dev ? function ?        # Symbios 53c8xx SCSI  siop*   at pci? dev ? function ?        # Symbios 53c8xx SCSI
 esiop*  at pci? dev ? function ?        # Symbios 53c875 and newer SCSI  esiop*  at pci? dev ? function ?        # Symbios 53c875 and newer SCSI
Line 621  spc* at pcmcia? function ?  # Fujitsu MB
Line 623  spc* at pcmcia? function ?  # Fujitsu MB
 # CardBus SCSI cards  # CardBus SCSI cards
 adv*    at cardbus? function ?  # AdvanSys 1200[A,B], 9xx[U,UA] SCSI  adv*    at cardbus? function ?  # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*    at cardbus? function ?  # Adaptec ADP-1480  ahc*    at cardbus? function ?  # Adaptec ADP-1480
   njs*    at cardbus? function ?  # Workbit NinjaSCSI-32
   
 # SCSI bus support  # SCSI bus support
 scsibus* at scsi?  scsibus* at scsi?

Legend:
Removed from v.1.485  
changed lines
  Added in v.1.485.2.3

CVSweb <webmaster@jp.NetBSD.org>