| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The first driver to make use of these will probably be bwfm(4).
typos spotted by and ok phessler kettenis
|
|
|
|
|
| |
with tweaks from carlos cardenas and visa@
ok mpi@
|
|
|
|
| |
rectification.
|
| |
|
|
|
|
|
| |
No objections from deraadt@, OK dlg
Thanks to stsp@ who has extended ifm_media field to 64 bits.
|
|
|
|
|
|
| |
which only worked with ath(4) devices from a decade ago.
Diff tested on ath(4) hardware by me to verify that 11a/b modes still work.
ok reyk deraadt chris sthen kettenis
|
|
|
|
| |
ok deraadt mpi phessler kettenis guenther
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to be a way of feeding it with a valid argument without peeking into the
internals of ifmedia macros.
ok mpi miod deraadt
|
|
|
|
| |
ok mikeb@, krw@, bluhm@, tedu@
|
|
|
|
| |
cables. OK jsg@, krw@, sthen@
|
|
|
|
| |
reminded by STeve Andre.
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
| |
shielded twisted pair cables. this is an upcoming standard.
ok brad@
|
|
|
|
|
|
| |
From FreeBSD
ok claudio@ dlg@
|
|
|
|
|
|
| |
field.
ok claudio@ dlg@
|
|
|
|
|
|
|
| |
return a 64-bit int for ifmedia_baudrate().
- Fix consumers of ifmedia_baudrate() to deal with the change.
ok claudio@ dlg@
|
| |
|
|
|
|
| |
Requested by brad@
|
|
|
|
| |
ok brad@, deraadt@
|
|
|
|
| |
of 1Gbps, until the size of the baudrate field has been increased.
|
| |
|
|
|
|
|
|
|
| |
This makes it possible to distinguish between E1 G.704 mode with and without
CRC4 checksum. Also add an operating mode IFM_TDM_MASTER to specify that
the card has to provide the clock source for the line.
OK deraadt@ canacar@
|
|
|
|
|
|
|
|
|
|
|
|
| |
From itojun NetBSD
- Fix signed/unsigned comparison warnings.
- Make ifm_data unsigned.
- Make media and mask unsigned.
From thorpej NetBSD
ok deraadt@
|
|
|
|
|
|
|
| |
mode (set mode for multi-mode interfaces) and chan (set the radio channel).
some additional output will be printed by "ifconfig -m".
ok deraadt@ millert@ damien@
|
| |
|
|
|
|
|
|
|
| |
master provides the clock -- this is normally the switch, but if you
are doing back-to-back NICs, you need to tell one side to be the master).
ok mcbride@
|
| |
|
|
|
|
|
| |
to program to over the next week; thanks for feedback in developing
this from cedric, claudio, chris, alex
|
| |
|
|
|
|
|
|
|
| |
- More technically correct
- Matches FreeBSD and NetBSD
- Preserved #define for 1000baseTX for backwards compatibility
ok jason@
|
|
|
|
|
| |
o Map port type 4 to ibss regardless of firmware type. This gives
us a consistent way to set ibss mode.
|
| |
|
| |
|
|
|
|
|
|
|
| |
adds detach functionality for phys
some code cleanup
Nobody really had time to test all of this out, but theo said commit anyway
|
| |
|
|
|
|
|
|
|
|
| |
From netbsd
add 802.11 media types and options
add ifmedia_delete_instance() to be used in *detach() routines.
a few minor knits.
jason@ ok.
|
|
|
|
|
| |
Bump media variant bits and alter IFM_TMASK accordingly
Add IFM_HPNA_1 (HomePNA 1.0)
|
| |
|
| |
|
|
o rework/simplify if_xl to use it
|