[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.82.2.7 and 1.83

version 1.82.2.7, 2007/12/03 18:39:20 version 1.83, 2007/03/14 12:27:25
Line 90  options  NFS_BOOT_DHCP
Line 90  options  NFS_BOOT_DHCP
 # we enable DDB in GENERIC for now.  # we enable DDB in GENERIC for now.
 options         DDB                     # kernel dynamic debugger  options         DDB                     # kernel dynamic debugger
 options         DDB_HISTORY_SIZE=100    # enable history editing in DDB  options         DDB_HISTORY_SIZE=100    # enable history editing in DDB
 options         DDB_VERBOSE_HELP        # enable verbose online help  
 #options        DDB_ONPANIC=1           # see also sysctl(8): `ddb.onpanic'  #options        DDB_ONPANIC=1           # see also sysctl(8): `ddb.onpanic'
   
 ## You may also use gdb, on another computer connected to this machine over  ## You may also use gdb, on another computer connected to this machine over
Line 201  options  INET6  # IPV6
Line 200  options  INET6  # IPV6
 options         MROUTING        # packet forwarding of multicast packets  options         MROUTING        # packet forwarding of multicast packets
 options         PIM             # Protocol Independent Multicast  options         PIM             # Protocol Independent Multicast
 #options        DIRECTED_BROADCAST      # allow broadcasts through routers  #options        DIRECTED_BROADCAST      # allow broadcasts through routers
 #options        ISO,TPIP        # OSI networking  options         ISO,TPIP        # OSI networking
 #options        EON             # OSI tunneling over IP  options         EON             # OSI tunneling over IP
 options         NETATALK        # AppleTalk (over Ethernet) protocol  options         NETATALK        # AppleTalk (over Ethernet) protocol
 options         NTP             # Network Time Protocol in-kernel support  options         NTP             # Network Time Protocol in-kernel support
 #options        PPS_SYNC        # Add serial line synchronization for NTP  #options        PPS_SYNC        # Add serial line synchronization for NTP
Line 493  gem* at pci? dev ? function ? # Apple GM
Line 492  gem* at pci? dev ? function ? # Apple GM
 #le*    at pci? dev ? function ?        # PCnet-PCI Ethernet  #le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 # XXX uses vtophys()  # XXX uses vtophys()
 #lmc*   at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3  #lmc*   at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
 mskc*   at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet  
 msk*    at mskc?                        # Marvell Yukon 2 Gigabit Ethernet  
 ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet UT  ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet UT
 ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial UT  ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial UT
 # XXX cause uncorrectable DMA error  # XXX cause uncorrectable DMA error
Line 502  ntwoc* at pci? dev ? function ? # Riscom
Line 499  ntwoc* at pci? dev ? function ? # Riscom
 ral*    at pci? dev ? function ?        # ralink wifi UT  ral*    at pci? dev ? function ?        # ralink wifi UT
 re*     at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S  re*     at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
 rtk*    at pci? dev ? function ?        # Realtek 8129/8139  rtk*    at pci? dev ? function ?        # Realtek 8129/8139
 skc*    at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet  
 sk*     at skc?                         # SysKonnect SK9821 Gigabit Ethernet  
 sip*    at pci? dev ? function ?        # SiS 900 Ethernet  sip*    at pci? dev ? function ?        # SiS 900 Ethernet
 ti*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet UT  ti*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet UT
 tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet  tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
Line 540  ehci* at pci? dev ? function ? # Enhance
Line 535  ehci* at pci? dev ? function ? # Enhance
 ohci*   at pci? dev ? function ?        # Open Host Controller  ohci*   at pci? dev ? function ?        # Open Host Controller
 uhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)  uhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
   
 # PCMCIA USB controllers  
 #slhci* at pcmcia? function ?           # ScanLogic SL811HS  
   
 # USB bus support  # USB bus support
 usb*    at ehci?  usb*    at ehci?
 usb*    at ohci?  usb*    at ohci?
