summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1998-09-27#ifdef and if() debugging stuffMichael Shalayeff
1998-09-27update quazimodoMichael Shalayeff
1998-09-27Add adv.Jason Downs
1998-09-25remove old compatskstailey
1998-09-25from Martin Fredriksson <martin@gbg.netman.se>:Michael Shalayeff
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize.
1998-09-24toast wds1Theo de Raadt
1998-09-24toast wds1Theo de Raadt
1998-09-23Add PCMCIAVERBOSE option.Federico G. Schwindt
1998-09-22media supportTheo de Raadt
1998-09-22some nice namingTheo de Raadt
1998-09-22add NE2000 card at 0x300 irq 10Theo de Raadt
1998-09-22Uncomment ne2k pcmcia entries.Federico G. Schwindt
1998-09-22ed replaced by ec/ne/we drivers.Federico G. Schwindt
1998-09-21add tx driverTheo de Raadt
1998-09-17add "option APM_NOPRINT" for this kernelMarco S Hyman
1998-09-17add NO_APMPRINT conditionalMarco S Hyman
1998-09-17sm* pcmcia supportTheo de Raadt
1998-09-16fix commentsMichael Shalayeff
1998-09-15bpf added, ppp goes away for nowTheo de Raadt
1998-09-11More config files update for the new pcmcia framework.Federico G. Schwindt
1998-09-11Change the config files to work with the new framework.Federico G. Schwindt
Add the aic and sm driver to GENERIC.
1998-09-11Comment the pcmcia attach routines for ed and pccom.Federico G. Schwindt
Add the pcmcia definitions for the new framework.
1998-09-11Comment the pcmcia cdev entry because the new frameworkFederico G. Schwindt
doesn't use devices (yet).
1998-09-11Grr... missed this in previous commit: adding 'mii' bus for i386Jason Wright
1998-09-10Added dev/mii layer (commented out until something on i386 uses it)Jason Wright
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-06compat with NetBSD + more *_raw_* extensions I needNiklas Hallqvist
1998-09-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist
1998-09-06Preserve symbol table if ksyms is in the kernel but DDB is not.Todd C. Miller
1998-09-02Added xl* for 3c90xJason Wright
1998-08-31better debug printfsMichael Shalayeff
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-31glue in xfsArtur Grabowski
1998-08-30Add extra cpu_setup argument.Jason Downs
1998-08-30Rearrange cpu_setup call and add an extra argument in order to cope withJason Downs
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output.
1998-08-27ksymsTheo de Raadt
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt NTPMichael Shalayeff
1998-08-24reorganizekstailey
1998-08-24use new audiokstailey
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-20avoid double fault during early boot; rvbTheo de Raadt
1998-08-18bye bye old compatsTheo de Raadt
1998-08-18halt processor when idle if either APM is enabled or PCTR is not enabled;Marco S Hyman
my idle portable: approx 320000 instructions per second my portable during a make build: as high as 21000000 instructions per second
1998-08-18s/dec/dev/ryker
1998-08-17Fix i386 kernel crash so that register context is saved in a better place.Constantine Sapuntzakis
1998-08-16don't map DMA across boundaries; from NetBSD (don't know who).Jason Downs
1998-08-13Fix card list: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-10no need for microcode deps. aic is fine anywayMichael Shalayeff
1998-08-10use drq2 for record drq in gus configuration instead of flags, reported byNiels Provos
xkill@uq.net.au.