summaryrefslogtreecommitdiff
path: root/sys/arch/bebox
AgeCommit message (Expand)Author
2010-03-03Fix some historical powerpc curiocity which had kernfs depend onpooka
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2010-02-25Adapt to <spr.h> breakup.matt
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-19Define isa_detach_hook() to fix bebox build.dyoung
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Make putchar() conform to the stand.h prototype, so that this builds again.he
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-06Changes to MEMORY_RBFLAGS option:jym
2009-02-06Fix some whitespace and indentation. No functional change.jym
2009-01-24add COMPAT_50 to all the configs with COMPAT_40.mrg
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
2008-11-13LKM -> MODULARad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-07-31Add "options WAPBL" to standard GENERIC/INSTALL type configs.simonb
2008-06-11Enable siop and scsi bus/devices.kiyohara
2008-06-11Fix use pci clock for siop(4), set value "use_pciclock" is 1 bykiyohara
2008-06-07Fix waiting for the input from keyboard after "Boot: " is displayed in framekiyohara
2008-06-07Fix spl disable at boot time.kiyohara
2008-05-30Add options COMPAT_40 to files which have options COMPAT_30.tsutsui
2008-05-30Renewal GENERIC and files.bebox.kiyohara
2008-05-30Remove unused prototype for function.kiyohara
2008-05-30Support genfb console.kiyohara
2008-05-26Split boot/boot_com0/boot_vga.kiyohara
2008-05-25Integrated to powerpc-mkbootimage. Obsoleted.kiyohara
2008-05-25Integrated to powerpc-mkbootimage. Obsoleted.kiyohara
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-26Remove printf() when VGA vendor is case Diamond and Matrox. Moreoverkiyohara
2008-03-26We might be able to use VGA. Please comment out for line '-DCONS_SERIAL'kiyohara
2008-03-26Cleanup bebox_{enable,disable,get}_irq().kiyohara
2008-03-16Remove unnecessary comment-outed call.kiyohara
2008-03-16Remove TEXTADDR. We start to 0x100000.kiyohara
2008-03-01cnscan() should return -1 (no input) if there is no console device.tsutsui
2008-02-20Since files.wscons et al. are included by ~all ports anyway, includedrochner
2008-02-17USER_SR defines 10, like prep.kiyohara
2008-02-17Interrupt setting of PCI from 3.1. In present interrupt, 32kiyohara
2008-02-14Don't include <powerpc/oea/pmap.h>, use <powerpc/pmap.h> instead.he
2008-02-12Introduce device_find_by_xname and device_find_by_driver_unit to replacejoerg