Date: Fri, 28 Mar 1997 04:37:46 -0800 (PST) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <199703281237.EAA08872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703281237.EAA08872>