Age | Commit message (Expand) | Author |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | Miod Vallat |
2006-03-04 | <sparc64/dev/upavar.h> is unused except for struct upa_reg for autoconf, so | Miod Vallat |
2006-02-25 | Put quotation marks around names of unconfigured devices. | Mark Kettenis |
2006-02-10 | driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessness | Damien Miller |
2006-02-09 | split the ofw scan up into two parts: one to find the i2c bus on a pci | David Gwynne |
2006-02-08 | add a member to the i2c_attach args so that a controller can pass a | David Gwynne |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-02-01 | oops | David Gwynne |
2006-02-01 | a driver for the phillips pcf8584 i2c controller as found on the sun netra | David Gwynne |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
2006-01-06 | Don't add the same function twice when ordering the functions of a PCI device. | Mark Kettenis |
2006-01-02 | do i2c initialization using ofw data instead of scanning; ok kettenis | Theo de Raadt |
2005-12-20 | using the right ebus bus space makes this beep again | Martin Reindl |
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat |
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl |
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith |
2005-08-01 | I'm Positive these are Type-O. | Miod Vallat |
2005-07-30 | Don't do nothing -> Don't do anything | Brad Smith |
2005-07-27 | Back out 1.16. There are cases where we can recover from OF_mapintr | Artur Grabowski |
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat |
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith |
2005-06-30 | found this when working on something else... | Marco Peereboom |
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller |
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright |
2005-06-06 | Homogeneize dmesg output. | Miod Vallat |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff |
2005-05-19 | __unused is used now | Michael Shalayeff |
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat |
2005-04-26 | Remove unused hooks for periodic pcons polling. | Miod Vallat |
2005-04-26 | Use cons_decl() rather than rolling our own prototypes, and some KNF. | Miod Vallat |
2005-04-26 | the the | Miod Vallat |
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff |
2005-04-05 | Off-by-ones in register comparisons. | Miod Vallat |
2005-04-05 | No extra newline if keyboard plugged but not console. | Miod Vallat |
2005-03-17 | Increase timeout in fdcresult(), this allows fdformat(8) to work now. | Miod Vallat |
2005-03-15 | Only warn if pci_{io,mem}_find fails if the returned value is not ENOENT - empty | Miod Vallat |
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat |
2005-03-12 | Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG. | Miod Vallat |
2005-03-09 | Preliminary support for the floppy drive on Ultrasparcs. Only tested on | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat |
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat |
2005-01-27 | Fill all fields of intrhand structures not created by bus_intr_allocate(). | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |