summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-11-11 22:01:56 +0000
committernate <nate@FreeBSD.org>1996-11-11 22:01:56 +0000
commit99e98382f38a9646246adc535837385379e4319d (patch)
tree8fc36972e09f242fabf1d7d7f3eabf04e9719939 /sys/isa/syscons.c
parent2335bd93096ea252b0144bc937fae129b9022eb4 (diff)
downloadFreeBSD-src-99e98382f38a9646246adc535837385379e4319d.zip
FreeBSD-src-99e98382f38a9646246adc535837385379e4319d.tar.gz
Removed 'XT_KEYBOARD' option from syscons. Document new-style way of
getting the same behavior using the flags, which can be done inside of UserConfig. (Also document other syscons flags which were previously undocumented). Requested by: bde
Diffstat (limited to 'sys/isa/syscons.c')
-rw-r--r--sys/isa/syscons.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c
index d326ebe..fefed14 100644
--- a/sys/isa/syscons.c
+++ b/sys/isa/syscons.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.c,v 1.183 1996/11/04 21:01:08 sos Exp $
+ * $Id: syscons.c,v 1.184 1996/11/10 16:44:09 nate Exp $
*/
#include "sc.h"
@@ -349,9 +349,6 @@ gotack:
*/
if ( dev->id_flags & XT_KEYBD )
xt_keyboard = 1;
-#ifdef XT_KEYBOARD
- xt_keyboard = 1;
-#endif
if ( xt_keyboard ) {
kbd_wait();
outb(KB_DATA, 0xF0);
OpenPOWER on IntegriCloud