diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-04 21:04:14 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-04 21:04:14 +0000 |
| commit | b7940104145bf348968a6bcff1139759eafe1352 (patch) | |
| tree | 5a6d52695387fb94f89732acbfae315579203220 /sys/dev | |
| parent | 341762c6f1108f6e861dc457d6336afa1c1954e4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fdc/fdcreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/sio/sio.c | 4 | ||||
| -rw-r--r-- | sys/dev/sound/isa/mpu.c | 2 | ||||
| -rw-r--r-- | sys/dev/sound/isa/uartsio.c | 2 |
4 files changed, 5 insertions, 5 deletions
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 <isa/ic/nec765.h> +#include <dev/ic/nec765.h> /* registers */ #define FDOUT 2 /* Digital Output Register (W) */ diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 1277d94c0cff..74bd268c1d35 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -88,9 +88,9 @@ #include <isa/sioreg.h> #ifdef COM_ESP -#include <isa/ic/esp.h> +#include <dev/ic/esp.h> #endif -#include <isa/ic/ns16550.h> +#include <dev/ic/ns16550.h> #define LOTS_OF_EVENTS 64 /* helps separate urgent events from input */ diff --git a/sys/dev/sound/isa/mpu.c b/sys/dev/sound/isa/mpu.c index e86587399a33..f66b921b6bc8 100644 --- a/sys/dev/sound/isa/mpu.c +++ b/sys/dev/sound/isa/mpu.c @@ -43,7 +43,7 @@ #include <isa/isavar.h> #include <isa/sioreg.h> -#include <isa/ic/ns16550.h> +#include <dev/ic/ns16550.h> static devclass_t midi_devclass; diff --git a/sys/dev/sound/isa/uartsio.c b/sys/dev/sound/isa/uartsio.c index 3f514a873ca1..248dda57351b 100644 --- a/sys/dev/sound/isa/uartsio.c +++ b/sys/dev/sound/isa/uartsio.c @@ -47,7 +47,7 @@ */ #include <isa/sioreg.h> -#include <isa/ic/ns16550.h> +#include <dev/ic/ns16550.h> #include <dev/sound/midi/midi.h> /* XXX What about a PCI uart? */ |
