summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-11-07add APM powerhooks.Niels Provos
1999-11-06make ramdiskB fitTheo de Raadt
1999-11-06move sea* to RAMDISKBTheo de Raadt
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell
1999-11-01add it back inTheo de Raadt
1999-11-01remove mickey code to avoid branchingTheo de Raadt
1999-11-01setup_buffers: If the allocation of saved_pgs failed 'left' would beArtur Grabowski
1999-10-29Roll back, wait for Niklas to fix it (who knows what the crazy SwedeAngelos D. Keromytis
1999-10-29ed0/ed1/ed2 are unknown...Angelos D. Keromytis
1999-10-28Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD.Aaron Campbell
1999-10-26modify bootapiver chekups to use bitwise operations.Michael Shalayeff
1999-10-26Add puc devices.Jason Downs
1999-10-26Add puc devices.Jason Downs
1999-10-26Update my copyright.Jason Downs
1999-10-26Clean up function declarations.Jason Downs
1999-10-26Fix inline function decls to work with C++.Jason Downs
1999-10-20special character handling; aaronTheo de Raadt
1999-10-16- Add support for a traditional PC display (16 colors and use the standard IBMAaron Campbell
1999-10-14A fix for the dreaded isadmaattach panic. The reason was actually quiteNiklas Hallqvist
1999-10-12add iophy*Jason Wright
1999-10-11include exphy, really needed for xl 100mbit cardsTheo de Raadt
1999-10-07Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdresetWim Vandeputte
1999-10-07Add -b (scrollback) to usage() -- OK aaron@Wim Vandeputte
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-06y2k related fixes; from netbsd, work by fgsch/ivanTheo de Raadt
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-04Minor calculation tweaks.Aaron Campbell
1999-10-03Double the amount of shared memory pages we can maximally allocate. ThisNiklas Hallqvist
1999-10-03Add missing bzero().Hakan Olsson
1999-10-01Update the man page to reflect reality.Aaron Campbell
1999-10-01add skc and skJason Wright
1999-09-30Change extmem counter to include *all* extended memory segments.Jason Downs
1999-09-30Make sure 'model' and 'step' are initialized, even for non-cpuid chips.Jason Downs
1999-09-29Fix a typo in previous commit.Aaron Campbell
1999-09-29- Add an ioctl to pcvt that adjusts the size of the scrollback buffer.Aaron Campbell
1999-09-29Reallocate our scrollback buffer when switching 132/80 column modes, too.Aaron Campbell
1999-09-28- Reallocate scrollbuffer when changing linemodes, not loading fonts.Aaron Campbell
1999-09-27Fix a display nit in scrollback code.Aaron Campbell
1999-09-26add exphyJason Wright
1999-09-23Typo fixes.Alex Feldman
1999-09-21pctr & ksymskstailey
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-20kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERSTheo de Raadt
1999-09-20crank default limitsTheo de Raadt
1999-09-20permit config file overriding of NKPDETheo de Raadt
1999-09-19Remove umass to avoid problems since the driver is not yet in the tree.Federico G. Schwindt
1999-09-18fix an off-by-one errorAaron Campbell
1999-09-17grown i386 kvm to 512MBTheo de Raadt
1999-09-17Avoid aliasing problems in K&R C.Marc Espie