diff options
author | scottl <scottl@FreeBSD.org> | 2001-08-21 19:58:16 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2001-08-21 19:58:16 +0000 |
commit | 4c62004cf77dc1b9f69be9f84bb3cce6f9d5de8c (patch) | |
tree | c793aa7d3ef4aa9181a55c13fb22ee95fc24acac /sys/dev/asr/osd_defs.h | |
parent | 5aeaee9fa9c5f5b204c922f8646eee5641050703 (diff) | |
download | FreeBSD-src-4c62004cf77dc1b9f69be9f84bb3cce6f9d5de8c.zip FreeBSD-src-4c62004cf77dc1b9f69be9f84bb3cce6f9d5de8c.tar.gz |
Fresh code drop from the vendor. This fixes some critical bugs and adds
support for a new class of controllers. Also adjust MAINTAINER at the
approval of msmith.
Obtained from: mark_salyzyn@adaptec.com
Diffstat (limited to 'sys/dev/asr/osd_defs.h')
-rw-r--r-- | sys/dev/asr/osd_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/asr/osd_defs.h b/sys/dev/asr/osd_defs.h index 8959134..9103c73 100644 --- a/sys/dev/asr/osd_defs.h +++ b/sys/dev/asr/osd_defs.h @@ -1,5 +1,4 @@ /* $FreeBSD$ */ -/* BSDI osd_defs.h,v 1.4 1998/06/03 19:14:58 karels Exp */ /* * Copyright (c) 1996-1999 Distributed Processing Technology Corporation * All rights reserved. @@ -58,6 +57,7 @@ #elif (defined(__bsdi__)) # define _DPT_BSDI #elif (defined(__FreeBSD__)) +# undef _DPT_FREE_BSD # define _DPT_FREE_BSD #else # define _DPT_SCO |