Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-01 | Enable raptor(4) here too. Pointed out by deraadt@ and miod@. | Mark Kettenis | |
2009-03-01 | Enable raptor(4). | Mark Kettenis | |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis | |
around the Number 0 Imagine-128 chip. Colormap support is still missing. | |||
2009-02-10 | remove run(4) from some RAMDISK | Damien Bergamini | |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini | |
run(4) has been reported to work on sparc64 by Maxim Belooussov so I'm pretty confident that it works on all arches. | |||
2009-02-08 | Add missing mux locators to non-USB keyboards and mice. | Mark Kettenis | |
ok miod@ | |||
2009-01-17 | Enable vrng(4). | Mark Kettenis | |
2009-01-14 | Enable vsdk(4). | Mark Kettenis | |
2009-01-12 | Enable WSDISPLAY_COMPAT_RAWKBD and wsmux on sparc64; ok matthieu@ | Miod Vallat | |
2009-01-12 | Initial stab at a driver for virtual disks found on sun4v logical domains. | Mark Kettenis | |
Still needs some work, but reading from and writing to a disk image works. | |||
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti | |
What happened was that the output of mkdep was fed to a sed expression that trimmed a bit more than required and also failed to work when attempting to do make depend with pcc. Example: genassym_c.o: /tmp/genassym.whatever ../../../../../sys/param.h \ was changed to: assym.h: \ but what was intended was: assym.h: ../../../../../sys/param.h \ For the pcc -M output things were a bit different and after the make depend the genassym entry would still remain and make would fail. This affected all platforms except amd64 and sgi. Okay miod@. | |||
2009-01-10 | Enable cbus(4) and vnet(4). | Mark Kettenis | |
2009-01-10 | Tweak the way we include the iommu code a bit. | Mark Kettenis | |
2009-01-10 | Split off LDC support code into its own file. | Mark Kettenis | |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse | |
(if the stge(4) entry is commented, so is the ipgphy(4) entry then). this allows ipgphy0 to attach to my stge0, which has a IC+ 1000A chip discussed with and ok jsg@, ok dlg@ | |||
2009-01-04 | Initial stab at a driver for virtual network devices found on sun4v logical | Mark Kettenis | |
domains. Still needs a lot of work, but good enough for an nfs root. | |||
2008-12-30 | Add cbus(4), a virtual bus for devices that use logical domain channels as | Mark Kettenis | |
found on sun4v systems with multiple domains configured. | |||
2008-12-29 | Move ifb identification to its own routine. We can not simply have the ifb | Miod Vallat | |
probe win over vgafb, since one may configure a kernel with vgafb but without ifb (especially slackers who forget to rerun config). | |||
2008-12-28 | Add ifb(4). | Mark Kettenis | |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries | |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler | |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler | |
2008-10-23 | add mos(4) to the most relevant config files | Theo de Raadt | |
2008-09-29 | jme(4) works on sparc64; ok jsg | Theo de Raadt | |
2008-08-28 | Driver for Acer Labs M5455 integrated sound found on recent Ultra workstations. | Mike Belopuhov | |
Suggestions and corrections by kettenis, ratchov, jakemsr. Thanks a lot! Recording doesn't work at the moment. ok kettenis ratchov | |||
2008-08-24 | many more devices for the RAMDISK | Theo de Raadt | |
2008-08-13 | Initial stab at a driver for the integrated random number generator of the | Mark Kettenis | |
UltraSPARC T2. | |||
2008-07-30 | Add ath(4). | Brad Smith | |
ok deraadt@ | |||
2008-07-19 | Add acx(4) at cardbus(4). | Mark Kettenis | |
2008-07-18 | Add ohci(4) and ehci(4) at cardbus(4). | Mark Kettenis | |
2008-07-15 | Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an | Mark Kettenis | |
upcoming change. | |||
2008-07-12 | Add a temporary hack to attach only the first thread of every core for | Mark Kettenis | |
MULTIPROCESSOR kernels. We map 'struct cpuinfo' at the same virtual address on every processor, but since threads on the same core share an MMU this doesn't quite work. With the hack we are at least able to use the other core (and any additional processors). | |||
2008-07-12 | Add core(4). | Mark Kettenis | |
2008-07-11 | Fujitsu SPARC64-VI CPU's have two cores that have two threads each. Provide | Mark Kettenis | |
a core(4) device, representing these cores and attach cpu(4) devices to it for each thread. | |||
2008-07-07 | Extend sbbc(4) to provide a console driver for the v1280. | Mark Kettenis | |
2008-07-06 | Enable ssm(4) and remove hacks that worked around the fact that we didn't | Mark Kettenis | |
have it. | |||
2008-07-06 | Add ssm(4), a driver for the scalable shared memory device found on | Mark Kettenis | |
Serengeti and Starcat systems. | |||
2008-07-06 | Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCat | Mark Kettenis | |
systems that provides time of day services and (in the future) console services. | |||
2008-07-01 | Enable FFS2 on most of the larger RAMDISK media. | Brad Smith | |
ok deraadt@ | |||
2008-06-27 | Add uvideo(4). | Brad Smith | |
ok mglocker@ | |||
2008-06-14 | Add cmp(4) here too. | Mark Kettenis | |
2008-06-12 | Add ral(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | Add ep(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Add xl(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Add re(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Add malo(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | wdc(4) at pcmcia(4) | Mark Kettenis | |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Add dc(4) at cardbus(4). | Mark Kettenis | |
2008-06-10 | Add cmp(4), a dummy driver to make attaching CMT cpus easier. | Mark Kettenis | |