diff options
author | nyan <nyan@FreeBSD.org> | 2001-05-06 08:07:10 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-05-06 08:07:10 +0000 |
commit | 126876312e066c1c61d3c82fb4247004853e53fe (patch) | |
tree | 54e10056fb3bd79ad114e1714c1e8027ee1ee6a4 /sys/pci/amd.c | |
parent | 2933ffb04d7ad031cce61e984db912a8e7f06ec5 (diff) | |
download | FreeBSD-src-126876312e066c1c61d3c82fb4247004853e53fe.zip FreeBSD-src-126876312e066c1c61d3c82fb4247004853e53fe.tar.gz |
Move unused functions into #if 0 ... #endif.
Diffstat (limited to 'sys/pci/amd.c')
-rw-r--r-- | sys/pci/amd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/amd.c b/sys/pci/amd.c index 302691d..5089371 100644 --- a/sys/pci/amd.c +++ b/sys/pci/amd.c @@ -118,8 +118,10 @@ static void amd_ResetSCSIBus(struct amd_softc *amd); static void RequestSense(struct amd_softc *amd, struct amd_srb *pSRB); static void amd_InvalidCmd(struct amd_softc *amd); +#if 0 static void amd_timeout(void *arg1); static void amd_reset(struct amd_softc *amd); +#endif static u_int8_t * phystovirt(struct amd_srb *pSRB, u_int32_t xferCnt); void amd_linkSRB(struct amd_softc *amd); @@ -823,6 +825,7 @@ amdsettags(struct amd_softc *amd, u_int target, int tagenb) } +#if 0 /* ********************************************************************** * Function : amd_reset (struct amd_softc * amd) @@ -879,6 +882,7 @@ amd_timeout(void *arg1) pSRB = (struct amd_srb *) arg1; } +#endif static int amdstart(struct amd_softc *amd, struct amd_srb *pSRB) |