Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-09 | Allow clock to attach to any fhc?, not just fhc0. There might be backup | Mark Kettenis | |
clocks on other boards that we want to use if the one on fhc0 failed. tested by miod@ | |||
2008-03-09 | use the right capitalization for platform names | Igor Sobrado | |
ok jsing@ | |||
2008-03-09 | Add vcons(4). | Mark Kettenis | |
2008-03-08 | Check "status" property for CPUs too. | Mark Kettenis | |
2008-03-08 | Add som sun4v-specific ASIs. | Mark Kettenis | |
2008-03-08 | Add vcons(4). | Mark Kettenis | |
2008-03-08 | Driver for console on sun4v. | Mark Kettenis | |
2008-03-08 | Add vrtc(4). | Mark Kettenis | |
2008-03-08 | Add vbus(4). | Mark Kettenis | |
2008-03-08 | Driver for virtual real-time clock on sun4v. | Mark Kettenis | |
2008-03-08 | Virtual bus for virtual devices on sun4v. | Mark Kettenis | |
2008-03-08 | UltraSPARC Hypervisor interfaces for sun4v. | Mark Kettenis | |
2008-03-08 | Cleanup/style(9) code and comments. | Joel Sing | |
2008-03-08 | Check "status" property. | Mark Kettenis | |
2008-03-08 | Check "status" property. Since the PROM marks the floppy controller device | Mark Kettenis | |
as "disabled" if no floppy drive is connected, this will get rid of the "unconfigured" message for the floppy controller on machines that don't have a floppy drive. | |||
2008-03-08 | Introduce a function to check the "status" property of an OFW node, and use it | Mark Kettenis | |
to avoid attaching disabled or failed devices. This should make it possible to manually deconfigure devices on mid-range and high-end servers like the V880 using the "asr-disable" PROM command, and make OpenBSD avoid using hardware that has been detected as faulty by the POST or OpenBoot Diagnostics. | |||
2008-03-08 | SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem to | Mark Kettenis | |
mind. tested by miod@ | |||
2008-03-06 | Change ramdisk filesystem size from 4352 to 4000 blocks, so that | Theo de Raadt | |
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio | |||
2008-03-05 | remove devices not needed on a ramdisk | Theo de Raadt | |
2008-03-04 | bsd.rd's physical memory usage collided with the bootblocks... The | Theo de Raadt | |
bootblocks have been moved, but we want 4.2 to be upgradeable. So reduce the footprint of the bsd.rd by shrinking the ramdisk filesystem because it is way too large. tested by sthen and kettenis | |||
2008-03-04 | crank version # | Theo de Raadt | |
2008-03-04 | Move bootblocks to just under 16MB instead of just under 8MB, because | Theo de Raadt | |
bsd.rd has grown to that point, as discovered by sthen. Discussed with Miod and Kettenis, and re-tested to work by sthen | |||
2008-03-04 | sthen@ has an motherboard with both agp and pcie that fails to boot. | Owain Ainsworth | |
disabling agp_ali solves this. Proper fix shall hopefully some sometime after release. Shouldn't affect anyone. ok sthen@, prodded by deraadt@. | |||
2008-03-02 | if there is no smbios, there cannot be acpi | Theo de Raadt | |
ok kettenis gwk, tested by a lot of people, and checked from the logs | |||
2008-03-01 | Print consoleness the canonical way. | Mark Kettenis | |
tested by deraadt@, ok krw@ | |||
2008-03-01 | Print consoleness the canonical way. | Mark Kettenis | |
ok deraadt@ | |||
2008-03-01 | Use getpropspeed() to get console speed. Add code to handle "ssp-console" and | Mark Kettenis | |
"ssp-control" as well. | |||
2008-03-01 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis | |
console. ok deraadt@ | |||
2008-03-01 | Add getpropspeed(); a function which decodes a property describing a serial | Mark Kettenis | |
port configuration and returns the configured speed. | |||
2008-03-01 | Provide "reg" property when attaching cpu(4). | Mark Kettenis | |
2008-02-29 | Fix dksc() bootpath parsing. | Miod Vallat | |
2008-02-29 | Fix db_read_bytes() for short reads. | Miod Vallat | |
2008-02-27 | return from tda_attach before registering the sensor task | Robert Nagy | |
if there are no temperature sensors | |||
2008-02-25 | - Add lii(4) commented out to the amd64 configs | Brad Smith | |
- Comment out lii(4) in the i386 configs since it does not work yet - Add et(4) to the i386 and amd64 RAMDISK_CD configs ok deraadt@ | |||
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler | |
ok deraadt | |||
2008-02-24 | Remove some bogus 32-bit compatibiliy code and comments. | Mark Kettenis | |
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing | |
Cleanup the interrupt establishment code a little whilst we're here. ok miod@ | |||
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing | |
Cleanup the interrupt establishment code a little whilst we're here. ok miod@ jasper@ | |||
2008-02-21 | enable envy(4) on amd64, untested. | Alexandre Ratchov | |
suggested by brad@, "i don't feel like objecting" deraadt@ | |||
2008-02-21 | enable envy(4) on i386 | Alexandre Ratchov | |
ok jakemsr@, beck@, deraadt@ | |||
2008-02-21 | uncomment the entry to allow opl(4) to attach to cmpci(4). | Brad Smith | |
ok jakemsr@ dlg@ | |||
2008-02-20 | Oops, correctly recover from kcopy() faults, since the stack frame is | Miod Vallat | |
different now. | |||
2008-02-20 | More dead includes and functions noone will mourn. | Miod Vallat | |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat | |
inherited from OpenBSD/arc machines with ISA bus; mainbus children match on device name and other hierarchies match on simplified locators. As a bonus, attachment lines in dmesg will now print their locators. ok jsing@ | |||
2008-02-20 | Preserve pcb_onfault within kcopy(), as expected and as all other platforms do. | Miod Vallat | |
2008-02-20 | 4.3-beta | Miod Vallat | |
2008-02-20 | enable tda(4) | Robert Nagy | |
2008-02-20 | make tda(4) run the fans at maximum speed when we are about to drop | Robert Nagy | |
drop to ddb(4) in order to avoid overheating in case of a system crash. ok kettenis@ | |||
2008-02-19 | Remove duplicate strcmp(). | Joel Sing | |
From Iruata Souza <iru.muzgo@gmail.com> | |||
2008-02-18 | Only attach on Sun Blade 1000/2000. | Mark Kettenis | |