From b7940104145bf348968a6bcff1139759eafe1352 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 4 Jun 2001 21:04:14 +0000 Subject: Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they can be made userland-visible as . Also, those files are not supposed to contain any bus-specific details at all, so placing them under .../isa/ has been a misnomer from the beginning. The files in src/sys/dev/ic/ have been repo-copied from their old location (this commit is a forced null commit there to record this message). --- sys/dev/fdc/fdcreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/fdc') diff --git a/sys/dev/fdc/fdcreg.h b/sys/dev/fdc/fdcreg.h index f0b8eebbdb68..5dee70d0ecb4 100644 --- a/sys/dev/fdc/fdcreg.h +++ b/sys/dev/fdc/fdcreg.h @@ -39,7 +39,7 @@ */ /* uses NEC765 controller */ -#include +#include /* registers */ #define FDOUT 2 /* Digital Output Register (W) */ -- cgit v1.3