summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-10-19Clean up printfs during boot, print reasonable information, not extraDale Rahn
2000-10-19kame 1.31 -> 1.32Jun-ichiro itojun Hagino
2000-10-19remove unnecessary printf during boot.Dale Rahn
2000-10-19syncTheo de Raadt
2000-10-19i815ETheo de Raadt
2000-10-18Remove configure change from a couple of revisions ago, the interruptDale Rahn
2000-10-18round off size passed to vax_mem_bus_space_map --Brandon Creighton
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-18Fix compile error if lacking -DINET6Chris Cappuccio
2000-10-18avoid clash with IANA ifType mib, move bridge to 0xe8Jason Wright
2000-10-18don't try to configure IPv6 on bridge*. comment from deraadtJun-ichiro itojun Hagino
2000-10-18use IFT_BRIDGEJason Wright
2000-10-18add IFT_BRIDGEJason Wright
2000-10-18if periodic checks return errors, stop doing so. This is a workaround forTheo de Raadt
2000-10-18revamped llc handling using if_llc.hJason Wright
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
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
2000-10-18before sending a character check for DSR state.Michael Shalayeff
2000-10-18Fix compile error (ok nate@)Chris Cappuccio
2000-10-18get the bounds checking right for the data used in copyout() in severalJason Wright
2000-10-17icmp rate limiting defaults to 100ppsNiels Provos
2000-10-17use __P() in prototype for non-ansi compilers.Jun-ichiro itojun Hagino
2000-10-17remove extra newline from printfHugh Graham
2000-10-17remove dmphyJason Wright
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
2000-10-17Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt,Aaron Campbell
2000-10-17driver for amphy from freebsd; aaron okJason Wright
2000-10-17update tx from freebsd sources based on patch from pr#1405Jason Wright
2000-10-17compatibility issueMichael Shalayeff
2000-10-17/* Authentication added by Steve Weiss <srw@alum.mit.edu> based on adviceMichael Shalayeff
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16indentTheo de Raadt
2000-10-16- Fix for some linux apps that broke with recent changes; from NetBSDjasoni
2000-10-16base the segment for a service returned by bios32 serviceMichael Shalayeff
2000-10-16Fix a bug introduced in 1.25->1.26 with regards to printing channelChris Cappuccio
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-16Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.Aaron Campbell
2000-10-16less newlines in verbose printMichael Shalayeff
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-16correct dmesg even moreTheo de Raadt
2000-10-16Make doubly sure we scroll up if we've passed the last row on the screen.Aaron Campbell
2000-10-16protect %edx when calling biosMichael Shalayeff
2000-10-16a little verbosity on probe, a little caution on bios callsMichael Shalayeff
2000-10-16Initialize mouse_flags during the coldinit stage.Aaron Campbell