summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Collapse)Author
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵Todd C. Miller
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
1998-07-22o Simplify address calculationsJason Wright
o Set desc.tx_addr in meminit not in start
1998-07-21johns@ mods to add cua devs to the sparc.Marco S Hyman
I've been using for 6+ months without probs, but have not done much with combined input/output
1998-07-20no need for NMBCLUSTERS; noted by friesTheo de Raadt
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-17Moved most of the DMA functions to a chipset driver so thatJason Wright
'hme' and 'be' can share the same logic.
1998-07-14Use AudioEmulaw string and set precision & flagsJason Wright
1998-07-13- Fix handling of 'local-mac-address' (use it if present, otherwise defaultJason Wright
to myetheraddr() - Add multicast support
1998-07-11fix attach() messagesTheo de Raadt
1998-07-11be* at qec?Theo de Raadt
1998-07-10Fix rx buffer size so large packets actually fit.Jason Wright
1998-07-10Add build support for hmeJason Wright
1998-07-10hme (Happy Meal) ethernet driver.Jason Wright
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-07-05basic chip setupTheo de Raadt
1998-07-05do not print fake slot numbersTheo de Raadt
1998-07-05start at irq frameworkTheo de Raadt
1998-07-05map qec registers properlyTheo de Raadt
1998-07-04network driver framework in placeTheo de Raadt
1998-07-04map registers of the qec+be 100mbit cardTheo de Raadt
1998-07-04no need for counting attachmentsTheo de Raadt
1998-07-04add qec register infoTheo de Raadt
1998-07-04add support for qec; same basic thing as lebufferTheo de Raadt
1998-06-27functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer!Todd T. Fries
1998-06-02newer fixes from plunky@skate.demon.co.ukTheo de Raadt
1998-05-29Sync with NetBSD:Jason Wright
In kvm_uncache(), turn off the PTE cache bit even after calling pv_changepte(). Reason: the managed() macro does not take into account the gap in the managed pages range that may have been introduced by the page table allocation in bootstrap(). Don't bzero() the IO page table; it is fully initialized in iommu_attach().
1998-05-22do not assume ttys or bpps exist; plunky@skate.demon.co.ukTheo de Raadt
1998-05-22magma in both theseTheo de Raadt
1998-05-22Start the timeout's if sparc_led_blink is initialized to trueJason Wright
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt
1998-05-14KNFNiklas Hallqvist
1998-05-11do not convert write faults into vm system read+write faultsTheo de Raadt
1998-05-10Nicer fix to the problems on different sun4m machines.Artur Grabowski
from NetBSD-current 980505
1998-05-10merge in newer netbsd changesTheo de Raadt
1998-05-02typeTodd C. Miller
1998-04-30iommu flushing workaround is only needed on MS2 machines, apparentlyTheo de Raadt
1998-04-30Updated sparc audioJason Wright
1998-04-25print keyboard type; mho@stacken.kth.seTheo de Raadt
1998-04-17put arch type into hw.model, sun4 installboot now works; jasonTheo de Raadt
1998-03-26fix Id; add commentsJason Wright
1998-03-25Driver for the 8 leds on the back of sun4 machines.Jason Wright
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-20small (aka 'fixed' from X) fonts for raster consoles < 800*600 in sizeTodd T. Fries
this changes the choice to be at run-time from compile time
1998-03-09print how much memoryTheo de Raadt
1998-03-09print hotfix info at end of cpu attach lineTheo de Raadt
1998-03-04Backout HZ comments I added, which are not appropriate for inclusion injohns
kernel config files.
1998-03-04Corrected comments for machines with oclock0...johns
1998-03-04Improved error/warning messages for clock/statclock rate stuff, addedjohns
missing mesg for oclock on 4/100 and 4/200..
1998-03-04added support for the TIOCM* ioctl'sJason Wright