From owner-freebsd-commit Wed Feb 21 16:32:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14082 for freebsd-commit-outgoing; Wed, 21 Feb 1996 16:32:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13986 for cvs-all-outgoing; Wed, 21 Feb 1996 16:32:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13906 Wed, 21 Feb 1996 16:31:51 -0800 (PST) Date: Wed, 21 Feb 1996 16:31:51 -0800 (PST) From: Joerg Wunsch Message-Id: <199602220031.QAA13906@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa wt.c wtreg.h src/sys/i386/include wtio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/21 16:31:50 Modified: sys/i386/isa wt.c wtreg.h Added: sys/i386/include wtio.h Log: . move out the error and status register def's for wt into , so mt(1) can print them, . cosmetics: put the return type and the function name onto different lines. Revision Changes Path 1.30 +45 -22 src/sys/i386/isa/wt.c 1.8 +1 -5 src/sys/i386/isa/wtreg.h