diff options
author | mdodd <mdodd@FreeBSD.org> | 2004-01-12 21:01:18 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2004-01-12 21:01:18 +0000 |
commit | b8f6f55191628c415af10985e1e05f4c5613aff6 (patch) | |
tree | 16c1f339029e0742516ebcf963bc8e82460199cd /sys/dev/ida | |
parent | 377a4756cda494302db31c4722b9306848499b34 (diff) | |
download | FreeBSD-src-b8f6f55191628c415af10985e1e05f4c5613aff6.zip FreeBSD-src-b8f6f55191628c415af10985e1e05f4c5613aff6.tar.gz |
Remove comments that no longer apply.
Diffstat (limited to 'sys/dev/ida')
-rw-r--r-- | sys/dev/ida/ida.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 66781ec..43ddf59 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -33,10 +33,6 @@ __FBSDID("$FreeBSD$"); /* * Generic driver for Compaq SMART RAID adapters. - * - * Specific probe routines are in: - * pci/ida_pci.c - * i386/eisa/ida_eisa.c */ #include <sys/param.h> |