summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-02-29Fix db_read_bytes() for short reads.Miod Vallat
2008-02-27return from tda_attach before registering the sensor taskRobert Nagy
2008-02-25- Add lii(4) commented out to the amd64 configsBrad Smith
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
2008-02-24Remove some bogus 32-bit compatibiliy code and comments.Mark Kettenis
2008-02-21There's no need to print the IRQ now that we have direct configuration.Joel Sing
2008-02-21There's no need to print the IRQ now that we have direct configuration.Joel Sing
2008-02-21enable envy(4) on amd64, untested.Alexandre Ratchov
2008-02-21enable envy(4) on i386Alexandre Ratchov
2008-02-21uncomment the entry to allow opl(4) to attach to cmpci(4).Brad Smith
2008-02-20Oops, correctly recover from kcopy() faults, since the stack frame isMiod Vallat
2008-02-20More dead includes and functions noone will mourn.Miod Vallat
2008-02-20Completely overhault attachment rules on sgi. No more indirect configurationMiod Vallat
2008-02-20Preserve pcb_onfault within kcopy(), as expected and as all other platforms do.Miod Vallat
2008-02-204.3-betaMiod Vallat
2008-02-20enable tda(4)Robert Nagy
2008-02-20make tda(4) run the fans at maximum speed when we are about to dropRobert Nagy
2008-02-19Remove duplicate strcmp().Joel Sing
2008-02-18Only attach on Sun Blade 1000/2000.Mark Kettenis
2008-02-18Get correct memory information from 64 bit ARCBios, tested on Octane.Miod Vallat
2008-02-18Use better types and fix tests for pc and sp being in kernel to reallyMiod Vallat
2008-02-18More 64-bit ARCBios friendliness, correctly identify a 64 bit system, suchMiod Vallat
2008-02-18Fix ptoa() cast.Mark Kettenis
2008-02-18Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f'Joel Sing
2008-02-18remove the definition of amd7930_trap(), it is not used anywhere.Robert Nagy
2008-02-17We're not printing interrupt priority levels (ot whatever ipl stands for) butMark Kettenis
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.Mark Kettenis
2008-02-16On these platforms, REDUCEing unconditionnaly a second time is faster andMiod Vallat
2008-02-16Move panic tests under #ifdef DEBUGMiod Vallat
2008-02-16Only create phys_map on systems which need it, and test for phys_map beingMiod Vallat
2008-02-16Remove the wait instruction from cpu_idle_cycle(), as it causes problems onMiod Vallat
2008-02-16Remove unused fields of struct mips_pci_chipset.Miod Vallat
2008-02-15Reenable idle modes on powerpc. Tested by kettenis and myself.Dale Rahn
2008-02-14Some armish machines do not have very accurate clock generators,Dale Rahn
2008-02-14Make sure an interrupt handler does not get on the per-cpu list of pendingMark Kettenis
2008-02-13#undef IIOV before redefining for 1:1 mappings, to silence a warning.Miod Vallat
2008-02-13Offset the kernel message buffer down one page again, for the PROM scribblesMiod Vallat
2008-02-12add tda(4), commented out for nowRobert Nagy
2008-02-12tda(4) is a driver for Philips TDA8444 which can be found inRobert Nagy
2008-02-11Remove long dead CLKF_BASEPRI which crept in by mistake.Miod Vallat
2008-02-11g/c db_thread_fp_used()Miod Vallat
2008-02-11A couple fixes:Miod Vallat
2008-02-10Attach to "lom-console". Hopefuly this will give us a proper console onMark Kettenis
2008-02-10Add interrupt state diagnostic registers.Mark Kettenis
2008-02-05ACPI 3.0 seems to work just fine so lets enable it.Marco Peereboom
2008-02-03Map windows little-endian like the MI pcmcia code expects.Mark Kettenis
2008-02-02id like to install via a fibre gem on my 880, so add the gentbi phy that itDavid Gwynne
2008-01-30Oops. Missed one.Kenneth R Westerback
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-26Unify i386 and amd64 lapic code, and calibrate lapic timer with interruptsMark Kettenis