diff options
author | sos <sos@FreeBSD.org> | 2001-01-10 19:19:47 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2001-01-10 19:19:47 +0000 |
commit | 71db84399169a86b71e939d6bbbdc1f327366ba4 (patch) | |
tree | 87d1a793da250d780f72f9dfdac33c3a557822e6 /sys/dev/ata/ata-raid.c | |
parent | 4674791c7c083e3afea6e9cb31bbe572cf3d7dbc (diff) | |
download | FreeBSD-src-71db84399169a86b71e939d6bbbdc1f327366ba4.zip FreeBSD-src-71db84399169a86b71e939d6bbbdc1f327366ba4.tar.gz |
Add session argument to *close_disk, allowing to set session type on fixate.
Add support for different blank/erase types.
Update headers.
Diffstat (limited to 'sys/dev/ata/ata-raid.c')
-rw-r--r-- | sys/dev/ata/ata-raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c index 85123aa..53f545c 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000 Søren Schmidt + * Copyright (c) 2000,2001 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without |