change state (and rename) RH 64BIT option. Add ccd to COFFEE
This commit is contained in:
parent
34e65502e7
commit
148e463417
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: COFFEE,v 1.6 1995/08/19 23:57:19 chopps Exp $
|
||||
# $NetBSD: COFFEE,v 1.7 1995/08/20 15:08:19 chopps Exp $
|
||||
|
||||
#
|
||||
# COFFEE - GENERIC but with GATEWAY and DEBUG
|
||||
|
@ -191,6 +191,7 @@ sd* at scsibus? target ? lun ? # scsi disks
|
|||
st* at scsibus? target ? lun ? # scsi tapes
|
||||
cd* at scsibus? target ? lun ? # scsi cd's
|
||||
|
||||
pseudo-device ccd 4 # concat disks
|
||||
pseudo-device sl # slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device view 10 # views
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.39 1995/08/19 23:57:20 chopps Exp $
|
||||
# $NetBSD: GENERIC,v 1.40 1995/08/20 15:08:22 chopps Exp $
|
||||
|
||||
#
|
||||
# GENERIC AMIGA
|
||||
|
@ -121,6 +121,17 @@ options GRF_CL5426 # Cirrus board support
|
|||
#options "ULOWELL_OSC1=36000000"
|
||||
#options "ULOWELL_OSC2=66667000"
|
||||
|
||||
|
||||
# This is how you specify the blitting speed, higher values may speed up blits
|
||||
# a littel bit. If you raise this value too much some trash may appear.
|
||||
# the commented version is the default.
|
||||
#options RH_MEMCLK 61000000
|
||||
# this option enables the 64 bit sprite which doesn't seems to be work
|
||||
# for quite a few people. E.g. The cursor sprite will turn to a block
|
||||
# when moved to the top of the screen in X.
|
||||
#options RH_64BIT_SPRITE
|
||||
|
||||
|
||||
grfcc0 at mainbus0 # custom chips
|
||||
grfrt0 at zbus0 # retina II
|
||||
grfrh0 at zbus0 # retina III
|
||||
|
|
Loading…
Reference in New Issue