summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2001-05-10oops.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-01Convert to new timeouts. (art@ ok)Hakan Olsson
2001-04-30Move the zeroing of proc0 u area from cpu_startup to configure.Artur Grabowski
2001-04-17sync maxusers with GENERIC.Brad Smith
2001-04-17crank maxusers by a teeeeeny little bitTheo de Raadt
2001-04-13silence printfs from media selection.Brad Smith
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-03-24Oops. Unbreak.Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-03-24Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-03cnkqfilter for sparcNiels Provos
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-22ifdef sparc -> ifdef __sparc__Artur Grabowski
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-19Merge from GENERIC: add pseudo-devices for IPv6.Christian Weisgerber
2001-02-12set default adapter role, propage config flagsmjacob
2001-01-31mmap should return -1 on failure, not EOPNOTSUPP.Artur Grabowski
2001-01-30- make hme_put() a little neaterJason Wright
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
2001-01-30borrow an idea from if_rl... take advantage of HME_RX_OFFSET and useJason Wright
2001-01-30new timeoutsJason Wright
2001-01-29bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG)Jason Wright
2001-01-23three small bugs pointed out by Adam <vt@ikp.pl>Jason Wright
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-20if using serial console, do not apply graphics rows/cols to tty settings; joo...Theo de Raadt
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-11-28How did this work?Jason Wright
2000-11-28Repair: grrrrrr... brought in wrong changes -again-Jason Wright
2000-11-28oops, not yetJason Wright
2000-11-28remove statics and knfJason Wright
2000-11-22Remove UNTESTED comments on cpus that I know work.Artur Grabowski
2000-11-22cosmetic.Artur Grabowski
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-08Use netisr_dispatch.Artur Grabowski
2000-11-07Cleanup ctx_free wrt. 4m vs. 4c.Artur Grabowski
2000-11-07Cleanup some ifdefs in the powerdown code.Artur Grabowski
2000-11-07Race conditions make it hard for us to know if the interrupt was for us.Artur Grabowski