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

version 1.54, 2000/06/17 10:53:05 version 1.54.2.4, 2000/10/02 22:23:32
Line 22  options  MIPS3_L2CACHE_ABSENT
Line 22  options  MIPS3_L2CACHE_ABSENT
 # Standard system options  # Standard system options
 options         DDB                     # in-kernel debugger  options         DDB                     # in-kernel debugger
 #options        DDB_ONPANIC=0           # don't enter debugger on panic  #options        DDB_ONPANIC=0           # don't enter debugger on panic
   #options        KGDB                    # remote debugger
 #options        DIAGNOSTIC              # extra kernel debugging checks  #options        DIAGNOSTIC              # extra kernel debugging checks
 #options        DEBUG                   # extra kernel debugging support  #options        DEBUG                   # extra kernel debugging support
 options         KTRACE                  # system call tracing support  options         KTRACE                  # system call tracing support
Line 62  file-system  PROCFS  # /proc
Line 63  file-system  PROCFS  # /proc
 file-system     UNION  file-system     UNION
   
 #options        NFSSERVER       # Sun NFS-compatible filesystem (server)  #options        NFSSERVER       # Sun NFS-compatible filesystem (server)
 #options        SOFTDEP         # FFS soft updates support.  options         SOFTDEP         # FFS soft updates support.
 #options        QUOTA           # UFS quotas  #options        QUOTA           # UFS quotas
   
 # Networking options  # Networking options
Line 96  options  WSDISPLAY_COMPAT_SYSCONS # emul
Line 97  options  WSDISPLAY_COMPAT_SYSCONS # emul
 options         WSDISPLAY_COMPAT_USL            # VT handling  options         WSDISPLAY_COMPAT_USL            # VT handling
 options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes  options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
   
   # temporally power management
   hpcapm0 at mainbus0                     # power management
   apmdev0 at hpcapm0                      # APM
   
 vrip*   at mainbus0  vrip*   at mainbus0
 vrcmu*  at vrip? addr 0x0b000060 size 0x20  vrcmu*  at vrip? addr 0x0b000060 size 0x20
 vrbcu*  at vrip? addr 0x0b000000 size 0x20  vrbcu*  at vrip? addr 0x0b000000 size 0x20
Line 109  vrpmu* at vrip? addr 0x0b0000a0 size 0x2
Line 114  vrpmu* at vrip? addr 0x0b0000a0 size 0x2
 vrdsu*  at vrip? addr 0x0b0000e0 size 0x08  vrdsu*  at vrip? addr 0x0b0000e0 size 0x08
 vrpiu*  at vrip? addr 0x0b000120 size 0x1a0 intr 5  vrpiu*  at vrip? addr 0x0b000120 size 0x1a0 intr 5
   
   mqvideo0 at vrip? addr 0x0a000000 size 0x800000 # MQ200 video controller
   hpcfb*          at      mqvideo?
   
 # Workstation Console attachments  # Workstation Console attachments
 bivideo0        at      mainbus0  bivideo0        at      mainbus0
 hpcfb*          at      bivideo0  hpcfb*          at      bivideo0
Line 180  button1 at vrgiu? platform IBM_WORKPAD i
Line 188  button1 at vrgiu? platform IBM_WORKPAD i
 pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14  pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
 pwctl1 at vrgiu? platform NEC_MCR_300 id PWCTL_LCDLIGHT port 45  pwctl1 at vrgiu? platform NEC_MCR_300 id PWCTL_LCDLIGHT port 45
 pwctl2 at vrgiu? platform NEC_MCR_300 id PWCTL_LCD port 10  pwctl2 at vrgiu? platform NEC_MCR_300 id PWCTL_LCD port 10
   pwctl1 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCDLIGHT port 45
   pwctl2 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCD port 10
   pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
   pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
 pwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14  pwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
 pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46  pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
 pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14  pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
Line 298  cd* at scsibus? target ? lun ? # SCSI CD
Line 310  cd* at scsibus? target ? lun ? # SCSI CD
   
 pseudo-device   loop            1       # network loopback  pseudo-device   loop            1       # network loopback
 pseudo-device   ppp             2       # serial-line IP ports  pseudo-device   ppp             2       # serial-line IP ports
 pseudo-device   pty             64      # pseudo ptys  pseudo-device   pty             64      # pseudo-terminals
 pseudo-device   bpfilter        16      # packet filter ports  pseudo-device   bpfilter        16      # packet filter ports
 pseudo-device   ipfilter                # IP filter, NAT  pseudo-device   ipfilter                # IP filter, NAT
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.54.2.4

CVSweb <webmaster@jp.NetBSD.org>