Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-25 | Wrap PCVT mouse operations in spltty(); deraadt@ ok | Aaron Campbell | |
2000-10-24 | Duh, C_WAIT will always be set if the card is inactive, but that interrupt | Jason Wright | |
isn't always enabled. (CSR & IER) == 0, means not to claim the intr. deraadt ok | |||
2000-10-24 | RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag | Hugh Graham | |
underneath, so fix up netbsd tag and try again. Also tag files.vax. | |||
2000-10-24 | Verify that memory regions are always page aligned and multiple of page size. | Dale Rahn | |
The kernel does not want to deal with memory that is not page aligned. | |||
2000-10-24 | Code to emulate instructions trapped by a privinflt. | Hugh Graham | |
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo. | |||
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 | |
base the segment for a service returned by bios32 service directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. map only the bios32 area though. | |||
2000-10-21 | (Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568 | Chris Cappuccio | |
because it breaks on two different revisions in two different ways and is so old and slow anyways that it isn't that much of an advantage to have DMA | |||
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 | |
is not the moment i commit this change, but later when we unlock the tree to go forward. | |||
2000-10-20 | Add Mhz to cpu information. | Dale Rahn | |
Ok'd deraadt@ | |||
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 | |
fixing the help hang and making machine [boot|diskinfo|memory] working again. Closes PR #1435. Found by me, fix by mickey and i; deraadt@ ok. | |||
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 | |
from the pci bus. This is in preference to adding openfirmware code to the device drivers. If there was a known way of obtaining the ethernet hardware address from a eeprom or other methods that would be used, but the only known way to get this information for the Apple machines with if_gm is via openfirmware. This modifies a previous mechanism that was used to obtain similar information from different openfirmware systems, however the old mechanism would create information such as media type. This information was hardcoded into that code. Now the code only returns the actual address which is the only informatin that openfirmware provides. | |||
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 | |
information. | |||
2000-10-19 | kame 1.31 -> 1.32 | Jun-ichiro itojun Hagino | |
in add_m6fc(), set interface list for all cases. in response to a report from Hoerdt Mickael. kame 1.30 -> 1.31 discard PIM register if the version of the inner packet is incorrect (i.e. IPv6) (according to clarfication of recent discussion in the IETF pim ML) | |||
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 | |
configureation change is causing system corruption that is exhibits itself in an error where X11 programs will not function correctly. | |||
2000-10-18 | round off size passed to vax_mem_bus_space_map -- | Brandon Creighton | |
anything which mapped >1 page (like asc*) wouldn't work from netbsd | |||
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 | |
correctly update member interface obytes+lastchange; patch from camield@ | |||
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 | |
some other apm bug that happens on the SuperMicro DL3 (ServerWorks-based) | |||
2000-10-18 | revamped llc handling using if_llc.h | Jason Wright | |
removed unused structure | |||
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 | |
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-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 | |
SIOCSIFADDR/SIOCADDMULTI/SIOCDELMULTI until the vlan is configured, make the loop at the top of vlan_input() easier to read | |||
2000-10-18 | before sending a character check for DSR state. | Michael Shalayeff | |
from: Martin Portmann <map@infinitum.ch> | |||
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 | |
ioctl calls. |