diff options
author | sos <sos@FreeBSD.org> | 2000-01-03 10:26:59 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2000-01-03 10:26:59 +0000 |
commit | 37eec7a1a68b962f5880c2bf24463233ec655428 (patch) | |
tree | b1514afaae9929c08aef37b1487ddf01e4893c94 /sys/dev/ata/atapi-cd.c | |
parent | 8e08fd80fec68ca05b5f164fad4fa2c67c421858 (diff) | |
download | FreeBSD-src-37eec7a1a68b962f5880c2bf24463233ec655428.zip FreeBSD-src-37eec7a1a68b962f5880c2bf24463233ec655428.tar.gz |
Add support for VIA 82C596 controller
Better shared irq handeling for Promise & HPT366 controllers
Setup prober PIO mode timings on Promise & HPT366 controllers
Update Copyright headers to be Y2K compliant :)
Diffstat (limited to 'sys/dev/ata/atapi-cd.c')
-rw-r--r-- | sys/dev/ata/atapi-cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index e60d1ad..181afff 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998,1999 Søren Schmidt + * Copyright (c) 1998,1999,2000 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without |