summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips
AgeCommit message (Expand)Author
2004-01-12Back out hasty previous commit -- bitwise arithmetic does not always matchsekiya
2004-01-12Wrap more mips3_ operations in MIPS3 defines.sekiya
2004-01-12Add pic attached at mainbus (for IP12).sekiya
2004-01-12mips3_* functions aren't available when MIPS3 is not defined, so providesekiya
2004-01-12Add pic (memory controller for IP12) driver. Originally written bysekiya
2004-01-12Completely commit to bitwise operations. Instigated by simonb@sekiya
2004-01-12Change one more multiplication to a bit shift. Pointed out by pooka@.sekiya
2004-01-12CRIME revision 1.1 has a bug that affects PIO operations to/from the MACE.sekiya
2004-01-12ANSIfy, and change a multiplication operation to a bit-shift.sekiya
2004-01-11Checkpoint if_mec work (just in case I get hit by a bus). This driver is stillsekiya
2004-01-11Reinstate symbolic device names -- I completely forgot about their use.sekiya
2004-01-10Bus-spacify ip2x core logic. Eliminate magic numbers.sekiya
2004-01-10Add register definitions for INT2 interrupt controller.sekiya
2004-01-10Add watchdog and bus error handling functions (these features live insekiya
2004-01-10Clean up console device selection logic.sekiya
2004-01-10de-__P, sprinkle some KNF.sekiya
2004-01-10Add framework for gio card identification based on product ID. devlist2h.awksekiya
2004-01-03bootinfo is problematic on ip2x under certain circumstances. Disable for now.sekiya
2004-01-03Streamline bootinfo logic.sekiya
2004-01-03Rework the memory detection routine to handle cases where kernel doesn'tlonewolf
2004-01-02Wire down zsc/zstty mapping and add commented-out entries forsekiya
2004-01-02IP20 has two z8530 chips -- one at 0xd00 for keyboard/mouse, one at 0xd10sekiya
2004-01-02Add trailing newline. Noticed by Steve Rumble.sekiya
2004-01-01Don't panic when attempting to share interrupts on ip2x -- just print ansekiya
2004-01-01It's important to use good quality cables when working with SGI serial ports.sekiya
2003-12-30Force ARCS console for IP20 until the console-on-zs crashing problem issekiya
2003-12-30Don't flush caches here. Fixes crash on IP20 (which apparently occurs onlysekiya
2003-12-30Adapt if_sq to HPC abstraction layer. It took both Steve Rumble and myselfsekiya
2003-12-30Force little-endian mode on hpc1, and attach zs on IP20.sekiya
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-29Fixes to HPC abstraction layer from Steve Rumble:sekiya
2003-12-29Fix typo ("ARCBIOS_MEM_ExecptionBlock"). From Steve Rumble.sekiya
2003-12-16Introduce abstraction layer for HPC registers and values, which addresses thesekiya
2003-12-16iocreg.h has moved.sekiya
2003-12-16A slighly more descriptive iocreg.h now lives in ../ioc.sekiya
2003-12-15Part two in the Great Renaming. ip22.c becomes ip2x.c, and all generic ip2xsekiya
2003-12-15Change all IP22 preprocessor conditionals to IP2X preprocessor conditionals.sekiya
2003-12-15IP20 belongs to the IP2x family, thus this should no longer exist.sekiya
2003-12-15Add ioc driver to IP2x config file, pull in ioc/files.ioc as well. Note thatsekiya
2003-12-15Move IOC-specific initialization code from sgimips/ip22.c to ioc/ioc.c.sekiya
2003-12-15Add dedicated IOC (I/O Controller) driver. pckbc, zstty, and lpt will eachsekiya
2003-12-15Add pckbc/wscons/newport related attachments.lonewolf
2003-12-15Add support for attaching newport/pckbc as console on IP22 (Indy).lonewolf
2003-12-15Implement direct configuration for GIO devices.lonewolf
2003-12-15Support for SGI NG1 ("newport") graphics controller.lonewolf
2003-12-14Move IOC (integrated peripheral controller) init code into the IP22-specificsekiya
2003-12-14Uncomment dpclock, remove IP20 option. IP20 now boots as far as thesekiya
2003-12-14Allow hpc to attach on IP20.sekiya
2003-12-14Bus-space'ify the memory controller driver, and add IP20-specific bits.sekiya
2003-12-14IP20 should handle the watchdog timer in the same manner as for IP22.sekiya