summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc
AgeCommit message (Expand)Author
2006-09-01Increase SYMTAB_SPACE to 410000matt
2006-09-01Increase SYMTAB_SPACE to 410000matt
2006-08-31* implement unmapiodev(), make mapiodev() aware of ppc4xx_tlb_mapiodev()freza
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-14s/adpater/adapter/skrll
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-13Add a blank line between two unrelated parts of code.simonb
2006-07-13Add ksyms pseudo device.simonb
2006-07-13Move the ksyms pseudo device to the miscellaneous section.simonb
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-06-30Bring ibm4xx interrupt code up to date:freza
2006-05-15Move cpu_configure to evbppc/*.c.shige
2006-05-14integrate kauth.elad
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-05-04Use config_stdsubmatch() instead of a local submatch function.simonb
2006-04-19adjust comments for the new location of wskbdmap_mfii.c,drochner
2006-04-13Make it compile again by adding a second cookie to ioctl and mmaphannken
2006-04-02Reorder.kiyohara
2006-03-29Move pci_intr_map and pci_conf_interrupt functions to MD codes.shige
2006-03-29Added CardBus, USB, and IEEE1394 devices.shige
2006-03-29Added rtk PCI device, tqphy and rlphy MII devices.shige
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-28Use device_unit().thorpej
2006-03-15Bump SYMTAB_SPACE so that it fits again.he
2006-03-14Using GPIO bus.shige
2006-03-13Remove obsled devices (using old gpio framework).shige
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-08This copy of bus_dma.c is unused; evbppc ports have referencednathanw
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-27The WALNUT port has now grown a dependency of ibm4xx_autoconf.c viahe
2006-02-26Don't fiddle with emac here; call the common ibm4xx_device_register().thorpej
2006-02-26Set emac0-mac-addr in the "board info" propdb.thorpej
2006-02-26Use device_is_a()thorpej
2006-02-23Use device_parent().thorpej
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2006-02-10PCI_NETBSD_CONFIGURE should allocate (but not map) address space expansiongdamore
2006-02-05Remove 'count' argument for pseudo-devices that ignore itcube
2006-02-04bpfilter doesn't accept count anymore.rpaulo
2006-01-25free -> deallocchristos
2005-12-31Use our own function to copy traps. We cannot use memcpy() anymorehannken
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-20Remove the tablet line discipline.thorpej
2005-12-11merge ktrace-lwp.christos
2005-12-07Remove obsolete options VNODE_OP_NOINLINE.tsutsui
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-24 . Have dbsym explicitly suggest increasing SYMTAB_SPACE whendbj
2005-11-23In decr_intr(), update lasttb only when clock interrupt is not masked.nonaka