diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-26 18:35:30 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-26 18:35:30 +0000 |
| commit | c63d3a66781302b2e981b9003d096a5e548d7142 (patch) | |
| tree | 8b475fcd30baeb34afce6b938cdc995f835612fc /sys/dev | |
| parent | 3176a7fe12fbe5780328b2dfff80d094d71b9810 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 59d9a89fc6ad..bc54fed0a8e5 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 |
