diff options
| author | Noriaki Mitsunaga <non@FreeBSD.org> | 2001-12-15 12:32:23 +0000 |
|---|---|---|
| committer | Noriaki Mitsunaga <non@FreeBSD.org> | 2001-12-15 12:32:23 +0000 |
| commit | 499b1f4b70c101bf086e41633a07f24034cf37e8 (patch) | |
| tree | 6f7bb02ccbe3dbad310f6f41e5938f42b4a07a90 /sys/dev/stg | |
| parent | c9c98e993658eaf38d9d5c0b1a1ab06394ca602c (diff) | |
Notes
Diffstat (limited to 'sys/dev/stg')
| -rw-r--r-- | sys/dev/stg/tmc18c30_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index 833744a257c22..72d60e905968b 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -236,6 +236,7 @@ static driver_t stg_pccard_driver = { static devclass_t stg_devclass; +MODULE_DEPEND(stg, scsi_low, 1, 1, 1); DRIVER_MODULE(stg, pccard, stg_pccard_driver, stg_devclass, 0, 0); static void |
