Converted ata read/write functions to work with bytes rather than words.
[movitz-core.git] / losp / x86-pc / all.lisp
blob28b99daf47f488673256225d2e8787b833bf044b
1 ;;;;------------------------------------------------------------------
2 ;;;;
3 ;;;; Copyright (C) 2001-2005,
4 ;;;; Department of Computer Science, University of Tromso, Norway.
5 ;;;;
6 ;;;; For distribution policy, see the accompanying file COPYING.
7 ;;;;
8 ;;;; Filename: all.lisp
9 ;;;; Description:
10 ;;;; Author: Frode Vatvedt Fjeld <frodef@acm.org>
11 ;;;; Created at: Thu Sep 27 21:14:56 2001
12 ;;;;
13 ;;;; $Id: all.lisp,v 1.5 2005/08/24 07:33:02 ffjeld Exp $
14 ;;;;
15 ;;;;------------------------------------------------------------------
17 (require :x86-pc/package)
18 (require :x86-pc/memory)
19 (require :x86-pc/keyboard)
20 (require :x86-pc/vga)
21 (require :x86-pc/bochs-vbe)
22 (require :x86-pc/textmode)
23 (require :x86-pc/pic8259)
24 (require :x86-pc/pit8253)
25 (require :x86-pc/interrupt)
26 (require :x86-pc/cmos)
27 (require :x86-pc/pci-device)
28 ;; (require :x86-pc/serial)
29 (require :x86-pc/textmode-console)
30 (require :x86-pc/debugger)
31 (require :x86-pc/ata)
32 (provide :x86-pc/all)