summaryrefslogtreecommitdiff
path: root/sys/arch/algor
AgeCommit message (Expand)Author
2006-08-14s/adpater/adapter/skrll
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-05-12According to the i8259 manual, EOI, R, and SL bits belong to OCW2 registertsutsui
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-15Switch Algor port to MIPS generic soft-interrupts implementation.simonb
2006-04-09Remove declarations for cpu_model[] since it's in <sys/systm.h>.tsutsui
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-23Use device_is_a().thorpej
2006-02-23Use device_parent().thorpej
2006-02-18Need <dev/pci/pcivar.h> in the non-P4032 case.thorpej
2006-02-18Don't use sizeof() on an incomplete type.thorpej
2006-02-18Fix a typo. Pointed out by yamt.thorpej
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2006-02-16Remove the ugly algor_get_ethaddr() hack. We have a properties infrastructurethorpej
2006-02-05Remove 'count' argument for pseudo-devices that ignore itcube
2006-02-04bpfilter doesn't accept count anymore.rpaulo
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-07Adjust comments for options FFS_NO_SNAPSHOT.tsutsui
2005-11-24bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.yamt
2005-11-05Add empty <machine/wired_map.h> for the MI mips/wired_map.c.tsutsui
2005-09-17make VMSWAP optional again.yamt
2005-09-17include "conf/std".yamt
2005-08-26s/locdesc_t/int/gdrochner
2005-08-19Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernelschristos
2005-08-1964 bit inode changes.christos
2005-08-05Add (commented out) ucycom to various kernel configs.skrll
2005-07-31revert "defflag VMSWAP" changes for now.yamt
2005-07-30add "options VMSWAP" to non INSTALL kernels.yamt
2005-07-30defflag VMSWAP.yamt
2005-07-07Add (commented out) IPSEC_NAT_T option.tron
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-28kill questionable uses of config(8) generated xxxlocnames[]drochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-06-09Adapt to compiling with -Wcast-qual by adding a const.he
2005-06-09Adapt to compiling with -Wcast-qual by setting the last argument tohe
2005-05-31Remove attachment for the piixide(4) driver from all non-x86 kerneltron
2005-05-31remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them.chs
2005-05-10assign major for nsmb(4)jdolecek
2005-04-25Move the MI printing of `copyright' to the MD cpu_startup() codelukem
2005-04-15Add ukyopon(4).itohy
2005-04-01merge yamt-km branch.yamt
2005-03-25Add attimer(4) configurations everywhere pcppi(4) exists, with thecube
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-03-09Add an extra `i' to notifes/notifed.simonb
2005-02-25Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config filessimonb
2005-02-18Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOTdsl