diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-05-15 13:03:25 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-05-15 13:03:25 +0000 |
| commit | c2b6b86e48d5a4f403b99c3c9287a9b39189a778 (patch) | |
| tree | 033c90c4dd501de4c40af8397f51c39a884f1cdc /sys/pci | |
| parent | c62a28227b5c98daf235678eb737b8ed47b6d227 (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/bt848_i2c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/bt848_i2c.c b/sys/pci/bt848_i2c.c index 9bbca7c32393..47cc1d25f091 100644 --- a/sys/pci/bt848_i2c.c +++ b/sys/pci/bt848_i2c.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt848_i2c.c,v 1.2 1998/11/07 14:30:48 nsouch Exp $ + * $Id: bt848_i2c.c,v 1.2.2.1 1999/05/15 12:25:33 roger Exp $ * */ @@ -132,6 +132,7 @@ static device_method_t bti2c_methods[] = { static driver_t bti2c_driver = { "bti2c", bti2c_methods, + DRIVER_TYPE_MISC, sizeof(struct bti2c_softc), }; |
