summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-07-30acd went awayTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30fixTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30byeTheo de Raadt
1999-07-27updateMichael Shalayeff
1999-07-27s/disk_pages/scsi_disk_pages/Niklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1999-07-26Some people don't have enough RAM in their PCs and expect swapping toConstantine Sapuntzakis
work. Fix an array bounds problem with the imask[] array.
1999-07-25move around ioctl definitionsJason Wright
1999-07-25Make sure pciide_machdep.c is uncommentedConstantine Sapuntzakis
1999-07-25add ti*Jason Wright
1999-07-25costa owes me a beerTheo de Raadt
1999-07-25remove extra commentsTheo de Raadt
1999-07-25disable wt0 by defaultTheo de Raadt
1999-07-25Enable new ATA/ATAPISCSI functionality as default.Constantine Sapuntzakis
1999-07-24silently ignore EIO on a disk, since this typically means it isTheo de Raadt
removable media, and guess what, it's probably been removed.
1999-07-24PCMCIAVERBOSE not default anymoreTheo de Raadt
1999-07-23add fga, daadio, fvme, scf, flash for FORCE boards (commented out)Jason Wright
1999-07-23Drivers for the FORCE CPU-5V:Jason Wright
o fga5000 vme-sbus bridge o system config registers o flash memory and daadio VME board driver
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-07-22rename primary/secondary to channel 0/1Theo de Raadt
1999-07-21define some more cache-related pdc routinesMichael Shalayeff
1999-07-21rewrite the tlb miss handler and tlb dirty handler.Michael Shalayeff
optimize for HVT usage (when compiled for proper cpu type). drop hpt_* global variables, use info from control registers instead. there are still ways to improve the tlb handlers tho. machdep also prints cache and tlb coherence states (not related to the above). You eat greenish muffin. --More-- You write real code.
1999-07-21better fields order for pv_entryMichael Shalayeff
1999-07-21skip break insn in the proper place, print cr28 in ddb, some debugging cruftMichael Shalayeff
1999-07-21isapnp wdcTheo de Raadt
1999-07-21sync to GENERICTheo de Raadt
1999-07-20Add wdc pcmcia controller. This needs the new ATA code.Federico G. Schwindt
1999-07-20midi at ym/mpuTheo de Raadt
1999-07-20first cut at isapnp and ym mpuTheo de Raadt
1999-07-20export cr28 for DEBUGging purposesMichael Shalayeff
1999-07-20don't cache pagetables on microsparc 1 either. From NetBSDArtur Grabowski
1999-07-20add support for "floating accent" and compose. -mojMats O Jansson
1999-07-20126 -> NBT_BADConstantine Sapuntzakis
Fix disklabel/bad sectors stuff in wd
1999-07-19some more commentsMichael Shalayeff
1999-07-18Get rid of useless #include's of wdc.hConstantine Sapuntzakis
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
1999-07-18regenMichael Shalayeff
1999-07-18better cpu idsMichael Shalayeff
1999-07-18print layout as %x, to match kbd(8)Theo de Raadt
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-18Add code to support none us keyboards in kernel. -mojMats O Jansson
1999-07-18rf support; m4@umn.eduTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix {set,rem}runqueue wrt sizeof(p_stat) and some logic,Michael Shalayeff
fix %r1 restoration in several traps, also better kernel stack handling, and other fixes and typos. all inspired by the recent hot weather and humid nyc climate in general.
1999-07-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo de Raadt
1999-07-17do not brelse() badlyTheo de Raadt
1999-07-17Fix a bug that caused panic instead of error return with invalid diskConstantine Sapuntzakis
geometries. Make sure we don't brelse a buf that we don't have.