ramdisk is now a psuedo device.
Added pms PS2 mouse device.
This commit is contained in:
parent
e36164c8fa
commit
1ff14b3c1f
|
@ -126,15 +126,15 @@ wd1 at wdc? drive ?
|
||||||
fdc0 at mainbus? base 0x00210fc0 irq 12 dack 0x00002000
|
fdc0 at mainbus? base 0x00210fc0 irq 12 dack 0x00002000
|
||||||
fd0 at fdc? drive ?
|
fd0 at fdc? drive ?
|
||||||
|
|
||||||
# Ramdisk
|
|
||||||
rd0 at mainbus?
|
|
||||||
|
|
||||||
# kbd via IOMD
|
# kbd via IOMD
|
||||||
kbd0 at mainbus? base 0x00000000
|
kbd0 at mainbus? base 0x00000000
|
||||||
|
|
||||||
# quadrature mouse
|
# quadrature mouse
|
||||||
quadmouse0 at mainbus? base 0x00000000
|
quadmouse0 at mainbus? base 0x00000000
|
||||||
|
|
||||||
|
# PS2 mouse
|
||||||
|
pms0 at mainbus? base 0x00000000
|
||||||
|
|
||||||
# Serial ports
|
# Serial ports
|
||||||
com0 at mainbus? base 0x00210fe0 irq 10
|
com0 at mainbus? base 0x00210fe0 irq 10
|
||||||
#com1 at mainbus? base 0x00210be0
|
#com1 at mainbus? base 0x00210be0
|
||||||
|
@ -185,6 +185,8 @@ pseudo-device tb 1 # tablet line discipline
|
||||||
pseudo-device vnd 4 # paging to files
|
pseudo-device vnd 4 # paging to files
|
||||||
pseudo-device ccd 2 # concatenated disk devices
|
pseudo-device ccd 2 # concatenated disk devices
|
||||||
|
|
||||||
|
pseudo-device rd 1 # Ramdisk driver
|
||||||
|
|
||||||
makeoptions MONITOR="Taxan875+LR"
|
makeoptions MONITOR="Taxan875+LR"
|
||||||
#makeoptions MONITOR="AKF60"
|
#makeoptions MONITOR="AKF60"
|
||||||
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|
||||||
|
|
|
@ -126,15 +126,15 @@ wd1 at wdc? drive ?
|
||||||
fdc0 at mainbus? base 0x00210fc0 irq 12 dack 0x00002000
|
fdc0 at mainbus? base 0x00210fc0 irq 12 dack 0x00002000
|
||||||
fd0 at fdc? drive ?
|
fd0 at fdc? drive ?
|
||||||
|
|
||||||
# Ramdisk
|
|
||||||
rd0 at mainbus?
|
|
||||||
|
|
||||||
# kbd via IOMD
|
# kbd via IOMD
|
||||||
kbd0 at mainbus? base 0x00000000
|
kbd0 at mainbus? base 0x00000000
|
||||||
|
|
||||||
# quadrature mouse
|
# quadrature mouse
|
||||||
quadmouse0 at mainbus? base 0x00000000
|
quadmouse0 at mainbus? base 0x00000000
|
||||||
|
|
||||||
|
# PS2 mouse
|
||||||
|
pms0 at mainbus? base 0x00000000
|
||||||
|
|
||||||
# Serial ports
|
# Serial ports
|
||||||
com0 at mainbus? base 0x00210fe0 irq 10
|
com0 at mainbus? base 0x00210fe0 irq 10
|
||||||
#com1 at mainbus? base 0x00210be0
|
#com1 at mainbus? base 0x00210be0
|
||||||
|
@ -185,6 +185,8 @@ pseudo-device tb 1 # tablet line discipline
|
||||||
pseudo-device vnd 4 # paging to files
|
pseudo-device vnd 4 # paging to files
|
||||||
pseudo-device ccd 2 # concatenated disk devices
|
pseudo-device ccd 2 # concatenated disk devices
|
||||||
|
|
||||||
|
pseudo-device rd 1 # Ramdisk device
|
||||||
|
|
||||||
makeoptions MONITOR="Taxan875+LR"
|
makeoptions MONITOR="Taxan875+LR"
|
||||||
#makeoptions MONITOR="AKF60"
|
#makeoptions MONITOR="AKF60"
|
||||||
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|
||||||
|
|
Loading…
Reference in New Issue