Line 612  url* at uhub? port ?  # Realtek RTL8150L
Line 604  url* at uhub? port ?  # Realtek RTL8150L
 # USB 802.11 adapters  # USB 802.11 adapters
 atu*    at uhub? port ?         # Atmel AT76C50XX based adapters  atu*    at uhub? port ?         # Atmel AT76C50XX based adapters
 ral*    at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g  ral*    at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 #zyd*   at uhub? port ?         # Zydas ZD1211  
   
 # Prolific PL2301/PL2302 host-to-host adapter  # Prolific PL2301/PL2302 host-to-host adapter
 upl*    at uhub? port ?  upl*    at uhub? port ?
Line 696  pseudo-device vlan
Line 687  pseudo-device vlan
 ## Simple inter-network traffic bridging  ## Simple inter-network traffic bridging
 pseudo-device   bridge  pseudo-device   bridge
 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too  #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 pseudo-device   agr                     # IEEE 802.3ad link aggregation  
   
 ## IP Filter, used in firewall and NAT applications.  See ipnat(8) for  ## IP Filter, used in firewall and NAT applications.  See ipnat(8) for
 ## one example of the use of the IP Filter.  ## one example of the use of the IP Filter.
Line 791  pseudo-device stf   # 6to4 IPv6 over IPv
Line 781  pseudo-device stf   # 6to4 IPv6 over IPv
   
 ## Bluetooth PCMCIA Controllers  ## Bluetooth PCMCIA Controllers
 #bt3c* at pcmcia? function ?            # 3Com 3CRWB6096-A  #bt3c* at pcmcia? function ?            # 3Com 3CRWB6096-A
 #btbc* at pcmcia? function ?            # AnyCom BlueCard LSE041/039/139  
   
 ## Bluetooth USB Controllers  ## Bluetooth USB Controllers
 ubt* at uhub? port ?  ubt* at uhub? port ?
   
 ## Bluetooth Device Hub  ## Bluetooth Device Hub
 #bthub* at bcsp?  
 #bthub* at bt3c?  #bthub* at bt3c?
 #bthub* at btbc?  
 #bthub* at btuart?  #bthub* at btuart?
 bthub* at ubt?  bthub* at ubt?
   
Line 851  ffb*  at mainbus0
Line 838  ffb*  at mainbus0
 # On board vga on U5/U10 etc.  # On board vga on U5/U10 etc.
 machfb*         at pci?  machfb*         at pci?
   
 # generic PCI framebuffers  
 genfb*          at pci?  
   
 # make sure the console display is always wsdisplay0  # make sure the console display is always wsdisplay0
 wsdisplay0      at wsemuldisplaydev? console 1  wsdisplay0      at wsemuldisplaydev? console 1
 wsdisplay*      at wsemuldisplaydev?  wsdisplay*      at wsemuldisplaydev?
Line 877  options  FONT_GALLANT12x22  # PROM font 
Line 861  options  FONT_GALLANT12x22  # PROM font 
 #### Other device configuration  #### Other device configuration
   
 psm*            at ebus?                # Ultrabook IIi microcontroller  psm*            at ebus?                # Ultrabook IIi microcontroller
 envctrl*        at ebus?                # Ultra E450 environmental monitoring  
   
 ### Other pseudo-devices  ### Other pseudo-devices
   
Line 900  pseudo-device ksyms   # /dev/ksyms
Line 883  pseudo-device ksyms   # /dev/ksyms
 #pseudo-device  pf                      # PF packet filter  #pseudo-device  pf                      # PF packet filter
 #pseudo-device  pflog                   # PF log if  #pseudo-device  pflog                   # PF log if
 pseudo-device   fss             4       # file system snapshot device  pseudo-device   fss             4       # file system snapshot device
 #pseudo-device  bcsp                    # BlueCore Serial Protocol  
 #pseudo-device  btuart                  # Bluetooth HCI UART (H4)  #pseudo-device  btuart                  # Bluetooth HCI UART (H4)
   
 options         FILEASSOC               # fileassoc(9) - required for Veriexec  options         FILEASSOC               # fileassoc(9) - required for Veriexec

Legend:
Removed from v.1.82.2.7  
changed lines
  Added in v.1.83

CVSweb <webmaster@jp.NetBSD.org>