Age | Commit message (Expand) | Author |
2000-10-24 | RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag | Hugh Graham |
2000-10-24 | Verify that memory regions are always page aligned and multiple of page size. | Dale Rahn |
2000-10-24 | Code to emulate instructions trapped by a privinflt. | Hugh Graham |
2000-10-23 | unreset takes time too, and you notice this on a p3/933 | Theo de Raadt |
2000-10-23 | ok, i think all i82802-using host bridges are in here now | Theo de Raadt |
2000-10-23 | sync | Theo de Raadt |
2000-10-23 | full line of i815 devices | Theo de Raadt |
2000-10-23 | Kbit | Theo de Raadt |
2000-10-23 | i820 also does rng; art tested | Theo de Raadt |
2000-10-22 | oops; deraadt@ ok | Michael Shalayeff |
2000-10-21 | 82801BA is DMA, in 3 months there will be lots of these | Theo de Raadt |
2000-10-21 | w/ help of aaron@ make it work now: | Michael Shalayeff |
2000-10-21 | (Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568 | Chris Cappuccio |
2000-10-20 | fix clean target | Theo de Raadt |
2000-10-20 | not 2.8-beta anymore, however, the actual cutting-off point for the release | Theo de Raadt |
2000-10-20 | Add Mhz to cpu information. | Dale Rahn |
2000-10-20 | Add support for ulpt, USB printers. | Dale Rahn |
2000-10-20 | fix ioctls; pointed out by Pawel Krawczyk <http://ceti.pl/~kravietz/> | Michael Shalayeff |
2000-10-19 | Increment version; deraadt@ ok. | Federico G. Schwindt |
2000-10-19 | Pass SACFLAGS correctly so all files are compiled with -fpack-struct, | Federico G. Schwindt |
2000-10-19 | find RNG on i815 hub | Theo de Raadt |
2000-10-19 | if vlans are in use, then set the 3c905b to accept frames of size 1518. | Jason Wright |
2000-10-19 | Changes to pci and if_gm to support obtaining the ethernet hardware address | Dale Rahn |
2000-10-19 | Clean up printfs during boot, these were unnecessary debugging prints. | Dale Rahn |
2000-10-19 | Clean up printfs during boot, print reasonable information, not extra | Dale Rahn |
2000-10-19 | kame 1.31 -> 1.32 | Jun-ichiro itojun Hagino |
2000-10-19 | remove unnecessary printf during boot. | Dale Rahn |
2000-10-19 | sync | Theo de Raadt |
2000-10-19 | i815E | Theo de Raadt |
2000-10-18 | Remove configure change from a couple of revisions ago, the interrupt | Dale Rahn |
2000-10-18 | round off size passed to vax_mem_bus_space_map -- | Brandon Creighton |
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff |
2000-10-18 | Fix compile error if lacking -DINET6 | Chris Cappuccio |
2000-10-18 | avoid clash with IANA ifType mib, move bridge to 0xe8 | Jason Wright |
2000-10-18 | don't try to configure IPv6 on bridge*. comment from deraadt | Jun-ichiro itojun Hagino |
2000-10-18 | use IFT_BRIDGE | Jason Wright |
2000-10-18 | add IFT_BRIDGE | Jason Wright |
2000-10-18 | if periodic checks return errors, stop doing so. This is a workaround for | Theo de Raadt |
2000-10-18 | revamped llc handling using if_llc.h | Jason Wright |
2000-10-18 | sync | Aaron Campbell |
2000-10-18 | Remove duplicate entry. | Aaron Campbell |
2000-10-18 | Sigh. According to the ASIX data sheets, these boards don't even have RX | Aaron Campbell |
2000-10-18 | use llc_snap instead of home grown macros | Jason Wright |
2000-10-18 | KNF, add #define llc_snap | Jason Wright |
2000-10-18 | From the NetBSD port of if_vlan, prevent a panic by not allowing | Chris Cappuccio |
2000-10-18 | before sending a character check for DSR state. | Michael Shalayeff |
2000-10-18 | Fix compile error (ok nate@) | Chris Cappuccio |
2000-10-18 | get the bounds checking right for the data used in copyout() in several | Jason Wright |
2000-10-17 | icmp rate limiting defaults to 100pps | Niels Provos |
2000-10-17 | use __P() in prototype for non-ansi compilers. | Jun-ichiro itojun Hagino |