Add wsdisplay.
This commit is contained in:
parent
20e56a7571
commit
ced4fd09b4
@ -1,4 +1,4 @@
|
||||
# $NetBSD: POWERMAC,v 1.13 1998/10/13 11:25:26 tsubai Exp $
|
||||
# $NetBSD: POWERMAC,v 1.14 1998/10/14 12:27:03 tsubai Exp $
|
||||
#
|
||||
# POWERMAC config file
|
||||
#
|
||||
@ -44,6 +44,7 @@ options SCSIVERBOSE # Verbose SCSI errors
|
||||
options PCIVERBOSE # verbose PCI device messages
|
||||
|
||||
options ZS_TXDMA # Use dma on zs output
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
@ -73,6 +74,10 @@ aed* at adb? # ADB Event Device
|
||||
akbd* at adb? # ADB keyboard
|
||||
ams* at adb? # ADB mouse
|
||||
|
||||
ofb0 at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
||||
wsdisplay* at ofb? console ?
|
||||
wskbd* at akbd? console ?
|
||||
|
||||
mc0 at obio0 # MACE ethernet
|
||||
esp0 at obio0 flags 0x0 # 53c9x SCSI
|
||||
scsibus* at esp0
|
||||
|
@ -54,6 +54,12 @@ include "dev/pci/files.pci"
|
||||
# network devices MII bus
|
||||
include "dev/mii/files.mii"
|
||||
|
||||
include "dev/wscons/files.wscons"
|
||||
|
||||
device ofb: wsemuldisplaydev, wsrasteremulops
|
||||
attach ofb at pci
|
||||
file arch/macppc/dev/ofb.c ofb needs-flag
|
||||
|
||||
file arch/macppc/pci/pci_machdep.c pci
|
||||
file arch/macppc/pci/bandit.c pci
|
||||
|
||||
@ -93,7 +99,7 @@ device aed
|
||||
attach aed at adb
|
||||
file arch/macppc/dev/aed.c aed needs-flag
|
||||
|
||||
device akbd
|
||||
device akbd: wskbddev
|
||||
attach akbd at adb
|
||||
file arch/macppc/dev/akbd.c akbd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user