summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-5/+6
|
* Fix some strange errors of shutting transmitter up when startsemenu1998-07-041-578/+561
| | | | | | | transmition after software reset with no link estabilished yet. Fix TX DMA stop method (queue last packet to stop). PR: i386/6578
* Fix spelling in printf().jkoshy1998-06-081-2/+2
|
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
|
* Fixed autonegotiation. Card registers are now accessed via memorysemenu1998-04-131-143/+218
| | | | not i/o space.
* Correct minor typojkh1998-03-051-1/+1
| | | | Confirmed by: Ustimenko Semen <semen@iclub.nsu.ru>
* *** empty log message ***semenu1998-03-041-13/+80
|
* Update to "stable-167" release; totally reimplements media detection.jkh1998-02-201-327/+418
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Staticize.eivind1998-02-091-1/+1
|
* MF22: update to newest version from author.jkh1998-02-041-188/+407
|
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-011-20/+5
| | | | | | | | | | | | a BSD4.4Lite1 feature, not a FreeBSD feature. <sys/ioctl.h> is a compatibility misfeature. Moved NPCI ifdef. This file didn't compile if NPCI <= 0. It shouldn't be configured in that case, but it is easy to support (mis)configuration of drivers without buses by generating null objects, and many drivers do it. Removed unused includes.
* Update to version stable-165jkh1998-01-291-196/+251
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Driver for the new SMC 9432TX cards.jkh1998-01-211-0/+1051
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
OpenPOWER on IntegriCloud