diff options
author | imp <imp@FreeBSD.org> | 2000-12-13 01:47:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-12-13 01:47:19 +0000 |
commit | e1fe72742c53537e4980deffe6803189c00560fa (patch) | |
tree | ccf3d6ebc59b043b73c59182f1c8b25512734875 /sys/dev/sn/if_snvar.h | |
parent | ac4f44c24e80fa2aed5a82cfeeafffe9ff6d77a0 (diff) | |
download | FreeBSD-src-e1fe72742c53537e4980deffe6803189c00560fa.zip FreeBSD-src-e1fe72742c53537e4980deffe6803189c00560fa.tar.gz |
Add isa support:
o write isa driver routines.
o factor detach routine in sn_detach.
Diffstat (limited to 'sys/dev/sn/if_snvar.h')
-rw-r--r-- | sys/dev/sn/if_snvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index 4d7b1d8..0770500 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -52,6 +52,7 @@ struct sn_softc { int sn_probe(device_t, int); int sn_attach(device_t); +int sn_detach(device_t); void sn_intr(void *); int sn_activate(device_t); |