summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-05-28The link state code does not work correctly on Indigo (IP20) and E++ GIO boardsMiod Vallat
2012-05-27Add a `L2 cache line size' member to struct cpu_info. This allows R4k code toMiod Vallat
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willMiod Vallat
2012-05-27Proper support for the so-called `fast mode' of the Indigo2 ECC memoryMiod Vallat
2012-05-27Decide once for all whether IP22/IP28 systems are running with the ECC memoryMiod Vallat
2012-05-27enable tcpcib(4)Jonathan Gray
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
2012-05-26Be more strict when specifying hpc child device attachments: specificMiod Vallat
2012-05-25On IP28, silently acknowledge bus errors which can be attributed toMiod Vallat
2012-05-25Correctly handle the case of a system setup to use glass console, whichMiod Vallat
2012-05-25Support for the POWER Indigo2 R10000 systems (IP28). Currently running withMiod Vallat
2012-05-23increase the number of io and mem extent regions for amd64 to 16Mike Belopuhov
2012-05-22Make the multicast filter routine conform to the Party's standards. AdaptedMiod Vallat
2012-05-22When setting up the multicast filter, use the ac_multicnt field of the arpcomMiod Vallat
2012-05-20do not need to pull in <time.h>Theo de Raadt
2012-05-20Make sure the generic bus_dmamem_alloc() routine restricts its allocation toMiod Vallat
2012-05-18Port NetBSD's pci@gio driver for fast Ethernet expansion boards for theMiod Vallat
2012-05-17Yet another rework of the crucial gio_id() function responsible for correctlyMiod Vallat
2012-05-17Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards.Miod Vallat
2012-05-17Correct virtual aliasing mask computation.Miod Vallat
2012-05-15revert a chunk introduced in 1.7 which was not supposed to be there yetMiod Vallat
2012-05-12Don't forget to print the frame buffer name obtained from ARCS, as all otherMiod Vallat
2012-05-12Strip trailing space from ARCS frame buffer names.Miod Vallat
2012-05-12It turns out that, when the IRIX header files mention CTR/DCD/DTR/RTS wiringMiod Vallat
2012-05-10GIO devices with a 32-bit device identifier actually do not like halfword andMiod Vallat
2012-05-10regenMiod Vallat
2012-05-10Do not keep the `32-bit device ID' bit indicator in the device IDs, forMiod Vallat
2012-05-10Fix a few macros to operate on the right bit.Miod Vallat
2012-05-10Fix impact(4) header file generation to correctly output NIMPACT_GIO onMiod Vallat
2012-05-10Be more strict in the `are we the console device' logic at device attachmentMiod Vallat
2012-05-10Initialize more proc0 context before invoking consinit(); this now reallyMiod Vallat
2012-05-10The uvm_map() changes introduced about two months ago yield a differentMiod Vallat
2012-05-09Do not include <machine/reg.h> and pollute userland namespace with struct regMiod Vallat
2012-05-09merge sigdebug.h into machdep.c, to where all other architectures haveOkan Demirmen
2012-05-06Update the depencies of the .S files on assym.h; allows IP30 kernels to be builtMiod Vallat
2012-05-06Garbage collect the old int$80 kernel entry point: the last use ofPhilip Guenthe
2012-05-02sq needs ifmedia attribute now, repairs RAMDISK_IP22Miod Vallat
2012-04-30Add ifmedia support to sq(4).Miod Vallat
2012-04-30Pass the base address of the hpc to child devices, to let them be able toMiod Vallat
2012-04-30Correctly read board version information.Miod Vallat
2012-04-29Recognize 85230 chips, and take advantage of their FIFOs to reduce theMiod Vallat
2012-04-29I am not sure what the mess with the wiring of carrier lines on Indigo resolvesMiod Vallat
2012-04-28Be sure to initialize the `state' member of the softc when attaching theMiod Vallat
2012-04-28Only trust giofb_consid if non-zero.Miod Vallat
2012-04-28Rework the definition of label_t to get it correctly aligned to an 8 byteMiod Vallat
2012-04-27Fix the `all keys up' event handling logic to only apply to it, and not toMiod Vallat
2012-04-27The new probe logic would pretend light(4) devices always exist on Indigo;Miod Vallat
2012-04-27Remove reg.h inclusion.Paul Irofti
2012-04-26va is of type vaddr_t; allow sparc64 to build with DEBUGOkan Demirmen
2012-04-25Skip cache flushes in pmap_zero_page() and pmap_copy_page() on systemsMiod Vallat