Searched hist:180388 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.cdiff 180388 Wed Jul 09 14:51:34 MDT 2008 imp Improve the EEPROM parsing, based on finding a datasheet that describes
it in detail.

When setting media, don't error out when a specific media is selected.
# Note: There may be some issues still here since the EtherJet PC Card doesn't
# conform to the datasheet. Many different kinds of dongles can be plugged in
# and it is unknown how to ask which one it is.

Also, add a /* bad! */ comment to a 1/2 second delay after we set the
DC/DC parameters. This should be a *sleep of some sort for !cold.
Fortunately it is the only one and is only used when setting media, so
the benefit from removing it is small. Unfortunately, it likely
serves as an exemplar of good programming techniques, which it isn't.

Completed in 116 milliseconds