| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -1/+1 |
* | Add recently invented COMPAT_FREEBSD5 option. | kensmith | 2005-07-14 | 1 | -0/+1 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | - Declare lookup tables etc. const. | marius | 2005-07-10 | 2 | -2/+5 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |
* | Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4), | marius | 2005-06-10 | 1 | -11/+11 |
* | - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, not | marius | 2005-06-10 | 2 | -4/+4 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -10/+13 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+14 |
* | Remove superfluous breaks. | marius | 2005-06-05 | 1 | -3/+0 |
* | After some input from bde@ and rereading the datasheet use a MTX_SPIN | marius | 2005-06-04 | 1 | -1/+1 |
* | - In creator_configure() when probed for the high-level console return | marius | 2005-06-04 | 2 | -3/+13 |
* | Now that all affected drivers have been changed remove the helpers | marius | 2005-06-04 | 1 | -34/+3 |
* | Create nexus in configure_first() instead of in configure(). This | marcel | 2005-05-29 | 1 | -1/+2 |
* | Call cninit_finish() from configure_final(). | marcel | 2005-05-29 | 1 | -0/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -66/+0 |
* | pmap_enter() no longer requires Giant. Therefore, stop acquiring and | alc | 2005-05-28 | 1 | -2/+0 |
* | - Hook up machfb(4) to the sparc64 build, not enabled in GENERIC | marius | 2005-05-21 | 2 | -2/+4 |
* | o creator(4): | marius | 2005-05-21 | 3 | -79/+230 |
* | - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial) | marius | 2005-05-21 | 1 | -2/+36 |
* | - Make sure that the OFW address properties that are going to be decode | marius | 2005-05-21 | 1 | -5/+6 |
* | o mc146818(4): | marius | 2005-05-19 | 1 | -11/+22 |
* | - Add locking. | marius | 2005-05-19 | 1 | -1/+11 |
* | - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c and | marius | 2005-05-19 | 4 | -324/+62 |
* | - Artificially using SYS_RES_IOPORT for EBus devices for reasons of | marius | 2005-05-19 | 1 | -24/+43 |
* | - When iterating over the register resources of the children don't use | marius | 2005-05-19 | 1 | -27/+33 |
* | - Add suport for the bus_get_resource() device interface method to | marius | 2005-05-19 | 3 | -3/+3 |
* | - 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 |
* | Slightly reformat apb_alloc_resource() to create some horizontal space | marcel | 2005-04-28 | 1 | -44/+43 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -4/+16 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -8/+43 |
* | 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 |
* | - Split the bus probe function into a bus probe and a bus attach function | marius | 2005-04-17 | 1 | -57/+70 |
* | Some clean-up announced in rev. 1.31: | marius | 2005-04-17 | 1 | -80/+67 |
* | - MFi386: sys/i386/i386/intr_machdep.c rev. 1.11 | marius | 2005-04-16 | 4 | -20/+28 |
* | Some changes to intr_execute_handlers(): | marius | 2005-04-16 | 1 | -6/+6 |
* | - In sparc64_init() remove the call to tick_stop(). There's no need to | marius | 2005-04-16 | 1 | -7/+4 |
* | - Add a workaround for a bug in BlackBird CPUs (said to be part of the | marius | 2005-04-16 | 5 | -65/+116 |
* | Fix a style(9) bug in the stxa_sync() macro (DO NOT use function calls | marius | 2005-04-16 | 1 | -1/+2 |
* | Close a race I introduced in the spinlock_* changes. We need to finish | jhb | 2005-04-14 | 1 | -1/+3 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 1 | -2/+2 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 6 | -153/+41 |
* | fix kldloading of pci driver modules after boot on sparc64... since | jmg | 2005-03-23 | 1 | -1/+1 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 1 | -0/+1 |
* | Add a driver for the 'clock-board' device (the clock board is an | marius | 2005-03-19 | 4 | -0/+261 |
* | - Add a device interface method for bus_get_resource_list() and use | marius | 2005-03-19 | 4 | -38/+66 |