summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-17properly detect the cpu model for the broken cyrix latch; better fix than pr#...Michael Shalayeff
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-16systrace facility, used to enforce and generate policies for system callsNiels Provos
2002-05-16fix for a timer latch bug on the cyrix mediagx and gxm cpus.Michael Shalayeff
2002-05-16Add a an argument to db_printsym that specifies the printf functionArtur Grabowski
2002-05-15add lofn and nofnJason Wright
2002-05-10on ServerWorks CNB20HE Host:Michael Shalayeff
2002-05-09ukbd (and others) at uhidev, not uhubMarco S Hyman
2002-05-09ukbd now at uhidev, not uhub. Ditto for ums (commented out)Marco S Hyman
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
2002-05-07Add url(4) and urlphy(4)Nathan Binkert
2002-05-06Try to deal with the pci shadow bus issue by disabling a specific chipNathan Binkert
2002-05-06drop out of any intr fixup activities if was disabled in the config flagsMichael Shalayeff
2002-05-06tuner driver for the fms cards.Michael Shalayeff
2002-05-03disable ahc again for now, since it does not fit; ok miodPeter Valchev
2002-05-03ptrdiff_t and size_t fixes.Marc Espie
2002-05-03no guarantee that ptrdiff_t is int and not long, so cast.Marc Espie
2002-05-02update the nbsd rcsid to unconfuse some lamersMichael Shalayeff
2002-04-30yup, ahc fits easily again; requested by bradTheo de Raadt
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-28Machines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge.Nathan Binkert
2002-04-25soundforte radio driver, from Vladimir Popov <jumbo@narod.ru>Michael Shalayeff
2002-04-24be much more picky about which RCC products are multi-bridgesTheo de Raadt
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-19build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.comjasoni
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-13Try MUCH harder to always print a "root on" lineTheo de Raadt
2002-04-10remove ahc from here againTheo de Raadt
2002-04-08add ESS Allegro-1 and Maestro-3 driverMike Frantzen
2002-04-02move to gxTheo de Raadt
2002-04-02gx works on alpha and i386 add a commented line for the driverNathan Binkert
2002-03-30pci and pcmcia wi fits on all of themTheo de Raadt
2002-03-30much more fits on this now: ahc, twe, iop, pci xl, pci wiTheo de Raadt
2002-03-30recognize more via/cyrix cpu types; from Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>...Michael Shalayeff
2002-03-26iop can to onto thisTheo de Raadt
2002-03-24handle NS Geode GX1; wd@ics.nara-wu.ac.jpTheo de Raadt
2002-03-23typo repair; openbsd@davidkrause.comTheo de Raadt
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-21Some laptops (such as the Toshiba Libretto L series) use _PIR insteadTodd C. Miller
2002-03-19remove __PTodd C. Miller
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
2002-03-18pedantic assembly opcodes, to please new gas/new gcc.Marc Espie
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14protect from overflows and null derefs in cpu probing; from wd@ics.nara-wu.ac...Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-12extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net>Michael Shalayeff
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright