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