summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-15 03:32:45 +0000
committerimp <imp@FreeBSD.org>2001-05-15 03:32:45 +0000
commitd65d64c98705b1862b5b73b62d801063d2537e5e (patch)
tree4e4c2631c867f63fd3fb2bff929fb8bee5eb571d /sys/pccard/pcic.c
parenta407780211ed2bd3c3e44480345c5e88566dda9e (diff)
downloadFreeBSD-src-d65d64c98705b1862b5b73b62d801063d2537e5e.zip
FreeBSD-src-d65d64c98705b1862b5b73b62d801063d2537e5e.tar.gz
{G,S}ET_UNIT are now unused, gc them
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 3179d553..abd4634 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -121,9 +121,6 @@ static struct isa_pnp_id pcic_ids[] = {
static u_char pcic98_last_reg1;
#endif /* MECIA_SUPPORT */
-#define GET_UNIT(d) *(int *)device_get_softc(d)
-#define SET_UNIT(d,u) *(int *)device_get_softc(d) = (u)
-
static char *bridges[] =
{
"Intel i82365",
OpenPOWER on IntegriCloud