diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-09-26 18:35:30 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-09-26 18:35:30 +0000 |
commit | 31831e3e3cd912505d8247e5788c33fbb67eba45 (patch) | |
tree | 0e66111e1810908e40f26ac836d9122615b1e174 /sys/dev/sf | |
parent | 4e21f13904395dd1f10483521373cd6b18ffcd3c (diff) | |
download | FreeBSD-src-31831e3e3cd912505d8247e5788c33fbb67eba45.zip FreeBSD-src-31831e3e3cd912505d8247e5788c33fbb67eba45.tar.gz |
Update the Starfire driver comments and man page to include the URL of
the AIC-6915 Programmer's Manual which I finally found online at Adaptec's
site.
Diffstat (limited to 'sys/dev/sf')
-rw-r--r-- | sys/dev/sf/if_sf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 59d9a89..bc54fed 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -34,7 +34,8 @@ /* * Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD. - * Programming manual is available from www.adaptec.com. + * Programming manual is available from: + * ftp.adaptec.com:/pub/BBS/userguides/aic6915_pg.pdf. * * Written by Bill Paul <wpaul@ctr.columbia.edu> * Department of Electical Engineering |