summaryrefslogtreecommitdiff
path: root/sys/arch/prep
AgeCommit message (Expand)Author
2003-03-05Remove port-specific procfs_machdep.c (since they are all identical andmatt
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-16Add uax(4) (and url(4) in some cases).augustss
2003-02-12Set cpu_timebase so sysctl() can report it.matt
2003-02-10Add another we(4) instance.kleink
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-02-03More cleanup for OLDPMAP.matt
2003-02-02Remove OLDPMAP support.matt
2003-02-02Perform a rototill of the powerpc code. Mandate use of SPRG0 to storematt
2003-01-30Cast daddr_t to long so to avoidmatt
2003-01-27Appease GCC's warning after daddr_t having changed to 64 bits.kleink
2003-01-22G/c the pmap_bootstrap() segtab interface again. Silly me.kleink
2003-01-21comment out static prototype for pci_intr_fixup_ibm_6040() for now,jdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-17Fix compile failure.nonaka
2003-01-17Fix bus_space_mmap() bug.nonaka
2003-01-16Add ISA Floppy (to be consistent with INSTALL).matt
2003-01-16Add PLATFORM_IBM_6040matt
2003-01-16Add platform support for the IBM PPS Model 6040 (E) (aka ThinkPad 820).matt
2003-01-06writable, not writeable.wiz
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-12-08A working fork/vfork implementation. Darwin fork differs from our fork bymanu
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-22Fix typo (responsiness -> responsiveness).wiz
2002-10-30Add missing file.matt
2002-10-30Moved binary compatibility options from arch directory to cpu directorymanu
2002-10-26now that mem_no is emitted by config(8), there is no reason to keepjdolecek
2002-10-18Add NEW_BUFQ_STRATEGY (disabled by default).junyoung
2002-10-14Added commented out cgd(4)s to GENERIC configs.elric
2002-10-06add SYSTRACE; approved perry.provos
2002-10-04assign majors for raw and cooked cgd's.elric
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-25Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"martti
2002-09-20Added (commented out) IPFILTER_DEFAULT_BLOCK.martti
2002-09-18enable USERCONF by default; it's small and extremely useful to have available.lukem
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-08-06move more inlines to cpu.h: mftb(), mftbl() and mfpvr().chs
2002-07-31Use 11 for the USER_SR since we use BAT 12 for PCI MEM space.matt
2002-07-19Rename cdev_systrace_init() to cdev_clonemisc_init(), so it canthorpej
2002-07-05Peform a rototill over the powerpc-based ports.matt