| Commit message (Expand) | Author | Age | Files | Lines |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+1 |
* | - Hook up machfb(4) to the sparc64 build, not enabled in GENERIC | marius | 2005-05-21 | 1 | -0/+1 |
* | Sync with the other files.<arch> files and put the keyboard map | marius | 2005-05-19 | 1 | -7/+7 |
* | - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c and | marius | 2005-05-19 | 1 | -4/+3 |
* | - Try to not leak resources in the attach functions of the esp(4) SBus | marius | 2005-05-19 | 1 | -1/+2 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 1 | -1/+0 |
* | Add a driver for the 'clock-board' device (the clock board is an | marius | 2005-03-19 | 1 | -0/+1 |
* | Back out no longer necessary work-arounds added in rev. 1.59 for building | marius | 2005-02-12 | 1 | -5/+3 |
* | Add a front-end for the `rtc' device which is a MC146818 compatible | marius | 2004-11-17 | 1 | -0/+2 |
* | Fix paths after repocopies done by scottl | trhodes | 2004-11-10 | 1 | -1/+1 |
* | Device driver for onboard CS4231 audio controller which is found | yongari | 2004-10-25 | 1 | -0/+3 |
* | Port NetBSD auxio driver. The driver was modified to use led(4) and can | yongari | 2004-10-09 | 1 | -0/+2 |
* | Add a kludge for building SBus-only kernels, i.e. kernels without support | marius | 2004-08-15 | 1 | -3/+5 |
* | sio(4), which never really worked on sparc64, was removed in favour of | marius | 2004-08-15 | 1 | -2/+0 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -1/+2 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 1 | -1/+1 |
* | Hook the GDB backend into the build. | marcel | 2004-07-10 | 1 | -0/+1 |
* | Add the esp(4) files. Two of them are sbus-specific and therefore only | scottl | 2004-06-10 | 1 | -0/+2 |
* | - Remove the old sparc64 OFW PCI code (as opposed to the former | marius | 2004-05-08 | 1 | -3/+3 |
* | Remove the separate kernel option for Sun APB PCI-PCI bridges and make | marius | 2004-04-30 | 1 | -1/+1 |
* | Add an implementation of uiomove_fromphys() to sparc64. This | alc | 2004-03-22 | 1 | -0/+1 |
* | Re-add libkern/ffs.c. I thought sparc64 had an inline version, but | des | 2004-01-14 | 1 | -0/+1 |
* | Add ffsl(), fls() flsl() to platforms that don't already have them. | des | 2004-01-13 | 1 | -1/+3 |
* | Copy ukbdmap.h rules from .i386. | imp | 2003-11-17 | 1 | -0/+6 |
* | Add a uart attachment/syscons keyboard driver for sun keyboards. In theory | jake | 2003-11-11 | 1 | -0/+1 |
* | Hook-up the uart(4) driver to the build. For a detailed description | marcel | 2003-09-06 | 1 | -0/+1 |
* | Hook syscons and the creator driver up to the sparc64. This compiles but | jake | 2003-08-24 | 1 | -0/+16 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 1 | -1/+4 |
* | Hook openpromio up to the build. | jake | 2003-06-19 | 1 | -0/+1 |
* | Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.c | phk | 2003-04-21 | 1 | -0/+1 |
* | Separate the encoding/decoding functions for struct disklabel into a | phk | 2003-04-17 | 1 | -0/+1 |
* | - Remove unused cache flushing routines. These will not necessary work | jake | 2003-03-19 | 1 | -0/+2 |
* | Standardize handling of locore.[sS] etc. files. | ru | 2003-02-28 | 1 | -5/+3 |
* | Add drivers for the central and fhc busses found in enterprise class | jake | 2003-02-18 | 1 | -0/+5 |
* | NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 build | phk | 2003-01-28 | 1 | -1/+0 |
* | Sparc64 does not need subr_diskslice.c and subr_mbr.c now. | phk | 2003-01-17 | 1 | -2/+0 |
* | Move subr_disklabel.c and subr_diskslice.c from being MI to MD files, | phk | 2003-01-17 | 1 | -0/+2 |
* | Add kernel dump support, based on the ia64 version (which was committed | tmm | 2002-10-20 | 1 | -0/+1 |
* | Build openfirmio on sparc64. | tmm | 2002-10-18 | 1 | -0/+1 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -0/+2 |
* | hookup new crypto support to the config/build process | sam | 2002-10-04 | 1 | -0/+2 |
* | Moved most interrupt related code to a new file, interrupt.S. | jake | 2002-09-28 | 1 | -0/+1 |
* | *.s -> *.S. | jake | 2002-07-31 | 1 | -8/+8 |
* | Add routines needed for high resolution profiling. | jake | 2002-07-29 | 1 | -0/+1 |
* | Move sio's ebus attachment to the MI files section so it is compiled in | jhb | 2002-07-24 | 1 | -1/+0 |
* | Move sio_isa.c back to MD files files due to PC98 brain damage. | jhb | 2002-07-24 | 1 | -0/+1 |
* | ebus is not a 'count' device. There are no NEBUS references. | peter | 2002-07-20 | 1 | -1/+1 |
* | Add the ebus sio attachment. | obrien | 2002-07-19 | 1 | -0/+1 |
* | Move all the sio(4) attachments (except for pc98's cbus attachment) to the | jhb | 2002-07-15 | 1 | -5/+0 |
* | Allow one to configure `sio'. | obrien | 2002-06-18 | 1 | -0/+6 |