Search
lxdream.org :: lxdream/src/gdrom/ide.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/ide.h
changeset 31:495e480360d7
prev2:42349f6ea216
next47:da09bcb7ce69
author nkeynes
date Mon Dec 26 10:48:55 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove the temporary ASIC log line
file annotate diff log raw
1.1 --- a/src/gdrom/ide.h Sat Aug 21 06:15:49 2004 +0000
1.2 +++ b/src/gdrom/ide.h Mon Dec 26 10:48:55 2005 +0000
1.3 @@ -1,15 +1,25 @@
1.4 -/*
1.5 - * ide.h 31 Mar 2004 - IDE Interface definitions
1.6 +/**
1.7 + * $Id: ide.h,v 1.2 2005-12-25 08:24:11 nkeynes Exp $
1.8 *
1.9 - * Copyright (c) 2004 Nathan Keynes. Distribution and modification permitted
1.10 - * under the terms of the GNU General Public License version 2 or later.
1.11 + * This file defines the interface and structures of the dreamcast's IDE
1.12 + * port. Note that the register definitions are in asic.h, as the registers
1.13 + * fall into the general ASIC ranges (and I don't want to use smaller pages
1.14 + * at this stage). The registers here are exactly as per the ATA
1.15 + * specifications, which makes things a little easier.
1.16 *
1.17 - * This file defines the interface and structures of the dreamcast's IDE port.
1.18 - * Note that the register definitions are in asic.h, as the registers fall into
1.19 - * the general ASIC ranges (and I don't want to use smaller pages at this
1.20 - * stage). The registers here are exactly as per the ATA specifications, which
1.21 - * makes things a little easier.
1.22 + * Copyright (c) 2005 Nathan Keynes.
1.23 + *
1.24 + * This program is free software; you can redistribute it and/or modify
1.25 + * it under the terms of the GNU General Public License as published by
1.26 + * the Free Software Foundation; either version 2 of the License, or
1.27 + * (at your option) any later version.
1.28 + *
1.29 + * This program is distributed in the hope that it will be useful,
1.30 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.31 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.32 + * GNU General Public License for more details.
1.33 */
1.34 +
1.35 #ifndef dream_ide_H
1.36 #define dream_ide_H 1
1.37
.