summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/oltr
Commit message (Collapse)AuthorAgeFilesLines
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
| | | | | | | | | | | | o Remove bogus "spurious interrupt" message. o Ring buffer head and avail were incorrectly calculated. o Fix fragment count. o Fix ring entry for single station, default to 16Mbit. o Don't complain about long frames.
* Fix a reference to an old FreeBSD 2.2 register name.peter2000-05-281-3/+3
| | | | s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/
* o Get basic if_media support working.lile2000-03-261-295/+272
| | | | | | | o Add more diagnostic and status messages. o General clean up of old debug messages and small style fixes.
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
| | | | | | | | | 4/16/100 -> 100/16/4 so that it matches all of the others. o Since we went to all the trouble of getting the correct working memory size actually use it. * Submitted by: Nikolai Saoukh <nms@otdel-1.org>
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-185-7136/+9210
| | | | | | | | | | | new-bus Olicom driver, previously known as "ol". The new driver unfortunately does not support ISA cards yet. o Update the microcode files, interface library and include files to the latest PowerMACH works version. Force even byte alignment of adapter microcode. o Roll in some of the patches from Nikolai Saoukh <nms@ethereal.ru>.
* Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
| | | | 1 or more if this file is being compiled)
* Garbage collect oltr_pci_shutdowneivind1999-12-211-11/+0
|
* Fix a stray (ifdef'ed) reference to a non-existing file.peter1999-11-291-4/+0
|
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
| | | | | | | | | | | | This means that we will not have to have a bpf and a non-bpf version of our driver modules. This does not open any security hole, because the bpf core isn't loadable The drivers left unchanged are the "cross platform" drivers where the respective maintainers are urged to DTRT, whatever that may be. Add a couple of missing FreeBSD tags.
* Clean $Log$ debris.peter1999-09-061-2/+1
|
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
* Rename bpfilter to bpf.des1999-07-061-6/+6
|
* Update to latest version of PowerMACH Works from Olicom.lile1999-07-055-5135/+5170
|
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
| | | | | | | | #define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data) .. to 2.2.x and 3.x if people think it's worth it. Driver writers can do this if it's not defined. (The reason for this is that I'm trying to progressively eliminate use of linker_sets where it hurts modularity and runtime load capability, and these DATA_SET's keep getting in the way.)
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
| | | | hurt the driver portability to 3.x too much for where drivers are shared.
* As I understand it, these register_intr()'s shouldn't be here. The isapeter1999-04-211-3/+1
| | | | driver attaches the interupt itself.
* Need to include /contrib/dev/oltr/... not dev/oltr/...julian1999-03-101-2/+2
|
* Submitted by: Larry Lilejulian1999-03-107-0/+10211
Move the Olicom token ring driver to the officially sanctionned location of /sys/contrib. Also fix some brokenness in the generic token ring support. Be warned that if_dl.h has been changed and SOME programs might like recompilation.
OpenPOWER on IntegriCloud