summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm
AgeCommit message (Expand)Author
2006-08-31Make these compile again. (#include <arm/ep93xx/epgpioreg.h> andmatt
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-26Remove obsolete #options VERIFIED_EXEC, found by grep(1).tsutsui
2006-08-14s/adpater/adapter/skrll
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-26Remove "atapibus* at umass?" and "scsibus* at umass?" when there iscube
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-06-08Added more register define.nonaka
2006-05-18The Intel sight has changed slightly, so tweak wording on how to get theimp
2006-05-17remove 'inline' from the xxx_do_pending() function that is called frommrg
2006-05-17in initarm(), initialise kernel_l1pt.pv_va as well as kernel_l1pt.pv_pa.mrg
2006-05-16redo the previous. GCC4 wants both pv_pa and pv_va initialised.mrg
2006-05-16remove a shadow extern decl for ifpga_do_pending().mrg
2006-05-16move the initialiser for kernel_l1pt.pv_va to pacify GCC4.mrg
2006-05-14integrate kauth.elad
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-22adapt to iostat change.yamt
2006-04-19adjust comments for the new location of wskbdmap_mfii.c,drochner
2006-04-17Define the dcache size so that we can run our own homegrown cachepooka
2006-04-17Properly pass down the 'vs' cookie to pxa2x0_lcd_ioctl calls. Pointed outjmmv
2006-04-16A port of NetBSD to the I-O DATA HDL-G "Giga LANDISK".nonaka
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-15Adjust for new io_statschristos
2006-04-14Bump SYMTAB_SPACE.simonb
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-28Use device_unit().thorpej
2006-03-26Use device_parent().thorpej
2006-03-11RB_POWERDOWN trumps RB_HALT.scw
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-07Remove another instance of the macro triplet SET/CLR/ISSET, nowhe
2006-03-04Document the Flash layout, and how RedBoot invokes the kernel bootloader.scw
2006-03-04The Slug's clock no longer runs slow. The default value of COUNTS_PER_SECscw
2006-03-04Override the default timer frequency. Turns out the NSLU2's timers arescw
2006-03-01Simpify GPIO bits for power/reset buttons, and squash a (mostly harmless)scw
2006-02-28A port of NetBSD to the Linksys NSLU2 (a.k.a. "Slug").scw
2006-02-26Use device_is_a()thorpej
2006-02-23If the local variable changes name, modify it's uses as well.he
2006-02-23Fix an obvious typo (missing closing paren).he
2006-02-23Use device_parent().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2006-02-13identify model from DeviceCfg register, and delete "options ARMADILLO210".hamajima
2006-02-06Add support for the Atmark Techno Armadillo-210.hamajima
2006-02-05Remove 'count' argument for pseudo-devices that ignore itcube
2006-02-04Bump SYMTAB_SPACE to make it fit again.he
2006-02-04bpfilter doesn't accept count anymore.rpaulo
2006-01-25free -> deallocchristos