wd7000 device driver, put in IO_WDS entry in isa.h. You can now build a

kernel with it. Hope your dma works better than mine <grr>
This commit is contained in:
deraadt 1993-04-06 20:58:01 +00:00
parent c454963975
commit de24d978d5
3 changed files with 7 additions and 3 deletions

View File

@ -95,7 +95,11 @@ unsigned kbd_8042cmd(int);
#define IO_BT1 0x334 /* bustek 742a default addr. */
#define IO_AHA1 0x334 /* adaptec 1542 default addr. */
/* 0x338 - 0x36F Open */
/* 0x338 - 0x34F Open */
#define IO_WDS 0x350 /* WD7000 scsi */
/* 0x354 - 0x36F Open */
#define IO_FD2 0x370 /* secondary base i/o address */
#define IO_LPT1 0x378 /* Parallel Port #1 */

View File

@ -17,7 +17,7 @@
* drivers to finish off the job..
*/
#include "wds.h"
#if WDS > 0
#if NWDS > 0
#include <sys/types.h>
#include <sys/param.h>

View File

@ -17,7 +17,7 @@
* drivers to finish off the job..
*/
#include "wds.h"
#if WDS > 0
#if NWDS > 0
#include <sys/types.h>
#include <sys/param.h>