summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2008-04-28Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols.Mark Kettenis
2008-04-28Sync PCI ids.Brad Smith
2008-04-27add acpithinkpad(4), an acpi support driver for ibm/lenovojoshua stein
2008-04-25When allocating an interrupt 'slot', always check all slots to see if weMark Kettenis
2008-04-25the code that parses arguments from the boot loader on amd64 wasnt checkingDavid Gwynne
2008-04-24oops. unbreak build by removing the #include for amd8131reg.hThordur I. Bjornsson
2008-04-24move the register defines from amd8131reg.h into aapi.c,Thordur I. Bjornsson
2008-04-24allow amd64 to use serial ports other than com0 as the console. previouslyDavid Gwynne
2008-04-20rewrite the serial port handling to manipulate the hardware directlyDavid Gwynne
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
2008-04-13lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowmMark Kettenis
2008-04-13garbage collect the cpus_running global variable;Thordur I. Bjornsson
2008-04-12Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1Mark Kettenis
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-04-07Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
2008-04-07sdtemp* devices could occur on these machinesTheo de Raadt
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
2008-03-31Re-enable lii(4).Brad Smith
2008-03-29Fix amd64 and i386 serial console handling for non-default speeds. BringKenneth R Westerback
2008-03-29enable kate(4); ok deraadt@Constantine A. Murenin
2008-03-24add it(4) at port 0x228, found on some motherboards.Oleg Safiullin
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-23enable andl; ok deraadtConstantine A. Murenin
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-21crank maxusers on some architecturesTheo de Raadt
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2008-03-17Clear PSL_D when entering signal handlers; pointed out by dfly people;Theo de Raadt
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-02-25- Add lii(4) commented out to the amd64 configsBrad Smith
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
2008-02-21enable envy(4) on amd64, untested.Alexandre Ratchov
2008-02-21uncomment the entry to allow opl(4) to attach to cmpci(4).Brad Smith
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.Mark Kettenis
2008-02-11g/c db_thread_fp_used()Miod Vallat
2008-02-05ACPI 3.0 seems to work just fine so lets enable it.Marco Peereboom
2008-01-26Unify i386 and amd64 lapic code, and calibrate lapic timer with interruptsMark Kettenis
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-15Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396).Mark Kettenis
2008-01-14Remove extra whitespace after comment; makes file identical to i386 versionMark Kettenis
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-02Give LOCKDEBUG kernels a chance to compile; ok kettenis@Miod Vallat
2007-12-31crank maxusers a little bitTheo de Raadt
2007-12-31enable upgt & lii. both have issues, and will need to be fixed inTheo de Raadt
2007-12-27missing newline in autoconf pxe report; spotted by henningTheo de Raadt
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
2007-12-22remove an obsolete comment art spottedTed Unangst