From 39357ea35da5d77a549a89c2f5b0485eb12d9681 Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 1 Oct 1998 19:35:28 +0000 Subject: Remove lpt1 - we have userconfig if you have a weird port. Remove mse0 - the Microsoft Bus Mouse is a dinosaur. There are probably more Pintos on the road than these on peoples' desks. --- sys/amd64/conf/GENERIC | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/amd64/conf') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b27938a..c9a93d0 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.117 1998/09/17 03:15:30 msmith Exp $ +# $Id: GENERIC,v 1.118 1998/09/18 00:46:40 mjacob Exp $ machine "i386" cpu "I386_CPU" @@ -134,8 +134,6 @@ device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr -device lpt1 at isa? port? tty -device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr -- cgit v1.1