summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2005-03-17Increase timeout in fdcresult(), this allows fdformat(8) to work now.Miod Vallat
2005-03-17enable uralDavid Gwynne
2005-03-15Only warn if pci_{io,mem}_find fails if the returned value is not ENOENT - emptyMiod Vallat
2005-03-15Nuke matchbyname(), which isn't used anymore.Miod Vallat
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
2005-03-13va_args repair; andrushock@korovino.net, ok miodTheo de Raadt
2005-03-12Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG.Miod Vallat
2005-03-09Preliminary support for the floppy drive on Ultrasparcs. Only tested onMiod Vallat
2005-03-08Cosmetics...Thierry Deval
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-03-06Shorten dmesg if no keyboard is plugged.Miod Vallat
2005-03-05Now that xbox sort-of works on sparc64, port the cgtwelve driver, sinceMiod Vallat
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
2005-01-27Fill all fields of intrhand structures not created by bus_intr_allocate().Miod Vallat
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2005-01-05PIL_AUD should be lower than PIL_SCHED, otherwise the audio code mayFederico G. Schwindt
2005-01-04SET_PC_REGS, arches tested between me and miod.Marc Espie
2004-12-30add acphy and bmtphy for some aue devicesDavid Gwynne
2004-12-30add ehci and enable atu in GENERIC. get rid of the flags on usb since theyDavid Gwynne
2004-12-28add sqphyBrad Smith
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-18Print error codes in panic message.Brad Smith
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-06use raw device; wbx@openbsd.deTheo de Raadt
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
2004-12-01Remove unused constants.Miod Vallat
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-29Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedMiod Vallat
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
2004-11-12#atuTheo de Raadt
2004-11-09Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti.Miod Vallat
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
2004-11-02Use PROM mappings, if available, whenever we are the console device or not;Miod Vallat
2004-10-23configure() -> cpu_configure()Michael Coulter
2004-10-20Provide real console drivers on installation media, and deem pcons obsoleteMiod Vallat
2004-10-20vr(4) now works out of the box and brings defenceless sparc64 in a new ageMiod Vallat
2004-10-18Do not pass -print-map to the linker anymore, as we don't care about thisMiod Vallat
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
2004-10-01add a blink_led API (shaves ~1k from GENERIC) rather than have the sameJason Wright
2004-10-01more register defnsJason Wright
2004-09-30rl(4) support for sparc64; ok jason@Robert Nagy