Deleted Added
full compact
NOTES (163626) NOTES (163627)
1# $FreeBSD: head/sys/sparc64/conf/NOTES 163626 2006-10-23 09:45:22Z ru $
1# $FreeBSD: head/sys/sparc64/conf/NOTES 163627 2006-10-23 10:05:36Z ru $
2#
3# This file contains machine dependent kernel configuration notes. For
4# machine independent notes, look in /sys/conf/NOTES.
5
6
7#####################################################################
8# CPU OPTIONS
9

--- 56 unchanged lines hidden (view full) ---

66hint.atkbdc.0.at="isa"
67hint.atkbdc.0.port="0x060"
68
69# The AT keyboard
70device atkbd
71hint.atkbd.0.at="atkbdc"
72hint.atkbd.0.irq="1"
73
2#
3# This file contains machine dependent kernel configuration notes. For
4# machine independent notes, look in /sys/conf/NOTES.
5
6
7#####################################################################
8# CPU OPTIONS
9

--- 56 unchanged lines hidden (view full) ---

66hint.atkbdc.0.at="isa"
67hint.atkbdc.0.port="0x060"
68
69# The AT keyboard
70device atkbd
71hint.atkbd.0.at="atkbdc"
72hint.atkbd.0.irq="1"
73
74# Options for atkbd:
75options ATKBD_DFLT_KEYMAP # specify the built-in keymap
76makeoptions ATKBD_DFLT_KEYMAP=jp.106
77
74# `flags' for atkbd:
75# 0x01 Force detection of keyboard, else we always assume a keyboard
76# 0x02 Don't reset keyboard, useful for some newer ThinkPads
77# 0x03 Force detection and avoid reset, might help with certain
78# dockingstations
79# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
80
81device splash # Splash screen and screen saver support

--- 65 unchanged lines hidden ---
78# `flags' for atkbd:
79# 0x01 Force detection of keyboard, else we always assume a keyboard
80# 0x02 Don't reset keyboard, useful for some newer ThinkPads
81# 0x03 Force detection and avoid reset, might help with certain
82# dockingstations
83# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
84
85device splash # Splash screen and screen saver support

--- 65 unchanged lines hidden ---