summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2023-01-18Do on i386 as we do on amd64. This is done on variable cpu_pae, whichTheo de Raadt
2023-01-17include isadma.h not isa.hJonathan Gray
2023-01-17test NSDMMC not SDMMCJonathan Gray
2023-01-17remove elansc(4) driver for AMD Elan SC520 System ControllerJonathan Gray
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-11i386/machdep.c: revert revisions 1.659 and 1.660Scott Soule Cheloha
2023-01-10Hide WAITPKG cpu feature from vmm(4) guests.Dave Voutila
2023-01-10i386: identifycpu(): only calibrate_cyclecounter() on primary CPUScott Soule Cheloha
2023-01-10i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter()Scott Soule Cheloha
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2022-12-30Actually hide the clang-15 workaround behind the COMPILER_VERSION checkJeremie Courreges-Anglas
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-27Ansify pxe_netif_close() and {,pxe}socktodesc()Jeremie Courreges-Anglas
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06i386: switch to clockintrScott Soule Cheloha
2022-11-08i386: add delay_fini()Scott Soule Cheloha
2022-11-01Use todr_attach().Mark Kettenis
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-10add references to 10h 12h revision guidesJonathan Gray
2022-09-24add SH-B0 0x00000f50 socket 940 family 0Fh OpteronJonathan Gray
2022-09-23only call printf the first time amd64_errata() is calledJonathan Gray
2022-09-20remove HY_D1_G34R1 enum value and just use HY_D1Jonathan Gray
2022-09-10amd64, i386: lapic_initclocks: install i8254 before lapic_startclock()Scott Soule Cheloha
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-09-06i386/lapic.c: sync with amd64/lapic.cScott Soule Cheloha
2022-09-04spellingJonathan Gray
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-02Reduce differences to amd64.Mike Larkin
2022-09-02Adopt a terser specification of an MBR partition table ofKenneth R Westerback
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-09-01Delete force CHS remnants here too.Kenneth R Westerback
2022-08-30Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@Miod Vallat
2022-08-29static const, not const staticJonathan Gray
2022-08-29static inline, not inline staticJonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-27Provide ENTRY_NB() for i386Theo Buehler
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2022-08-25amd64, i386: add delay_init(): basic delay(9) implementation managementScott Soule Cheloha
2022-08-22remove locore.s bzero and use libkern bzero on i386Jonathan Gray
2022-08-22remove cpu var from i386; removed from amd64 in 2015Jonathan Gray
2022-08-20drop detection code for Cyrix CPUs older than the Cyrix M2Daniel Dickman
2022-08-18repair printing of cpu class after machdep.c 1.652Jonathan Gray
2022-08-15drop detection code for 386sx/386dx CPUsDaniel Dickman
2022-08-08remove mouse.h last used by pre-wscons driversJonathan Gray
2022-07-27retire Rise CPU identification codeDaniel Dickman
2022-07-12remove cache parts of struct cpu_info which were used by vmmJonathan Gray
2022-07-07retire NexGen CPU identification codeDaniel Dickman
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-06-29remove archaic comment from original import of i386 pmapDave Voutila
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala