summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips
AgeCommit message (Expand)Author
2006-09-01Fix delay() so that gcc4 does not optimize it into a noop. Lifted from thesekiya
2006-09-01Add missing equal sign.sekiya
2006-09-01Comment out tl(4) and nsphy(4) (used by the Set Engineering board) as itrumble
2006-09-01Remove the 'FIFO Full' hack for interrupt vector 0.rumble
2006-08-31Describe the GIO Product Identification Word and add a few macros torumble
2006-08-30Add the giopci device and associated ethernet/mii chipsets for the Phobosrumble
2006-08-30Provide a pseudo-pci bus for the following PCI ethernet boards, which liverumble
2006-08-30Implement the gio_arb_config() interface for changing the machine-specificrumble
2006-08-30Add pic and imc-specific functions to alter the GIO bus arbiterrumble
2006-08-30Generalise pci/pci_machdep.c further and move all mace-specific code intorumble
2006-08-27Remove obsolete "sbic" define.bjh21
2006-08-26Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c tobjh21
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-31Also comment out audio* at audiobus? now that no audio device is available.he
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-20Regen.rumble
2006-07-20Beautify.rumble
2006-07-20Add entries for the Phobos G100, G130 and Set Engineering GIO Fast Ethernetrumble
2006-07-20Disable haltwo(4) by default. The driver does not properly determine whenrumble
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-07-03don't pass unsigned char * to functions wanting char *.mrg
2006-06-30Add (commented out) pseudo-device carp.tsutsui
2006-06-08Implement bus_space_*_stream_* methods for sgimips - so that we can use themartin
2006-05-26Tweak bus_space_barrier(9) macro to appeasetsutsui
2006-05-23Enable the gsip driver. Worked when I (lightly) tested it.pavel
2006-05-14integrate kauth.elad
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-05-05Don't include <sys/endian.h> if building as a host tool.thorpej
2006-04-28sgimips uses event counters for interrupts, don't need intrcnt/intrnamessimonb
2006-04-19adjust comments for the new location of wskbdmap_mfii.c,drochner
2006-04-17Switch macepci to use MI pci_configure_bus(9) rather than its own fixup code.tsutsui
2006-04-17Add adv at pci. Tested on my O2.tsutsui
2006-04-16Mising -> Mixingtsutsui
2006-04-16Fix function names in panic messages.tsutsui
2006-04-16_ds_vaddr member in struct sgimips_bus_dma_segment is a virtual address,tsutsui
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-15Add AHC_USETARGETDEFAULTS to ahc_flag, which enables totsutsui
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-09Remove declarations for cpu_model[] since it's in <sys/systm.h>.tsutsui
2006-04-02Add some delay() on asserting MEC_MAC_CORE_RESET.tsutsui
2006-03-29Use device_cfdata().thorpej
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-28Use device_unit().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-26Use device_is_a()thorpej