summaryrefslogtreecommitdiffstats
path: root/sbin/atm/fore_dnld
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5)'izeobrien2003-08-031-8/+5
|
* Make firmware version 4.1.12 the default for download to PCA-200E adapters.harti2003-07-313-11/+2073
| | | | | | | | | The old firmware (3.0.1) can still be used by specifying the '-3' option to fore_dnld. Document the -r option that resets the adapter prior to the download. Ther newer firmware version allows traffic shaping.
* Fix the code with respect to the assumption that sizeof(long) == 4.harti2003-07-301-32/+32
|
* Fix what was a common idiom in PDP-11 days: declare a local int andharti2003-07-301-2/+2
| | | | | use the address of that int for read(2). While this happens to work on LE, it surely is wrong on BE.
* Make this compile with WARNS=6.harti2003-07-302-102/+78
|
* Fix warnings: a variable that was unused, a variable thatharti2003-07-301-4/+3
| | | | | | | | | was unused unless sun was defined and printing of u_longs with %x. PR: bin/39818 Submitted by: dan@obluda.cz MFC after: 1 week
* When deciding whether to download the microcode or not look at the API ratherharti2003-07-251-1/+1
| | | | | | | | than at the vendor. We have three different Fore cards and only the PCA200 need the microcode. Look also at the RAM address and load the code only if it is not zero. A zero RAM address means either a bug in the driver or this is a interface created by harp(4) in which case fatm(4) handles the microcode issue.
* The .Nm utilitycharnier2002-07-061-1/+2
|
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* man(7) -> mdoc(7).ru2001-01-221-68/+60
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
| | | | Use _PATH_* where where possible.
* Remove unused #include.asmodai2000-05-011-1/+0
|
* Make the fore_dnld program more robust and reliable.phk2000-03-171-6/+15
| | | | In particular HZ=1000 would seem to break it before.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* With the kind permission of Marconi Communications (Formerly "Fore ↵phk2000-02-155-12/+1906
| | | | | | | | | | | | | | | Communication" include a copy of the 3.0.1 firmware for the PCA200E card in the fore_dnld program. There are various and subtle compatibility issues between the hfa driver and the microcode, this version is belived to work best. If a file is specified on the command line it will be used instead of the embedded image. Approved by: jkh
* $Id$ -> $FreeBSD$peter1999-08-283-4/+4
|
* Modify code to be -Wall'able.mks1999-07-011-15/+25
| | | | PR: bin/11315
* Getopt(3) returns -1 not EOF.imp1999-05-231-3/+3
|
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-301-4/+4
|
* Two patches from the HARP people:phk1998-09-171-1/+2
| | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* Remove blank after -Iphk1998-09-151-2/+2
|
* Add new files for HARP3phk1998-09-153-0/+1389
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud