summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-02-09split the ofw scan up into two parts: one to find the i2c bus on a pciDavid Gwynne
2006-02-08align tabPeter Valchev
2006-02-08add nfe(4) to all ramdisksPeter Valchev
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-05Commit uncommitted bit from 2006/01/03 change to locore.s:Mark Kettenis
2006-02-05add nfe here too.Brad Smith
2006-02-05remove useless comment about macros being different from i386Martin Reindl
2006-02-05enable nfe(4) now that the driver somewhat works.Damien Bergamini
2006-02-04update comment for ralDamien Bergamini
2006-02-03Back out i915 changes; they broke some i810-based machines.Todd C. Miller
2006-02-03Implement interrupt mapping according to the OFW Interrupt Mapping recommendedMark Kettenis
2006-02-02Backout lcd_suspend on lid close, found to cause crashes.Dale Rahn
2006-02-01implement a much better 27mhz tc found on geode; inspired by freebsd; grange@ okMichael Shalayeff
2006-02-01oopsDavid Gwynne
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-30Better siginfo field values for fpe failures.Miod Vallat
2006-01-30Do not disable frame buffer interrupts in the match() function, but ratherMiod Vallat
2006-01-30swap B and R in 24bpp and 32bpp modes too; tested martin@Miod Vallat
2006-01-30Remove dead code; we should never see T_DNA here.Mark Kettenis
2006-01-30pretty printf, for 32bit modeMartin Reindl
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
2006-01-29SMC91CXX NuBus hooksMartin Reindl
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2006-01-29index the drive labels from 0 instead of 1 to match the labels on the frontDavid Gwynne
2006-01-27Oops, removed too many includes in 1.34 by mistake; spotted matthieu@Miod Vallat
2006-01-27add iwi(4).Brad Smith
2006-01-26Add glenv(4).Mark Kettenis
2006-01-26make timecounter behave; grange@ okMichael Shalayeff
2006-01-26Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2006-01-26Fix character range check in local atoi() function. krw@ "looks correct"Aaron Campbell
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-23Be more careful when mapping DAFB color registers, so that we don't preventMiod Vallat
2006-01-23Be sure to clear color capabilities from rasops at 8bpp if we do not haveMiod Vallat
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
2006-01-22Colormap support for DAFB frame buffers (using information from Linux).Miod Vallat
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
2006-01-22Print adb subsystem name early in attachment, and pass the proper deviceMiod Vallat
2006-01-22Finally update the todclock on shutdown, if we are using a level 6 clock.Miod Vallat
2006-01-22Minimal iop code to set the serial ports to compatible mode automagically,Miod Vallat
2006-01-22Fix for ioapic irq routing.Brad Smith
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-22Put various divide-by-zero checks as found in other disksubr routines; alsoMiod Vallat
2006-01-21Remove old mdpflag debug help.Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2006-01-20add emu(4) here and enable midi attachment for eap(4)Brad Smith
2006-01-20Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> onMiod Vallat
2006-01-20Remove unused stuff.Miod Vallat