| Age | Commit message (Expand) | Author |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-25 | From Micahel Lorenz: wsdisplay support for cg6 | martin |
| 2005-02-04 | de-__P | perry |
| 2005-01-15 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-08-11 | Clear IOIE in settype(), too. Not that we currently change modes without | mycroft |
| 2004-08-11 | Clear some more ICR0 bits on socket enable/disable. | mycroft |
| 2004-08-11 | Add a settype() function. | mycroft |
| 2004-07-24 | Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061. | mrg |
| 2004-07-24 | Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061. | mrg |
| 2004-07-19 | No need to allocate our own bus tag here. | pk |
| 2004-07-14 | Make this compile with the TCX_CG8 option turned on (PR#26269). | pk |
| 2004-07-05 | Use bus_space_tag_alloc(). Remove unused `sc_bustag' from softc. | pk |
| 2004-07-05 | Adapt to new (non optional) bus space on sparc. | martin |
| 2004-06-30 | The sc_range and sc_nrange fields are no longer used. | pk |
| 2004-06-30 | Introduce bus_space_tag_alloc() for the common parts of bus tag allocation. | pk |
| 2004-06-28 | Put back qec_bus_map(), since sparc64's mainbus and sbus drivers do not | pk |
| 2004-06-27 | Bus tags should now be constructed by copying the parent's bus tag and | pk |
| 2004-05-18 | Handle STP4020_ISR0_SCINT (status change interrupt posted) - by ignoring | martin |
| 2004-05-04 | Fix incorrect diagnostic. | pk |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2004-03-15 | Replace myetheraddr() by prom_getether(). | pk |
| 2003-12-23 | Only ACK pending interrupts (instead of all possible). Log interrupts we | martin |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-12-04 | NetBSD.ORG -> NetBSD.org | keihan |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-11 | Remove ancient DDB-dependent `hide/integrate'. | pk |
| 2003-10-28 | uninitialized variables. | chs |
| 2003-10-28 | Uninitialized variable. | ad |
| 2003-10-16 | Enable VLAN encapsulation. | pk |
| 2003-09-10 | Get rid of the disgusting struct apc_dma *dma = NULL; hack now that we | uwe |
| 2003-08-27 | change PROM_getprop() from taking a "void **" for the storage, to a | mrg |
| 2003-08-25 | Undo previous as it broke things. | uwe |
| 2003-08-24 | #include "opt_rcons.h" | uwe |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Get machine/dev/sbusvar.h for SUN4D too. | pk |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | More changes for providing lwpid for ktrace (sparc GENERIC built) | darrenr |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-24 | Fix attachment for sparc64 systems (missing bus_space_vaddr). | martin |
| 2003-02-27 | Back out rev. 1.26; I forgot about the Javastations.. | pk |
| 2003-02-27 | Some machine have a `SUNW,CS4231' node, but no actual hardware. It seems | pk |
| 2003-02-22 | hz -> Hz | tsutsui |
| 2003-02-06 | Remove unneeded #include's. | hannken |
| 2003-02-06 | Add <sys/lock.h> include for ncr53c9xvar.h. | martin |
| 2003-01-07 | Add SUN4U magic to make nell work without things like WI_AT_BIGENDIAN_HACK. | martin |
| 2003-01-03 | Separate the sbus bus_space_tag_t used for access to nell hardware from | martin |
| 2003-01-03 | part one of bus_space(9) fixes to enable bus spaces to override the | mrg |