summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-18- Don't use .Ar here.Aaron Campbell
- Use a less Microsoft'ish example directory name. :-)
2000-10-18printf(1) format string fixes! checked by theo.Hugh Graham
inspiration from dynamo@ime.net. also a typo fix.
2000-10-18People shouldn't need to edit /etc/netstart, but they can change rc.shutdown.Aaron Campbell
2000-10-18do not say NISTheo de Raadt
2000-10-18ethernet -> EthernetAaron Campbell
2000-10-18revamped llc handling using if_llc.hJason Wright
removed unused structure
2000-10-18syncAaron Campbell
2000-10-18Remove duplicate entry.Aaron Campbell
2000-10-18Sigh. According to the ASIX data sheets, these boards don't even have RXAaron Campbell
or TX state registers (these bits are reserved). So instead, don't do mii_tick() at all for ASIX boards, since we can't seem to figure out how to call it at just the right time. Hopefully this will be a temporary hack until a better solution is found.
2000-10-18use llc_snap instead of home grown macrosJason Wright
2000-10-18KNF, add #define llc_snapJason Wright
2000-10-18From the NetBSD port of if_vlan, prevent a panic by not allowingChris Cappuccio
SIOCSIFADDR/SIOCADDMULTI/SIOCDELMULTI until the vlan is configured, make the loop at the top of vlan_input() easier to read
2000-10-18bad niklasTheo de Raadt
2000-10-18before sending a character check for DSR state.Michael Shalayeff
from: Martin Portmann <map@infinitum.ch>
2000-10-18Fix compile error (ok nate@)Chris Cappuccio
2000-10-18fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSAaron Campbell
section to the end like most man pages.
2000-10-18hardcoded "gcc" -> ${CC}; ok espie@Brad Smith
2000-10-18Properly introduce options.Aaron Campbell
2000-10-18typoAaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
existing EXAMPLES sections.
2000-10-18emit more easier-to-understand error message on port name error. from deraadtJun-ichiro itojun Hagino
2000-10-18syncTheo de Raadt
2000-10-18- Section shuffling.Aaron Campbell
- Remove short lines.
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.
2000-10-18get the bounds checking right for the data used in copyout() in severalJason Wright
ioctl calls.
2000-10-18Don't pass too many arguments to .Nd without quoting.Aaron Campbell
2000-10-18- Arguments to .Nd should go on the same line as .Nd.Aaron Campbell
- Standardize Nd format for all Ethernet man pages for easy man -k'ing.
2000-10-18Standardize mdoc .Nd lines in the PHY driver man pages.Aaron Campbell
2000-10-18- Remove duplicate word occurrence; spotted by brad@.Aaron Campbell
- Remove hard sentence breaks.
2000-10-18Destination address is not needed for flows.Angelos D. Keromytis
2000-10-17icmp rate limiting defaults to 100ppsNiels Provos
2000-10-17We use ARP for all Ethernet speeds.Christian Weisgerber
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok aaron@
2000-10-17use __P() in prototype for non-ansi compilers.Jun-ichiro itojun Hagino
From: Michael Shalayeff <mickey@lucifier.remote.dti.net>
2000-10-17return number of characters processed; ok deraadt@Markus Friedl
2000-10-17remove extra newline from printfHugh Graham
2000-10-17Clean.Aaron Campbell
2000-10-17Xr amphy 4Jason Wright
2000-10-17remove dmphy man page and add amphy pageJason Wright
2000-10-17remove dmphyJason Wright
2000-10-17- Add $OpenBSD$ tag.Aaron Campbell
- Remove hard sentence breaks.
2000-10-17- Add a DIAGNOSTICS section explaining "the passwd file is busy".Aaron Campbell
- Some other cleanups.
2000-10-17Triones HPT366 and HPT370 share the same device ID, but use different revisionsTodd C. Miller
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-17undo last commit. on some kernel links, this causes pcibios panics atTheo de Raadt
startup (on ALL machines)
2000-10-17Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt,Aaron Campbell
now we check the TX state in the ISR to make sure we are not transmitting when we run mii_tick(). Based on a suggestion by Bill Paul. The dc driver should now be ready for some heavy pre-2.8 testing.
2000-10-17driver for amphy from freebsd; aaron okJason Wright
2000-10-17update tx from freebsd sources based on patch from pr#1405Jason Wright
(dadams@sleethal.com), but local changes preserved and ifmedia ioctls fixed; deraadt/aaron ok
2000-10-17syncTheo de Raadt
2000-10-17doc improvements; gbayley@ausmac.netTheo de Raadt
2000-10-17use rebootTheo de Raadt