summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-04-26Remove softast; it's no longer used.Mark Kettenis
2008-04-25Make ipending per-cpu. Should fix PR 5788.Mark Kettenis
2008-04-12Initialize comconsiot in comcninit().Mark Kettenis
2008-03-29Fix amd64 and i386 serial console handling for non-default speeds. BringKenneth R Westerback
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-29outdated commentTheo de Raadt
2007-11-28quite a bit of simplification by removing cpu classes.Ted Unangst
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-08-01switch i386 to use the MI i8253 header file and remove the now obsolete MDMartin Reindl
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-09unused variableTheo de Raadt
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-04-28Remove a duplicate copyright statement.Jonathan Gray
2007-04-12Faster signal delivery on i386/MP.Artur Grabowski
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-22Do not define ISA_DMA_STATS by default; ok deraadtMiod Vallat
2007-03-19Move i386 to timecounters. This is more or less the same code as amd64.Artur Grabowski
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
2006-10-18Short-circuit the detection of the FPU by checking the CPUID features,Tom Cosgrove
2006-09-19ansi/deregisterJonathan Gray
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-15make the clock error calculation match dev/ic/com.c so that things with,Jason Wright
2006-05-28remove sc_ic member from struct com_softc as it is not used anywhereFelix Kronlage
2006-05-09Avoid estimating pentium_mhz too low, which has the effect of resultingOtto Moerbeek
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop...Michael Shalayeff
2006-03-15Entries in cd_devs[] may be NULL, so be sure to check for them in yourMiod Vallat
2006-03-13time-bind and lower power in lock spinning and a couple of other ipi loops by...Michael Shalayeff
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-11-24repair indent that cvs has scrwed make it extra confusingMichael Shalayeff
2005-11-23prioritise <16m memory for isa bus_dma'ble memorble memory allocationsMichael Shalayeff
2005-11-23resolve a couple of problems in mpbios-mapped interrupts:Michael Shalayeff
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt