summaryrefslogtreecommitdiff
path: root/sys/arch/sun2
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-17Added ifmedia(4) support.fredette
2001-12-15Remove some devices that aren't needed in INSTALL or RAMDISKfredette
2001-12-15Be sure to mark in the prototype attach argsfredette
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-07Picked up some old scheduler changes. Now the sun2 locorefredette
2001-12-06Tweaked whitespace and, in comments only, added % to make thisfredette
2001-12-01Abstract out a large chunk of the kernel build machinery so that newfredette
2001-11-30Catch-up to revision 1.135 of the sun3 pmap. This revisionfredette
2001-11-30Implement bus_space_mmap.fredette
2001-11-30vm_offset_t -> vaddr_t or paddr_t, as appropriate.fredette
2001-11-30vm_offset_t -> vaddr_t or paddr_t or db_addr_t, as appropriate.fredette
2001-11-30Purge vm_offset_t.fredette
2001-11-30Convert to use genassym.cf and genassym.sh, as other ports do.fredette
2001-11-30In kernel config files, now mention the options SCSI_OLD_NOINQUIRY,fredette
2001-11-26A new config file for VME-only machinesfredette
2001-11-26Only declare the console keyboard on zs if it's a Sun-2fredette
2001-11-26Disabled some more things that lighter kernels don't need,fredette
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23Set MACHINE_ARCH explicitly in Makefiles for which it is constant.thorpej
2001-10-01Changed an obio to read Multibus.fredette
2001-10-01Added the prom_kbdid function, to help us figure out iffredette
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-06In _bus_dmamap_load, now check the return value of pmap_extractfredette
2001-09-06Added -D__SVR4_ABI__ to XDEFS. Without it, m68k libkern assemblyfredette
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
2001-08-26Fixed a bug processing options - we were ORingfredette
2001-08-26Under __ELF__, getvbr must return its pointer valuefredette
2001-08-19in vunmapbuf(), call pmap_*remove() explicitly since uvm_km_free_wakeup()chs
2001-08-17Sometimes the ec board reports a packet length that's too large.fredette
2001-08-17Under DEBUG, have a global buserr_reg that stores thefredette
2001-08-16Now treat the bus error register as 16-bits wide, evenfredette
2001-08-16Made prom_putchar and prom_putstr use the PROM putcharfredette
2001-08-14Fixed a bug where we were using ETHERMIN and ETHERMTUfredette
2001-07-29use pmap_k* for buffer cache pages.chs
2001-07-15Added.fredette
2001-07-13Now mimic the sparc64's handling of NKBD/NSUNKBD and NMS/NSUNMS.fredette
2001-07-12Fixed the known obio address range for the Multibusfredette
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-06-30Add System V semaphore resource limits to each GENERIC file that has andarcy
2001-06-27Removed stand from SUBDIRS.fredette
2001-06-27Added a Makefile for the sun2 includes.fredette
2001-06-27Include a common header, then define macros thatfredette
2001-06-27Now define a suitable ELF32_MACHDEP_ID_CASES.fredette