The 2nd SCSI controller is now supported; remove it from the TODO list.

This commit is contained in:
thorpej 2001-11-20 17:38:31 +00:00
parent d00721de07
commit f934d91c74
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdsc.c,v 1.4 2001/11/18 08:16:16 thorpej Exp $ */
/* $NetBSD: wdsc.c,v 1.5 2001/11/20 17:38:31 thorpej Exp $ */
/*
* Copyright (c) 2001 Wayne Knowles
@ -36,11 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* TODO:
* Support for 2nd SCSI controller
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>