Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
3e5b8391
Commit
3e5b8391
authored
Feb 13, 2004
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump libata, ata_piix to version 1.0.
Also update copyrights for 2004.
parent
c98fc827
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
drivers/scsi/ata_piix.c
drivers/scsi/ata_piix.c
+3
-3
drivers/scsi/libata-core.c
drivers/scsi/libata-core.c
+2
-2
drivers/scsi/libata-scsi.c
drivers/scsi/libata-scsi.c
+2
-2
drivers/scsi/libata.h
drivers/scsi/libata.h
+3
-3
drivers/scsi/sata_promise.c
drivers/scsi/sata_promise.c
+1
-1
drivers/scsi/sata_via.c
drivers/scsi/sata_via.c
+2
-2
include/linux/ata.h
include/linux/ata.h
+2
-2
include/linux/libata.h
include/linux/libata.h
+2
-2
No files found.
drivers/scsi/ata_piix.c
View file @
3e5b8391
...
...
@@ -3,8 +3,8 @@
ata_piix.c - Intel PATA/SATA controllers
Copyright 2003 Red Hat Inc
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat Inc
Copyright 2003
-2004
Jeff Garzik
Copyright header from piix.c:
...
...
@@ -28,7 +28,7 @@
#include <linux/libata.h>
#define DRV_NAME "ata_piix"
#define DRV_VERSION "
0.95
"
#define DRV_VERSION "
1.00
"
enum
{
PIIX_IOCFG
=
0x54
,
/* IDE I/O configuration register */
...
...
drivers/scsi/libata-core.c
View file @
3e5b8391
/*
libata-core.c - helper library for ATA
Copyright 2003 Red Hat, Inc. All rights reserved.
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat, Inc. All rights reserved.
Copyright 2003
-2004
Jeff Garzik
The contents of this file are subject to the Open
Software License version 1.1 that can be found at
...
...
drivers/scsi/libata-scsi.c
View file @
3e5b8391
/*
libata-scsi.c - helper library for ATA
Copyright 2003 Red Hat, Inc. All rights reserved.
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat, Inc. All rights reserved.
Copyright 2003
-2004
Jeff Garzik
The contents of this file are subject to the Open
Software License version 1.1 that can be found at
...
...
drivers/scsi/libata.h
View file @
3e5b8391
/*
libata.h - helper library for ATA
Copyright 2003 Red Hat, Inc. All rights reserved.
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat, Inc. All rights reserved.
Copyright 2003
-2004
Jeff Garzik
The contents of this file are subject to the Open
Software License version 1.1 that can be found at
...
...
@@ -26,7 +26,7 @@
#define __LIBATA_H__
#define DRV_NAME "libata"
#define DRV_VERSION "
0.81
"
/* must be exactly four chars */
#define DRV_VERSION "
1.00
"
/* must be exactly four chars */
struct
ata_scsi_args
{
struct
ata_port
*
ap
;
...
...
drivers/scsi/sata_promise.c
View file @
3e5b8391
/*
* sata_promise.c - Promise SATA
*
* Copyright 2003 Red Hat, Inc.
* Copyright 2003
-2004
Red Hat, Inc.
*
* The contents of this file are subject to the Open
* Software License version 1.1 that can be found at
...
...
drivers/scsi/sata_via.c
View file @
3e5b8391
/*
sata_via.c - VIA Serial ATA controllers
Copyright 2003 Red Hat, Inc. All rights reserved.
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat, Inc. All rights reserved.
Copyright 2003
-2004
Jeff Garzik
The contents of this file are subject to the Open
Software License version 1.1 that can be found at
...
...
include/linux/ata.h
View file @
3e5b8391
/*
Copyright 2003 Red Hat, Inc. All rights reserved.
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat, Inc. All rights reserved.
Copyright 2003
-2004
Jeff Garzik
The contents of this file are subject to the Open
Software License version 1.1 that can be found at
...
...
include/linux/libata.h
View file @
3e5b8391
/*
Copyright 2003 Red Hat, Inc. All rights reserved.
Copyright 2003 Jeff Garzik
Copyright 2003
-2004
Red Hat, Inc. All rights reserved.
Copyright 2003
-2004
Jeff Garzik
The contents of this file are subject to the Open
Software License version 1.1 that can be found at
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment