summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-16 09:47:26 +0000
committerphk <phk@FreeBSD.org>2004-06-16 09:47:26 +0000
commitdfd1f7fd50fffaf75541921fcf86454cd8eb3614 (patch)
tree624c885995e84df6decddd3291c60a15e50e3c85 /sys/dev/digi/digi.h
parentcafb94bcea1cdf048e81b7eb2d24808e1a8c5280 (diff)
downloadFreeBSD-src-dfd1f7fd50fffaf75541921fcf86454cd8eb3614.zip
FreeBSD-src-dfd1f7fd50fffaf75541921fcf86454cd8eb3614.tar.gz
Do the dreaded s/dev_t/struct cdev */
Bump __FreeBSD_version accordingly.
Diffstat (limited to 'sys/dev/digi/digi.h')
-rw-r--r--sys/dev/digi/digi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h
index f0c9f0e..8459d60 100644
--- a/sys/dev/digi/digi.h
+++ b/sys/dev/digi/digi.h
@@ -72,7 +72,7 @@ struct digi_p {
volatile struct board_chan *bc;
struct tty *tp;
- dev_t dev[6];
+ struct cdev *dev[6];
u_char *txbuf;
u_char *rxbuf;
@@ -164,7 +164,7 @@ struct digi_softc {
int iorid;
void *irqHandler;
int unit;
- dev_t ctldev;
+ struct cdev *ctldev;
} res;
u_char *vmem; /* virtual memory address */
OpenPOWER on IntegriCloud