# # $NetBSD: MILAN.in,v 1.4 2001/05/21 13:30:31 leo Exp $ # # Milan # # This configuration file is for a generic Milan # #include "GENERIC.in" # # For the moment, the MILAN will be the only one to use wscons, so define # the wscons options here too for the moment. # wscons options # # builtin terminal emulations #options WSEMUL_SUN # sun terminal emulation options WSEMUL_VT100 # VT100 / VT220 emulation # different kernel output - see dev/wscons/wsdisplayvar.h # XXX: Since the Milan VGA works in monochrome for the moment, _only_ # use black and white here! options WS_KERNEL_FG=WSCOL_WHITE options WS_KERNEL_BG=WSCOL_BLACK # compatibility to other console drivers #options WSDISPLAY_COMPAT_USL # VT handling #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes # see dev/pckbc/wskbdmap_mfii.c for implemented layouts #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # allocate a number of virtual screens at autoconfiguration time options WSDISPLAY_DEFAULTSCREENS=4 # use a large software cursor that doesn't blink options PCDISPLAY_SOFTCURSOR # modify the screen type of the console; defaults to "80x25" #options VGA_CONSOLE_SCREENTYPE="\"80x25\"" # # The following sections describe various hardware options. # isabus0 at mainbus0 # ISA-bus isa0 at isabus0 pcibus0 at mainbus0 # PCI-bus pci0 at pcibus0 ser0 at mainbus0 fdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr. fdisa0 at fdcisa0 drive 0 wdcisa0 at isa? port 0x1f0 irq 14 # 1st IDE controller wdcisa1 at isa? port 0x170 irq 15 # 2nd IDE controller wd* at wdcisa? channel ? drive ? # # The Milan uses wscons # XXX without the __HAVE_NWSCONS option, the keyboard won't work... # options __HAVE_NWSCONS vga0 at pci? dev ? function ? # a PCI VGA card wsdisplay* at vga? console ? # as a wscons console pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard wskbd* at pckbd? console ? # wscons keyboard # ATAPI bus support atapibus* at wdcisa? channel ? # ATAPI devices cd* at atapibus? drive ? # ATAPI CD-ROM drives