| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-18 | 2 | -8/+8 |
* | sys/sparc64: minor spelling fixes. | pfg | 2016-05-04 | 1 | -1/+1 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | jhibbits | 2016-03-22 | 2 | -4/+4 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -2/+2 |
* | Move the implementation of bus_space_barrier(9) to the inline function in | marius | 2013-10-24 | 1 | -3/+1 |
* | - Revert the part of r247601 which turned the overtemperature and power fail | marius | 2013-03-02 | 1 | -11/+9 |
* | - Apparently, it's no longer a problem to call shutdown_nice(9) from within | marius | 2013-03-02 | 1 | -12/+14 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | marius | 2011-11-22 | 2 | -2/+2 |
* | Fix make universe. | pjd | 2011-11-16 | 1 | -1/+1 |
* | Actually, limit to 32-bit DMA for the transfer buffers as the address is | marius | 2011-10-30 | 1 | -2/+2 |
* | Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA. | marius | 2011-10-30 | 1 | -3/+3 |
* | - Use device_t rather than the NetBSDish struct device. | marius | 2011-10-30 | 2 | -104/+136 |
* | Merge from NetBSD: | marius | 2011-10-15 | 2 | -16/+20 |
* | Make sparc64 compatible with NEW_PCIB and enable it: | marius | 2011-10-02 | 2 | -84/+75 |
* | Since r221218 rman_manage_region(9) actually honors rm_start and rm_end | marius | 2011-08-28 | 1 | -2/+2 |
* | Correct spelling in comments. | marius | 2011-04-22 | 2 | -3/+3 |
* | Sync licenses and the corresponding RCS IDs with NetBSD, mainly switching | marius | 2011-03-12 | 7 | -89/+21 |
* | Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended for | marius | 2011-01-04 | 1 | -2/+2 |
* | - Take advantage of the INTCLR_* macros. | marius | 2010-03-31 | 1 | -3/+3 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 3 | -21/+0 |
* | Enroll these drivers in multipass probing. The motivation behind this | marius | 2009-12-22 | 2 | -2/+9 |
* | Add missing module dependency information. | marius | 2009-12-21 | 1 | -0/+1 |
* | Hook up the generic OFW pnpinfo string method. | marius | 2009-03-19 | 2 | -0/+2 |
* | - As suggested by OpenSolaris use up-burst-sizes for determining the | marius | 2009-03-19 | 2 | -45/+54 |
* | - Sort device methods. | marius | 2009-03-19 | 1 | -5/+5 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 1 | -0/+1 |
* | o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end to | marius | 2008-09-08 | 3 | -97/+85 |
* | Provide and consume module dependency information. | marius | 2008-08-23 | 2 | -0/+3 |
* | - Use the name returned by device_get_nameunit(9) for the name of the | marius | 2008-05-07 | 1 | -9/+3 |
* | o Rename ic_eoi to ic_clear to emphasize the functions it points | marius | 2008-04-23 | 1 | -3/+16 |
* | o Revamp the sparc64 interrupt code in order to be able to interface | marius | 2007-09-06 | 2 | -128/+136 |
* | - Divorce the IOTSBs, which so far where handled via a global list | marius | 2007-08-05 | 2 | -9/+11 |
* | - Don't register the over-temperature and power-fail interrupt | marius | 2007-06-16 | 1 | -20/+14 |
* | Teach the bridge wrapper how to handle the filter+ithread case. | piso | 2007-06-06 | 1 | -12/+25 |
* | Rototill the sparc64 nexus(4) (actually this brings in the code the | marius | 2007-03-07 | 1 | -42/+40 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -15/+25 |
* | - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will | marius | 2007-01-20 | 1 | -6/+6 |
* | Check the return value of bus_setup_intr() when setting up the | marius | 2007-01-15 | 1 | -10/+12 |
* | - Merge sys/sparc64/pci/psycho.c rev. 1.8: | marius | 2006-06-08 | 1 | -7/+26 |
* | Set the rid for any resource obtained from rman_reserve_resource. | imp | 2006-04-20 | 1 | -0/+1 |
* | o lsi64854_enet_intr(): | marius | 2006-01-31 | 2 | -32/+31 |
* | Revert the part of rev. 1.3 which enabled the chaining of the DMA engine | marius | 2006-01-30 | 1 | -21/+1 |
* | - Register the generic implementations for the device shutdown, suspend | marius | 2006-01-26 | 2 | -8/+6 |
* | - Convert these bus drivers to make use of the newly introduced set of | marius | 2005-11-22 | 2 | -222/+126 |
* | - Try to not leak resources in the attach functions of the esp(4) SBus | marius | 2005-05-19 | 3 | -14/+540 |
* | - Add an IVAR for retrieving the interrupt group number of the parent Sbus | marius | 2005-05-19 | 2 | -9/+55 |
* | Fix compilation when DEBUG is defined. | marius | 2005-04-18 | 1 | -1/+1 |
* | Style and minor changes: | marius | 2005-04-17 | 3 | -121/+102 |
* | Re-commit the following changes which were committed to these files | marius | 2005-04-17 | 2 | -13/+13 |