summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-12MKfoo=no -> NOfootv
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-22Fix some debug code in bios_configure_memory().tsutsui
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-14Slight cleanup.thorpej
2001-11-14Work around <bsd.lib.mk> used for kernel libs in other places. Clean uptv
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-11-13The wsmux pseudo device does not need a count anymore.augustss
2001-11-05Add trm at pci.tsutsui
2001-11-04Fix printf format in #ifdef DEBUG part.tsutsui
2001-10-23For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,thorpej
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-14Allow bus front-end to provide both ioctl and mmap entry points,thorpej
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-09Clean up and standardise across MIPS ports.simonb
2001-09-04Standardise the format of MIPS' <machine/db_machdep.h>.simonb
2001-09-04Remove comment duplicated in <mips/bsd-aout.h>.simonb
2001-09-04More RCS ID cleanup.simonb
2001-09-04Remove some more useless RCS ids.simonb
2001-09-04Implement bus_space_mmap().thorpej
2001-09-04Clean up.simonb
2001-09-04Remove unneeded RCS header.simonb
2001-09-04Centralise struct cpu_info declaration and related info to <mips/cpu.h>.simonb
2001-09-03Add more working PCI devices on arc:tsutsui
2001-09-02Enable siop at pci.tsutsui
2001-09-01Comment out bridge pseudo devices from ports that don'tatatat
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
2001-08-31Remove an unneeded comment; ``sync'' with other "just include <mips/foo.h>"simonb
2001-08-31G/C the unused kernel-only CLK_TCK #define.simonb
2001-08-28Remove descriotion about homegrown sonic driver from TODO listtsutsui
2001-08-22More comment changes: 90x[B] -> 90x[BC]hubertf
2001-08-20precede, not preceed.wiz
2001-08-17Disable PCI expansion ROM for normal operation.ur
2001-08-13correct function name in panic message which is referred by Izumi Tsutsuisoda
2001-08-13fix duplicate wired TLB allocation, this is now done in {vga,pccons}_jazzio.c.soda
2001-07-24Remove sn_dma_init() for the old Sonic driver.tsutsui
2001-07-23Since ~all pckbc_poll_data1() callers had the appropriate pckbcjdolecek
2001-07-23Remove old homegrown sonic driver since now we have switched totsutsui
2001-07-23Switch to the MI SONIC driver.tsutsui
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-08Correct various misspellings of 'transfer' and inflected forms.wiz
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-07-05If the target failed to respond to selection, use XS_SELTIMEOUT,thorpej
2001-07-05a typo in comment.soda