Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-25 | Fix dmesg ugliness caused by not printing iotdb stuff. | Mark Kettenis | |
2008-11-24 | Only schedule a soft interrupt if the device has been opened (and sc_tty | Mark Kettenis | |
has been initialized). | |||
2008-11-10 | Use the correct sizeof for the _ca. | Artur Grabowski | |
"obviously correct" kettenis@ | |||
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert | |
This should take care of the simpler ones (i.e., timeout values of integer multiples of hz). ok krw@, art@ | |||
2008-10-12 | Make vcons(4) interrupt driven. | Mark Kettenis | |
2008-10-12 | Add interrupt support. | Mark Kettenis | |
2008-10-05 | Add missing argument to printf. | Mark Kettenis | |
2008-10-01 | Revert last commit. It didn't really help and we fixed X11 instead. | Mark Kettenis | |
ok miod@ | |||
2008-09-23 | One more uninitialized local. Yawn. | Miod Vallat | |
2008-08-18 | Add sparc_bus_addr function for schizo to allow CardBus to work. | Brad Smith | |
ok kettenis@ | |||
2008-08-13 | Initial stab at a driver for the integrated random number generator of the | Mark Kettenis | |
UltraSPARC T2. | |||
2008-08-11 | Only print iotdb stuff when DEBUG. | Mark Kettenis | |
2008-08-11 | Allow mapping mmio regions that are not page aligned. | Mark Kettenis | |
ok miod@ | |||
2008-07-29 | Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based | Miod Vallat | |
on an attachment dependent flag; the Tadople SPARCLE needs it. ok kettenis@ deraadt@ | |||
2008-07-23 | Clear correctable errors after handling them. From Bjorn Andersson. | Mark Kettenis | |
2008-07-20 | Provide a timecounter based on the UltraSPARC IIe STICK logic. | Mark Kettenis | |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat | |
For now, only one such flag is defined, PCKBC_CANT_TRANSLATE. It hints pckbc that the device does not behave correctly to the ``set translation'' commands. Set this flag if we are running on a Tadpole Ultrabook machine, which needs it. This makes the built-in keyboard work correctly on this laptop (with the help of the software translation pckbd diff). tested & ok kettenis@ | |||
2008-07-14 | Fix struct sysioreg layout after the struct iommureg layout change; | Miod Vallat | |
ok kettenis@ | |||
2008-07-12 | Make the console interrupt driven. | Mark Kettenis | |
2008-07-12 | Perform IOMMU cache flushes on Oberon. | Mark Kettenis | |
2008-07-12 | Use the proper interrupt target ID on Oberon. | Mark Kettenis | |
2008-07-12 | Don't install interrupt handlers for non-exitsing interrupts on CMU-CH. | 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-11 | Don't try to read the "regs" propety; it's pointless. | Mark Kettenis | |
2008-07-10 | Handle breaks. | Mark Kettenis | |
2008-07-10 | Detect whether com(4) is the console on the m4k. | Mark Kettenis | |
2008-07-10 | Add support for getting the time of day on the m4k. | Mark Kettenis | |
2008-07-07 | Match on XMITS (which is a PCI-X Schizo variant found on Sun Fire | Mark Kettenis | |
E2900/E4900/E6900/E20K/E25K systems). There's a fairly good chance it'll just work. | |||
2008-07-07 | Extend sbbc(4) to provide a console driver for the v1280. | Mark Kettenis | |
2008-07-07 | Fix typo in comment. | Mark Kettenis | |
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-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt | |
ok thib beck art | |||
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt | |
file copies to nfsv2 causes the system to eventually peg the console. On the console ^T indicates that the load is increasing rapidly, ddb indicates many calls to getbuf, there is some very slow nfs traffic making none (or extremely slow) progress. Eventually some machines seize up entirely. | |||
2008-06-11 | Match the Altera EBus found on the Tadpole SPARCLE. | Mark Kettenis | |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck | |
biowait() reads that do *not* come from the buffer cache - we use the B_RAW flag to identify these at art's suggestion - since it makes sense and the flag was not being used. this just flags all these buffers with B_RAW - biodone already ignores returned buffers marked B_RAW. ok art@ | |||
2008-06-10 | Add cmp(4), a dummy driver to make attaching CMT cpus easier. | Mark Kettenis | |
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt | |
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis | |
does that for us. | |||
2008-05-24 | Found some documentation that suggests that CMU-CH doesn't have an IOMMU and | Mark Kettenis | |
streaming cache, so don't try to initialize it. | |||
2008-05-24 | Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000. | Mark Kettenis | |
2008-05-24 | Attach to "FJSV,su", which is the name used for serial ports on the SPARC | Mark Kettenis | |
Enterprise M4000/M5000/M8000/M9000. | |||
2008-05-24 | iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ↵ | Mark Kettenis | |
Enterprise M4000/M5000/M8000/M9000). | |||
2008-05-24 | Match serial devices on PRIMEPOWER 650. | Mark Kettenis | |
2008-04-22 | Works better, but still needs debug on to work.. | Theo de Raadt | |
2008-04-21 | Work in progress at supporting the Mentor Graphics i2c core found in | Theo de Raadt | |
the Fire pcie hostbridge. Fairly horrid device to deal with. | |||
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser | |
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ | |||
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis | |
2008-04-16 | Turns out getpropstring() returns an empty string if a property is missing | Mark Kettenis | |
instead of NULL. Makes rtc(4) really work on the u25. tested by mikeb@ |