summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-10-24RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tagHugh Graham
2000-10-24Verify that memory regions are always page aligned and multiple of page size.Dale Rahn
2000-10-24Code to emulate instructions trapped by a privinflt.Hugh Graham
2000-10-23unreset takes time too, and you notice this on a p3/933Theo de Raadt
2000-10-23ok, i think all i82802-using host bridges are in here nowTheo de Raadt
2000-10-23syncTheo de Raadt
2000-10-23full line of i815 devicesTheo de Raadt
2000-10-23KbitTheo de Raadt
2000-10-23i820 also does rng; art testedTheo de Raadt
2000-10-22oops; deraadt@ okMichael Shalayeff
2000-10-2182801BA is DMA, in 3 months there will be lots of theseTheo de Raadt
2000-10-21w/ help of aaron@ make it work now:Michael Shalayeff
2000-10-21(Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568Chris Cappuccio
2000-10-20fix clean targetTheo de Raadt
2000-10-20not 2.8-beta anymore, however, the actual cutting-off point for the releaseTheo de Raadt
2000-10-20Add Mhz to cpu information.Dale Rahn
2000-10-20Add support for ulpt, USB printers.Dale Rahn
2000-10-20fix ioctls; pointed out by Pawel Krawczyk <http://ceti.pl/~kravietz/>Michael Shalayeff
2000-10-19Increment version; deraadt@ ok.Federico G. Schwindt
2000-10-19Pass SACFLAGS correctly so all files are compiled with -fpack-struct,Federico G. Schwindt
2000-10-19find RNG on i815 hubTheo de Raadt
2000-10-19if vlans are in use, then set the 3c905b to accept frames of size 1518.Jason Wright
2000-10-19Changes to pci and if_gm to support obtaining the ethernet hardware addressDale Rahn
2000-10-19Clean up printfs during boot, these were unnecessary debugging prints.Dale Rahn
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