summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
2005-08-20PNI was changed to be known as SSE3 by Intel so makeJonathan Gray
a similiar change when reporting CPU features here. ok deraadt@
2005-08-19Spacing.Marco Peereboom
2005-08-163.8 will ship with support for art(4)Theo de Raadt
2005-08-14No more musyccbus aka ebus.Claudio Jeker
2005-08-13add ste*Brad Smith
ok krw@, deraadt@
2005-08-13Add commented out hooks for art(4).Claudio Jeker
OK deraadt@
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
ok deraadt@
2005-08-05Uncomment aps to help gather more testing feedback.Jonathan Gray
I'd like to hear from anyone running with this.
2005-08-05Add commented entry for aps (ThinkPad Active Protection System)Jonathan Gray
2005-08-04match on ich7; testing by Mark.Peoples@asu.eduMichael Shalayeff
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03ciss can fit onto the large RAMDISKSTheo de Raadt
2005-08-03enable ciss; deraadt@ okMichael Shalayeff
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
ok deraadt@ beck@ marco@
2005-08-01kernal->kernel;Jason McIntyre
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
2005-08-01spacingTheo de Raadt
2005-08-01Fiddle with dkcsum output. Improve verbiage and grouping of messages.Kenneth R Westerback
Clean up code. ok weingart@ tom@ 'go for it' deraadt@
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-31remove the config glue between the /dev entry for ses and its driverDavid Gwynne
sure deraadt@
2005-07-30people grew the kernel too much again, sighTheo de Raadt
2005-07-30build libkernTodd C. Miller
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
some VIA CPU based boards. The driver provides temperature, voltage and fan tachometers values through the sysctl interface. Rickard Dahlstrand <rd@tilde.se> asked for this driver and provided access to the test board. Also tested by millert@. ok millert@
2005-07-28rev 1.46Brad Smith
Add quirk for Connectix Virtual PC 5 (for Windows at least) emulated PCI bridge (440BX). From minoura NetBSD
2005-07-28rev 1.32Brad Smith
redo the PCI configuration mode detection - should make some less standard compliant PCI chipsets work (Compaq, Connectix emulated Triton) From drochner NetBSD Tested by a number of end-users and a few developers.
2005-07-28add pcnBrad Smith
2005-07-26Reduce verbosity during dkcsum by moving open/read/close errorKenneth R Westerback
messages inside #ifdef DEBUG/#endif sections. Helps with usb card readers and such that will often have no media. ok weingart@ tom@
2005-07-25ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.Jonathan Gray
Tested by and ok marco@, ok brad@
2005-07-23Fix a few typos. Set 'error' variable before using it in message.Kenneth R Westerback
Makes i386 and amd64 dkcsum.c identical. ok weingart@ tom@
2005-07-18save/restore fpu for the signal handler call in the trampoline.Michael Shalayeff
modeled after sparc together w/ deraadt@; deraadt@ ok
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-15- add /bsd.rd to FILESJason McIntyre
- for amd64/i386 add /bsd.mp to FILES ok tom@
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-12call pmap_apte_flush() with the current pmap, not the one to be mapped.Hans-Joerg Hoexer
ok art@
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ↵Michael Shalayeff
configs for now
2005-07-03sigh, aue cannot fit anymore because people keep growing codeTheo de Raadt
2005-07-02skip pcmcia comTheo de Raadt
2005-06-27support pccom* at cardbus?Theo de Raadt
2005-06-27rev 1.41Brad Smith
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@
2005-06-26cpu0: RNG AES AES-CTR SHA1 SHA256 RSATheo de Raadt
on fancy new VIA C3 Esther (aka C7) cpus
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-16fix initialization of apm_dobusy and apm_doidle to be off by default untilBob Beck
apm attaches and we know what the correct state should be, also ensure that they are set to off if the kernel apm thread fails to create. ok toby@, marco@
2005-06-14back out SMM lockdown patch until some other solution is found.Theo de Raadt
SMM lockdown breaks apm on a few machines.
2005-06-06oops. on 686 we count fpswtch in another function...Michael Shalayeff
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-06-01kjell is an evil tree-breakerMichael Shalayeff
2005-05-31spelling corrections in comments;Jason McIntyre
from charlie root;
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
is clocked by the statclock. miod@ ok