summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2007-06-14excessive blank lines making the versions differentTheo de Raadt
2007-06-14set the prototype disklabel to version 1Theo de Raadt
2007-06-14do not depend on previous loop variable, use a constant insteadTheo de Raadt
2007-06-12all disksubr.c did their b_flags manipulation differently (and wrong).Theo de Raadt
2007-06-09The differences in the last non-homogeneous bounds_check_with_label()Kenneth R Westerback
2007-06-09unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two)Theo de Raadt
2007-06-09by hand i carefully found that all the differences in setdisklabel()Theo de Raadt
2007-06-09annoying spacing glitch which makes the diffs biggerTheo de Raadt
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
2007-06-07Replace magic bus clock constants in est related files with defines.Dimitry Andric
2007-06-07More bounds_check_with_label homogenization. Fix a couple of typos whileKenneth R Westerback
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt