msaitoh
|
b211437b51
|
IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not full
duplex. For many drivers, it recognize half duplex if IFM_FDX isn't set,
but not for others. Same as {Free|Open}BSD.
|
2014-06-16 16:48:16 +00:00 |
|
dyoung
|
ddbd8176f9
|
Reduce code duplication: most PHY drivers call mii_phy_add_media()
when they attach to the device tree, so call pmf_device_register(9)
once there instead of once in more than twenty drivers.
|
2008-11-17 03:04:27 +00:00 |
|
xtraeme
|
7db0e57765
|
device_t/softc split for all mii(4) devices, and other related
cosmetic changes.
|
2008-05-04 17:06:09 +00:00 |
|
cegger
|
cf417aad7e
|
use aprint_*_dev and device_xname
|
2008-04-08 20:08:49 +00:00 |
|
jmcneill
|
4c1d81b2b5
|
Merge jmcneill-pm branch.
|
2007-12-09 20:27:42 +00:00 |
|
christos
|
5e16b7787c
|
- don't hardcode 5, 10 define and use MII_ANEGTICKS{,_GIGE}
- instead of != limit, use <= limit (conservative)
|
2006-11-16 21:24:06 +00:00 |
|
christos
|
168cd830d2
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
|
christos
|
4d595fd7b1
|
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
|
2006-10-12 01:30:41 +00:00 |
|
thorpej
|
838ee1e0d9
|
Use device_private().
|
2006-03-29 06:51:47 +00:00 |
|
christos
|
95e1ffb156
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
|
thorpej
|
1efb3da0fb
|
Make use of static.
|
2004-08-23 06:16:06 +00:00 |
|
thorpej
|
c31f87a5cb
|
Use aprint*().
|
2003-04-29 01:49:33 +00:00 |
|
matt
|
ee04df9a4d
|
Add support for Am79C87[45].
|
2003-01-26 06:25:08 +00:00 |
|
gendalia
|
1f71c142cd
|
Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nForce2 MCP-T
|
2003-01-17 06:23:52 +00:00 |
|
thorpej
|
c9b3657ce9
|
Add trailing ; to CFATTACH_DECL.
|
2002-10-02 16:33:28 +00:00 |
|
thorpej
|
71adb76f75
|
Use CFATTACH_DECL().
|
2002-09-30 21:57:46 +00:00 |
|
thorpej
|
f818766afe
|
Declare all cfattach structures const.
|
2002-09-27 20:31:45 +00:00 |
|
simonb
|
c19a094675
|
Don't include <malloc.h> - no memory management style functions are use
in any of the MII drivers.
|
2002-07-03 06:25:49 +00:00 |
|
wiz
|
b9abd324c6
|
Fix typo in comment. kern/16382 by Sean Davis.
|
2002-04-17 09:14:21 +00:00 |
|
thorpej
|
b017898534
|
Get flags passed down to PHY drivers correctly. This was done on
an adhoc basis in a couple of PHY drivers, this fixes it more generally.
Per a discussion w/ Cliff Neighbors <cliff@allegronetworks.com>.
|
2002-03-25 20:51:24 +00:00 |
|
augustss
|
385b05e2f9
|
Add another Altima PHY. From Peter Seebach.
|
2001-12-15 00:31:03 +00:00 |
|
lukem
|
8b7bb91219
|
add RCSID
|
2001-11-13 07:38:28 +00:00 |
|
thorpej
|
89893e42b7
|
ANSI'ify.
|
2001-08-25 18:04:01 +00:00 |
|
thorpej
|
b6aa674493
|
Driver for the Altima AC101 10/100 Ethernet PHY.
|
2001-08-24 17:54:32 +00:00 |
|