Update of /project/movitz/cvsroot/movitz/losp/x86-pc In directory common-lisp.net:/tmp/cvs-serv5269
Modified Files: dp8390.lisp Log Message: Removed dead code.
Date: Sun Aug 28 22:56:00 2005 Author: ffjeld
Index: movitz/losp/x86-pc/dp8390.lisp diff -u movitz/losp/x86-pc/dp8390.lisp:1.8 movitz/losp/x86-pc/dp8390.lisp:1.9 --- movitz/losp/x86-pc/dp8390.lisp:1.8 Wed Aug 24 09:33:13 2005 +++ movitz/losp/x86-pc/dp8390.lisp Sun Aug 28 22:56:00 2005 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Wed Sep 18 12:21:36 2002 ;;;; -;;;; $Id: dp8390.lisp,v 1.8 2005/08/24 07:33:13 ffjeld Exp $ +;;;; $Id: dp8390.lisp,v 1.9 2005/08/28 20:56:00 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -129,14 +129,6 @@ address)) (setf (io-register8x2 dp8390 ($page0-write rbcr1) ($page0-write rbcr0)) size (dp8390 ($page0-write cr)) command)) - nil) - -(defun foo (io-base command size address) - (let ((io-base (the (unsigned-byte #x10) - (let ((check-the-io-base io-base)) - (check-type check-the-io-base (unsigned-byte #x10)) - check-the-io-base)))) - (setf (io-port (+ io-base 0) :unsigned-byte8) #o40)) nil)
(defmacro with-dp8390-dma ((dp8390-var rdma-command size &optional address) &body body)