summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-02-20Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs withmjacob
more than 12 byte) for parallel SCSI.
2000-02-19flush the caches that need flushing on context switch.Artur Grabowski
2000-02-19replacemul has been broken all the time. comment it out for now.Artur Grabowski
2000-02-19get a symbol for pure_vcache_flushArtur Grabowski
2000-02-19Add two new cache operations.Artur Grabowski
cache_flush_all - (pretty obvious). pure_vcache_flush - flush all VIVT caches (needed on context switch). (From NetBSD).
2000-02-19use more modern typesTheo de Raadt
2000-02-19If we got an xfer from our backlog queue, don't allow sleeping; we're inTodd C. Miller
interrupt context. thorpej@netbsd.org
2000-02-19From NetBSD:Todd C. Miller
Check for SCSI_ADW_WDTR_DISABLE flag in tidmask not tid
2000-02-19From NetBSD:Todd C. Miller
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards
2000-02-19link boot at a starting address 0x10000 higher than bootxx; avoids ↵Theo de Raadt
hypersparc cache aliasing
2000-02-19set interface fields to null when detaching substructuresNiklas Hallqvist
in preparation for softc retainment.
2000-02-18No need to call memerr4_4c through a pointer. We know when we are a 4/4c.Artur Grabowski
2000-02-18In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_mapArtur Grabowski
so that we can specify an offset. This allows uvm_map to use PMAP_PREFER and removes a big source of bad cache aliases. With this change I have not seen any bad cache aliases during normal use. (it is still possible to force them).
2000-02-18full support for a serial console.Michael Shalayeff
iface addition: pass serial speed from /boot. tested on 4 /boot+kernel permutations. also, niklas@ said he likes it bugs: any printfs before cninit() will go to the default console, which is mon/kbd, but are usually only sorts of debugging messages (like bios_memmap load).
2000-02-18setpte4m is now only legal for kernel mappings.Artur Grabowski
2000-02-18Zap an unnecessary and confusing prototype for setpte4m.Artur Grabowski
2000-02-18Add a bunch of hypersparc registers. (from NetBSD).Artur Grabowski
2000-02-18Rename some registers to match NetBSD and litterature.Artur Grabowski
(SFADDR -> SFAR, SFSTAT -> SFSR, AFADDR -> AFAR, AFSTAT -> AFSR).
2000-02-18From NetBSD:Jason Wright
Bump media variant bits and alter IFM_TMASK accordingly Add IFM_HPNA_1 (HomePNA 1.0)
2000-02-18syncTheo de Raadt
2000-02-18shortenTheo de Raadt
2000-02-18Get rid of printf message from ipf enable, as per theo's request.Kjell Wooding
2000-02-18fix alignment problem in ancillary data (alpha).Jun-ichiro itojun Hagino
only ipv6 tools (which touches ancillary data) are affected. From: =?iso-8859-1?Q?G=F6ran_Bengtson?= <goeran@cdg.chalmers.se>
2000-02-17add wrasr (the name says it all)Artur Grabowski
2000-02-17In dvma_mapout don't try to flush unmapped memory from cache.Artur Grabowski
2000-02-17backout incomplete hack from KAME codebase (originally from bbn).Jun-ichiro itojun Hagino
the hack tries to respect ifa or ifp passed to RTM_ADD. However, the change broke certain link-layers. They include: - midway ethernet card (en*), which uses sockaddr_dl in gateway portion to pass PVC information. with the patch, the gateway portion will be overwritten by empty sockaddr_dl and PVC initialization will fail. - IPv6, which can't set static ND table with the patch (ndp -s) with the similar reason. There may be improved hack coming soon, hope the new one does not break others.
2000-02-16Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-02-16match broadcom 3c905c phyJason Wright
2000-02-16syncJason Wright
2000-02-16add broadcom oui and broadcom 3c905c modelJason Wright
2000-02-15Use extents instead of rmaps to handle dvma space.Artur Grabowski
2000-02-15Add another argument to extent_alloc_subregion to allow specifing an offsetArtur Grabowski
to the alignment. rename the function to extent_alloc_subregion1 and add compatibility macros. From NetBSD.
2000-02-15sync with FreeBSD:Jason Wright
o issue an RX reset in xl_init() for non-mii cards o keep driver and receiver in sync
2000-02-15update ti firmware to 12.3.18Jason Wright
2000-02-15undo previous, temporarilyJason Wright
2000-02-15make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()Jason Wright
2000-02-14sync with reality.Jun-ichiro itojun Hagino
- NIS lookup for IPv6 should be made compatible with Solaris 2.8 (ipnodes.byname) - tcp/udp/raw socket code needs #ifdef removal
2000-02-13Fix.Marc Espie
I don't know where I get the ARCH define from, but my machine was happy with it...
2000-02-13Handle out-of-bounds errors correctlyNiklas Hallqvist
2000-02-13Stupid typo that made errors hang the driverNiklas Hallqvist
2000-02-13%u for unsignedNiklas Hallqvist
2000-02-12Let non-amiga build amiga manpages.Marc Espie
2000-02-12Let manpages be built if !amigaMarc Espie
2000-02-12Fix a locking bug, and a size boundary conditionNiklas Hallqvist
2000-02-11add wxJason Wright
2000-02-11Intel 82452 (Pro/1000) driver from mjacob@feral.comJason Wright
2000-02-11Turn iff debugging code in attach, prolong a delay timer that made certainNiklas Hallqvist
cards hang at attach time. The driver still has problems though.
2000-02-11regenMichael Shalayeff
2000-02-112 more c-media audio devicesMichael Shalayeff
2000-02-11syncJason Wright