From 4e5935064cee94588673e25d30d4eb373f417ed4 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Sat, 20 Jan 1996 06:14:33 +0000 Subject: [PATCH] Added a comment above the npx0 device line # Mandatory, don't remove --- sys/amd64/conf/GENERIC | 3 ++- sys/i386/conf/GENERIC | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index d345827233f7..9eb1db5df3c5 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.58 1995/12/29 02:04:19 jkh Exp $ +# $Id: GENERIC,v 1.59 1996/01/07 19:19:38 gibbs Exp $ # machine "i386" @@ -88,6 +88,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std +# Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index d345827233f7..9eb1db5df3c5 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.58 1995/12/29 02:04:19 jkh Exp $ +# $Id: GENERIC,v 1.59 1996/01/07 19:19:38 gibbs Exp $ # machine "i386" @@ -88,6 +88,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std +# Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr