diff options
author | 2004-11-29 07:22:44 +0000 | |
---|---|---|
committer | 2004-11-29 07:22:44 +0000 | |
commit | a9de7b34636eb494ad6a29c2c59b1436d59e35af (patch) | |
tree | b156bfb9abd5a62a04e882135496365e4105d58f | |
parent | Spell precede correctly. (diff) | |
download | wireguard-openbsd-a9de7b34636eb494ad6a29c2c59b1436d59e35af.tar.xz wireguard-openbsd-a9de7b34636eb494ad6a29c2c59b1436d59e35af.zip |
From FreeBSD: Correct URL of the programming manual.
-rw-r--r-- | sys/dev/pci/if_sf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_sf.c b/sys/dev/pci/if_sf.c index e22fcfd536b..bafc8971d54 100644 --- a/sys/dev/pci/if_sf.c +++ b/sys/dev/pci/if_sf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sf.c,v 1.26 2004/09/23 17:45:16 brad Exp $ */ +/* $OpenBSD: if_sf.c,v 1.27 2004/11/29 07:22:44 jsg Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -36,7 +36,7 @@ /* * Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD. * Programming manual is available from: - * ftp.adaptec.com:/pub/BBS/userguides/aic6915_pg.pdf. + * http://download.adaptec.com/pdfs/user_guides/aic6915_pg.pdf. * * Written by Bill Paul <wpaul@ctr.columbia.edu> * Department of Electical Engineering |