From owner-cvs-sys Fri Mar 28 04:37:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08879 for cvs-sys-outgoing; Fri, 28 Mar 1997 04:37:48 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08872; Fri, 28 Mar 1997 04:37:46 -0800 (PST) Date: Fri, 28 Mar 1997 04:37:46 -0800 (PST) From: Joerg Wunsch Message-Id: <199703281237.EAA08872@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/28 04:37:45 Modified: sys/i386/i386 machdep.c Log: Something long overdue: compile inb() and outb() into the kernel as functions if DDB is available. The remaining occurences are usually only inlined and thus not available in DDB. I'm sure Bruce will have 23 additions to these 30 lines of code, but at least it's a starting point. ;-) Revision Changes Path 1.233 +47 -1 src/sys/i386/i386/machdep.c