Home | History | Annotate | Line # | Download | only in conf
MILAN.in revision 1.3
      1 #
      2 #	$NetBSD: MILAN.in,v 1.3 2001/05/16 07:50:29 leo Exp $
      3 #
      4 # Milan
      5 #
      6 # This configuration file is for a generic Milan
      7 #
      8 
      9 #include "GENERIC.in"
     10 
     11 #
     12 # For the moment, the MILAN will be the only one to use wscons, so define
     13 # the wscons options here too for the moment.
     14 # wscons options
     15 #
     16 # builtin terminal emulations
     17 #options 	WSEMUL_SUN	# sun terminal emulation
     18 options 	WSEMUL_VT100	# VT100 / VT220 emulation
     19 # different kernel output - see dev/wscons/wsdisplayvar.h
     20 # XXX: Since the Milan VGA works in monochrome for the moment, _only_
     21 #      use black and white here!
     22 options 	WS_KERNEL_FG=WSCOL_WHITE
     23 options 	WS_KERNEL_BG=WSCOL_BLACK
     24 
     25 # compatibility to other console drivers
     26 #options 	WSDISPLAY_COMPAT_USL	# VT handling
     27 #options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
     28 
     29 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
     30 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
     31 # allocate a number of virtual screens at autoconfiguration time
     32 options 	WSDISPLAY_DEFAULTSCREENS=4
     33 # use a large software cursor that doesn't blink
     34 options 	PCDISPLAY_SOFTCURSOR
     35 # modify the screen type of the console; defaults to "80x25"
     36 #options 	VGA_CONSOLE_SCREENTYPE="\"80x25\""
     37 
     38 #
     39 # The following sections describe various hardware options.
     40 #
     41 
     42 isabus0		at mainbus0			# ISA-bus
     43 isa0		at isabus0
     44 pcibus0 	at mainbus0			# PCI-bus
     45 pci0 		at pcibus0
     46 ser0		at mainbus0
     47 fdcisa0		at isa? port 0x3f0 irq 6 drq 2  # standard PC floppy contr.
     48 fdisa0		at fdcisa0 drive 0
     49 wdcisa0		at isa? port 0x1f0 irq 14	# 1st IDE controller
     50 wdcisa1		at isa? port 0x170 irq 15	# 2nd IDE controller
     51 wd*		at wdcisa? channel ? drive ?
     52 
     53 #
     54 # The Milan uses wscons
     55 #
     56 vga0		at pci? dev ? function ?	# a PCI VGA card
     57 wsdisplay*	at vga? console ?		# as a wscons console
     58 pckbc0		at isa? 			# PC keyboard controller
     59 pckbd* 		at pckbc?			# PC keyboard
     60 wskbd*		at pckbd? console ?		# wscons keyboard
     61 
     62 # ATAPI bus support
     63 atapibus*	at wdcisa? channel ?
     64 
     65 # ATAPI devices
     66 cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
     67