summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-10-25Wrap PCVT mouse operations in spltty(); deraadt@ okAaron Campbell
2000-10-24Duh, C_WAIT will always be set if the card is inactive, but that interruptJason Wright
isn't always enabled. (CSR & IER) == 0, means not to claim the intr. deraadt ok
2000-10-24RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tagHugh Graham
underneath, so fix up netbsd tag and try again. Also tag files.vax.
2000-10-24Verify 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-24Code to emulate instructions trapped by a privinflt.Hugh Graham
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo.
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
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/82D568Chris 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-20fix clean targetTheo de Raadt
2000-10-20not 2.8-beta anymore, however, the actual cutting-off point for the releaseTheo de Raadt
is not the moment i commit this change, but later when we unlock the tree to go forward.
2000-10-20Add Mhz to cpu information.Dale Rahn
Ok'd deraadt@
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
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-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
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-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
information.
2000-10-19kame 1.31 -> 1.32Jun-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-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
configureation change is causing system corruption that is exhibits itself in an error where X11 programs will not function correctly.
2000-10-18round 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-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
correctly update member interface obytes+lastchange; patch from camield@
2000-10-18add IFT_BRIDGEJason Wright
2000-10-18if periodic checks return errors, stop doing so. This is a workaround forTheo de Raadt
some other apm bug that happens on the SuperMicro DL3 (ServerWorks-based)
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-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-18get the bounds checking right for the data used in copyout() in severalJason Wright
ioctl calls.