Update of /project/movitz/cvsroot/movitz/losp/x86-pc In directory common-lisp.net:/tmp/cvs-serv7815
Modified Files: pci.lisp Log Message: Added the pci.lisp file.
Date: Fri Apr 23 11:04:17 2004 Author: ffjeld
Index: movitz/losp/x86-pc/pci.lisp diff -u movitz/losp/x86-pc/pci.lisp:1.1.1.1 movitz/losp/x86-pc/pci.lisp:1.2 --- movitz/losp/x86-pc/pci.lisp:1.1.1.1 Tue Jan 13 06:05:06 2004 +++ movitz/losp/x86-pc/pci.lisp Fri Apr 23 11:04:17 2004 @@ -1,6 +1,6 @@ ;;;;------------------------------------------------------------------ ;;;; -;;;; Copyright (C) 2003, +;;;; Copyright (C) 2003-2004, ;;;; Department of Computer Science, University of Tromsoe, Norway. ;;;; ;;;; For distribution policy, see the accompanying file COPYING. @@ -10,11 +10,13 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Sun Dec 14 22:33:42 2003 ;;;; -;;;; $Id: pci.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $ +;;;; $Id: pci.lisp,v 1.2 2004/04/23 15:04:17 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
(in-package muerte.x86-pc) + +(provide :x86-pc/pci)
(defun bios32-find () (loop for bios32 from #xe0000 to #xffff0 by 16