Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-21 | move fpproc into the cpuinfo structure. | Artur Grabowski | |
2000-02-21 | From FreeBSD: | Jason Wright | |
correct usage of m_pullup for small frames bzero() contents of mbuf when manually padding the frame | |||
2000-02-21 | From FreeBSD: Correct use of NULL/0 | Jason Wright | |
2000-02-21 | dead code and symbol pollution. | Artur Grabowski | |
2000-02-21 | zap unused polluting variable. | Artur Grabowski | |
2000-02-21 | a few comment fixes from espie@ | Michael Shalayeff | |
2000-02-21 | Rework bridge_filter() so that it does not require a full packet copy | Jason Wright | |
Allow for reusing the current mbuf (rather than a copy) for the last interface in the list in bridge_output(). Replace some pointer derefs with on the stack copies of the data. | |||
2000-02-21 | separate assembly thing into an own file to avoid compiler-deps. | Michael Shalayeff | |
ignore suspend reqs while suspending. ignore suspend requests for 3 seconds holdoff period once awaken. protect event queue manipulations w/ splhigh's. | |||
2000-02-21 | The last pieces of hypersparc support. | Artur Grabowski | |
- Split get_faultstatus into get_syncflt and get_asyncflt. - Get the syncflt status before setting up the trap frame and put the results in cpuinfo.syncfltdump (related to the next change). - unlock the sfsr/sfva after reading from ASI_SRMMUFP (it gets locked if the translation fails). - + other interface changes and cleanups. (most work from NetBSD). | |||
2000-02-21 | In cpumatch_hypersparc - zap the instruction cache if we are the main cpu. | Artur Grabowski | |
2000-02-21 | remove the annoying "hypersparc support still under construction" warning. | Artur Grabowski | |
2000-02-21 | hypersparc has a writeback cache | Artur Grabowski | |
2000-02-21 | When mapping something into iommu space hypersparc requires us to align it | Artur Grabowski | |
so that cache_alias_bits match in the kernel mapping and the iommu mapping. (see code for better explaination). | |||
2000-02-21 | Take the hypersparc cache size from prom, enable instruction cache and | Artur Grabowski | |
disable "Unimplemented Flush Traps". From NetBSD. | |||
2000-02-21 | add SES/SAF-TE SCSI device | mjacob | |
2000-02-21 | add T_ENCLOSURE name and NOLUN Photon SENA devices | mjacob | |
2000-02-21 | Add in Enclosure device type (0xd/13). Pad out inquiry data to 50 bytes | mjacob | |
os that SAF-TE devices can be found. | |||
2000-02-21 | add char 124 to be SES device | mjacob | |
2000-02-21 | recycle unused char 24 to be SES device | mjacob | |
2000-02-21 | add SES device init/decl macros | mjacob | |
2000-02-20 | Add support for CDBs > 12 bytes. | mjacob | |
2000-02-20 | Add 12160 (Ultra3) support. Add files and changes for target mode support. | mjacob | |
Do some SNS fabric suppor tchanges. Roll revision levels. Tested on GENERIC i386 && sparc. | |||
2000-02-20 | add Qlogic 12160 microcode | mjacob | |
2000-02-20 | Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs with | mjacob | |
more than 12 byte) for parallel SCSI. | |||
2000-02-19 | flush the caches that need flushing on context switch. | Artur Grabowski | |
2000-02-19 | replacemul has been broken all the time. comment it out for now. | Artur Grabowski | |
2000-02-19 | get a symbol for pure_vcache_flush | Artur Grabowski | |
2000-02-19 | Add 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-19 | use more modern types | Theo de Raadt | |
2000-02-19 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | Todd C. Miller | |
interrupt context. thorpej@netbsd.org | |||
2000-02-19 | From NetBSD: | Todd C. Miller | |
Check for SCSI_ADW_WDTR_DISABLE flag in tidmask not tid | |||
2000-02-19 | From NetBSD: | Todd C. Miller | |
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards | |||
2000-02-19 | link boot at a starting address 0x10000 higher than bootxx; avoids ↵ | Theo de Raadt | |
hypersparc cache aliasing | |||
2000-02-19 | set interface fields to null when detaching substructures | Niklas Hallqvist | |
in preparation for softc retainment. | |||
2000-02-18 | No need to call memerr4_4c through a pointer. We know when we are a 4/4c. | Artur Grabowski | |
2000-02-18 | In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_map | Artur 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-18 | full 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-18 | setpte4m is now only legal for kernel mappings. | Artur Grabowski | |
2000-02-18 | Zap an unnecessary and confusing prototype for setpte4m. | Artur Grabowski | |
2000-02-18 | Add a bunch of hypersparc registers. (from NetBSD). | Artur Grabowski | |
2000-02-18 | Rename some registers to match NetBSD and litterature. | Artur Grabowski | |
(SFADDR -> SFAR, SFSTAT -> SFSR, AFADDR -> AFAR, AFSTAT -> AFSR). | |||
2000-02-18 | From NetBSD: | Jason Wright | |
Bump media variant bits and alter IFM_TMASK accordingly Add IFM_HPNA_1 (HomePNA 1.0) | |||
2000-02-18 | sync | Theo de Raadt | |
2000-02-18 | shorten | Theo de Raadt | |
2000-02-18 | Get rid of printf message from ipf enable, as per theo's request. | Kjell Wooding | |
2000-02-18 | fix 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-17 | add wrasr (the name says it all) | Artur Grabowski | |
2000-02-17 | In dvma_mapout don't try to flush unmapped memory from cache. | Artur Grabowski | |
2000-02-17 | backout 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-16 | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. |