summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2006-02-16pcscp(4) worksMartin Reindl
ok brad@, miod@
2006-02-16make panic msg more usefulMichael Shalayeff
2006-02-15enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ okMichael Shalayeff
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
ok drahn@
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
ok drahn@
2006-02-14Knock out "deq" and "tas3004" i2c nodes.Mark Kettenis
ok drahn@
2006-02-14Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffersMiod Vallat
are addressed as if they were 8bpp, which is what we pretend we are to rasops, so we actually have to remove capabilities after rasops_init() again.
2006-02-14Kill unused __HAVE_MINIMAL_EMULMiod Vallat
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-02-14Find additional noncoherent HyperTransport links by looking at theMark Kettenis
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. tested by krw@, brad@; ok brad@
2006-02-12Find additional noncoherent HyperTransport links by looking at theMark Kettenis
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. ok brad@, marco@
2006-02-12Remove dead isabeep driver and unused isabeep() function.Miod Vallat
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-02-12Remove packets from the queue before calling their completion routine, asMiod Vallat
done on macppc.
2006-02-12Remove unused openfirmware code; ok drahn@Miod Vallat
2006-02-12Disable sync when blanking if display.vblank is set to off.Miod Vallat
2006-02-12Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit.Miod Vallat
2006-02-12Don't cause the screen border to be black; but we have to clear the wholeMiod Vallat
screen until console uses a low-depth plane; and if I could remember who to thank for the Xvideo board I got via Wim, things would be even better.
2006-02-11New version of i915 supprotm adapted from freebsd by Dimitry Andric, withMatthieu Herrb
one tweak suggested by miod@.
2006-02-11remove unused srom_crc32() function.Brad Smith
ok drahn@
2006-02-11add art(4) here.Brad Smith
ok claudio@
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
ok grange@
2006-02-10Recognize 7447/7457.Mark Kettenis
ok drahn@
2006-02-10Add a few more CPU types.Mark Kettenis
2006-02-10- remove lmc(4) from RAMDISKBIGBrad Smith
- remove redundant lmc(4) entry from GENERIC - add san(4) to GENERIC as it should now work on alpha
2006-02-10enable san(4).Brad Smith
2006-02-10driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessnessDamien Miller
of this chip, it is impossible to probe for and we need to be told where it is and how to understand its output. We get this information from openfirmware, but this restricts the use of the driver to sparc64 for now. Only sensors that OFW identifies as temperature sensors are supported at present. prodded by dlg@ "get it in" deraadt@
2006-02-10i got some labels in the system power supply bits mixed upDavid Gwynne
2006-02-10hook the amp sensors up properly. normalise their values and check theDavid Gwynne
thresholds.
2006-02-10add nfePeter Valchev
2006-02-10some of the voltage sensors on the 4400 (not all of them, just some) areDavid Gwynne
off by a factor of 10. this puts some glue in for the volt sensors so they can be individually marked as being off by ten or not. ok marco@
2006-02-09split the ofw scan up into two parts: one to find the i2c bus on a pciDavid Gwynne
device, and one to find i2c devices on the i2c bus. tweaks and ok kettenis@ ok djm@
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
cookie down to the device. the most obvious use of this is to pass a device its ofw node on sparc64 and macppc so it can configure itself more appropriately. ok kettenis@ henning@ deraadt@
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
avoids losing information due to int in proto ... thanks to KUDO Takashi for tracking this down ok miod@
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-05Commit uncommitted bit from 2006/01/03 change to locore.s:Mark Kettenis
Try to prevent red stating the machine on a misaligned user space stack by SIGKILLing the process. ok miod@, henric@
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
tested by jsg@
2006-02-04update comment for ralDamien Bergamini
no devices added or removed
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
practice. tested by many, ok drahn@
2006-02-02Backout lcd_suspend on lid close, found to cause crashes.Dale Rahn
requested by jolan, prodded by bob.
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
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
also deliver SIGILL/ILL_COPROC rather than SIGFPE/FPE_FLTINV for disabled or missing floating point support.