diff options
Diffstat (limited to 'sys/dev/aic7xxx/aic79xx_osm.c')
-rw-r--r-- | sys/dev/aic7xxx/aic79xx_osm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_osm.c b/sys/dev/aic7xxx/aic79xx_osm.c index bbe07f6..921bae9 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.c +++ b/sys/dev/aic7xxx/aic79xx_osm.c @@ -1540,6 +1540,7 @@ static int ahd_modevent(module_t mod, int type, void *data) { /* XXX Deal with busy status on unload. */ + /* XXX Deal with unknown events */ return 0; } |