summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rtl80x9.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansijsg2021-03-071-10/+5
|
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-3/+4
| | | | | | | | | | | | | | | | This changes numbers of the SIOCSIFMEDIA and SIOCGIFMEDIA ioctls and grows struct ifmediareq. Old ifconfig and dhclient binaries can still assign addresses, however the 'media' subcommand stops working. Recompiling ifconfig and dhclient with new headers before a reboot should not be necessary unless in very special circumstances where non-default media settings must be used to get link and console access is not available. There may be some MD fallout but that will be cleared up later. ok deraadt miod with help and suggestions from several sharks attending l2k15
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* unifdef INETtedu2014-12-221-3/+1
|
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* #include <machine/intr.h> is not necessary here.miod2003-06-251-2/+1
|
* Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.aaron2001-03-121-10/+14
| | | | | The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
* remove NetBSD ifdefs. indent.fgsch2000-06-201-16/+1
|
* apparently in order to write to config registers 1-3 you need to enable itfgsch2000-06-111-3/+44
| | | | | | first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes.
* media information shows up in ifconfig -m, does not need to show up in dmesgderaadt1999-08-151-4/+1
|
* Remove unused headers.fgsch1998-11-281-5/+1
|
* Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.fgsch1998-11-061-0/+195