diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-08 18:17:40 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-08 18:17:40 +0000 |
| commit | 65cbe74cc019dbabc0fbf17cc6bb5d27125eee6e (patch) | |
| tree | 53d37072e208a779d295e998948c68a7f630a201 /sys | |
| parent | b18a6818a6eb7ebf2792b23300bb639ac0a7f277 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i4b/layer1/i4b_avm_fritz_pci.c | 4 | ||||
| -rw-r--r-- | sys/i4b/layer1/i4b_avm_fritz_pnp.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i4b/layer1/i4b_avm_fritz_pci.c b/sys/i4b/layer1/i4b_avm_fritz_pci.c index c5f2d8a917b2..b9b3395a0932 100644 --- a/sys/i4b/layer1/i4b_avm_fritz_pci.c +++ b/sys/i4b/layer1/i4b_avm_fritz_pci.c @@ -35,7 +35,7 @@ * Fritz!Card PCI specific routines for isic driver * ------------------------------------------------ * - * $Id: i4b_avm_fritz_pci.c,v 1.6 1999/06/01 12:10:25 hm Exp $ + * $Id: i4b_avm_fritz_pci.c,v 1.3 1999/08/06 14:02:12 hm Exp $ * * last edit-date: [Tue Jun 1 14:08:01 1999] * @@ -1650,7 +1650,7 @@ avma1pp_bchannel_stat(int unit, int h_chan, bchan_statistics_t *bsp) * fill HSCX fifo with data from the current mbuf * Put this here until it can go into i4b_hscx.c *---------------------------------------------------------------------------*/ -int +static int isic_hscx_fifo(isic_Bchan_t *chan, struct isic_softc *sc) { int len; diff --git a/sys/i4b/layer1/i4b_avm_fritz_pnp.c b/sys/i4b/layer1/i4b_avm_fritz_pnp.c index 6da4969e8829..8da5e0082d0c 100644 --- a/sys/i4b/layer1/i4b_avm_fritz_pnp.c +++ b/sys/i4b/layer1/i4b_avm_fritz_pnp.c @@ -38,7 +38,7 @@ * Fritz!Card PnP specific routines for isic driver * ------------------------------------------------ * - * $Id: i4b_avm_fritz_pnp.c,v 1.3 1999/07/05 13:22:12 hm Exp $ + * $Id: i4b_avm_fritz_pnp.c,v 1.1 1999/08/06 14:02:13 hm Exp $ * * last edit-date: [Thu 10 Jun 08:50:28 CEST 1999] * @@ -1146,7 +1146,7 @@ avm_pnp_bchannel_stat(int unit, int h_chan, bchan_statistics_t *bsp) * fill HSCX fifo with data from the current mbuf * Put this here until it can go into i4b_hscx.c *---------------------------------------------------------------------------*/ -int +static int isic_hscx_fifo(isic_Bchan_t *chan, struct isic_softc *sc) { int len; |
