diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-02-01 18:01:43 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-02-01 18:01:43 +0000 |
commit | e68fb82f07f3d13d45357f91edb7ca2d5f067ba0 (patch) | |
tree | cbdd89e03bbfa209cce0f8b00a5b5c63b8a6549b /sys/dev/pci/if_lmc_common.c | |
parent | 00e2d83579a628087496d77321547374d28dd089 (diff) |
general cleanup (remove LMC_IOMAPPED crud entirely)
add correct rcs tags
sync w/lmc's lmc_media.c regarding watchdog support
(So, the LEDs on the T1/T3 cards [the ones with built-in CSU/DSUs], and also
the DS1 "SSI" card should now change according to various line conditions, as
ths manual says they do)
Diffstat (limited to 'sys/dev/pci/if_lmc_common.c')
-rw-r--r-- | sys/dev/pci/if_lmc_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/if_lmc_common.c b/sys/dev/pci/if_lmc_common.c index af526451bd1..e1a87595315 100644 --- a/sys/dev/pci/if_lmc_common.c +++ b/sys/dev/pci/if_lmc_common.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_lmc_common.c,v 1.3 2000/02/01 18:01:41 chris Exp $ */ /* $NetBSD: if_lmc_common.c,v 1.1 1999/03/25 03:32:43 explorer Exp $ */ /*- |