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

version 1.132.8.3, 2007/12/03 18:39:51 version 1.133, 2007/03/14 12:27:25
Line 76  options  KTRACE
Line 76  options  KTRACE
 ## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))  ## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))
 options         SYSVMSG         # System V message queues  options         SYSVMSG         # System V message queues
 options         SYSVSEM         # System V semaphores  options         SYSVSEM         # System V semaphores
   #options        SEMMNI=10       # number of semaphore identifiers
   #options        SEMMNS=60       # number of semaphores in system
   #options        SEMUME=10       # max number of undo entries per process
   #options        SEMMNU=30       # number of undo structures in system
 options         SYSVSHM         # System V shared memory  options         SYSVSHM         # System V shared memory
   #options        SHMMAXPGS=1024  # 1024 pages is the default
 options         P1003_1B_SEMAPHORE # p1003.1b semaphore support  options         P1003_1B_SEMAPHORE # p1003.1b semaphore support
   
 ## Loadable kernel module support  ## Loadable kernel module support
Line 498  pseudo-device vlan
Line 503  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  
   
 #### Other device configuration  #### Other device configuration
   

Legend:
Removed from v.1.132.8.3  
changed lines
  Added in v.1.133

CVSweb <webmaster@jp.NetBSD.org>