summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2007-10-29run depend so that SFILES depend on assym.h, which allows them to buildMarc Espie
2007-10-28get rid of btoc/ctob in favor of atop/ptoaMartin Reindl
2007-10-24Remove idle loop counter.Mike Belopuhov
2007-10-24Don't spam the dmesg.Mike Belopuhov
2007-10-19remove vars from some prototypes.Federico G. Schwindt
2007-10-17replacement for the pctr codebase that can handle amd64 processors asTheo de Raadt
2007-10-14enable wbngTheo de Raadt
2007-10-13Remove leftovers art forgot to prune...Miod Vallat
2007-10-13Fix cpu_exit() comments to be more closer to reality.Miod Vallat
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-08enable spdmem where it mattersTheo de Raadt
2007-10-07Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenMarc Balmer
2007-09-30Enable Broadcom wireless, bwi(4).Jonathan Gray
2007-09-24Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but stillMarcus Glocker
2007-09-17MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2007-09-12port of i386 pctr code to amd64; Mike BelopuhovTheo de Raadt
2007-09-12s/atoin/ation/ typosCharles Longeau
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-08Add adl(4). Make comments for i2c devices a bit more consistent while I'mMark Kettenis
2007-09-07Comment fix. It's 0x7F ELF, not 0xFF ELF.Tobias Weingartner
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini
2007-09-04Zap the simplelock goo and general cleanup of comments.Thordur I. Bjornsson
2007-09-04driver for i2c lm93 sensor; very common on ipmi machines which have i2cTheo de Raadt
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-09-01Use db_format() instead of ddb-specific format specifiers; no functionalMiod Vallat
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-08-31Add vaddr.Marco Peereboom
2007-08-26Use ptoa((psize_t)...) and %lu to print memory size.Mark Kettenis
2007-08-20put rlphy onto the standard ramdisk; spotted by jsgTheo de Raadt
2007-08-08Prevent a potential null-pointer dereference.Mark Kettenis
2007-08-06Spew smbios bios table vendor/version/release date into the dmesg. DiffGordon Willem Klok
2007-08-05Enable Compact Flash driver for the Marvell 88W8385 chip inMarcus Glocker
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
2007-07-27As on i386:Tom Cosgrove
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-25bthub for amd64, based on diff from johanTodd T. Fries
2007-07-06Fix a misleading comment.Artur Grabowski
2007-07-04fix dmesg formatting error when hardware random number generator is presentChris Kuethe
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
2007-07-02enable jmb on all archs that support ahci, so jmicron boards will continueDavid Gwynne
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-25"of of" is wrong - it should be "off of" - but "from" is even nicerTom Cosgrove
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-18Calculate the disklabel checksum *after* filling in all the fields inKenneth R Westerback
2007-06-18simplify error return case from writedisklabel()Theo de Raadt
2007-06-18this XXX has no place here anymore. extended partition label writingTheo de Raadt
2007-06-17(error in commit messages to other similar MI files; see position inTheo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt