Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2004 15:21:23 -0500 (EST)
From:      Sam <sah@softcardsystems.com>
To:        freebsd-arch@freebsd.org
Subject:   dev_t ?
Message-ID:  <Pine.LNX.4.60.0408311517420.7530@athena>

next in thread | raw e-mail | index | archive | help
Following dev/ata/ata-disk.c:200 I'm doing the following:

dev = disk_create(...);
dev->si_drv1 = d;
dev->si_iosize_max = 1024;
d->dev = dev;

When compiling I get "dereferencing pointer to incomplete type" errors.

Am I missing something here?  Both code sets use dev_t types.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.60.0408311517420.7530>