Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-30 | acd went away | Theo de Raadt | |
1999-07-30 | acd goes away | Theo de Raadt | |
1999-07-30 | fix | Theo de Raadt | |
1999-07-30 | acd goes away | Theo de Raadt | |
1999-07-30 | bye | Theo de Raadt | |
1999-07-27 | update | Michael Shalayeff | |
1999-07-27 | s/disk_pages/scsi_disk_pages/ | Niklas Hallqvist | |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist | |
1999-07-26 | Some people don't have enough RAM in their PCs and expect swapping to | Constantine Sapuntzakis | |
work. Fix an array bounds problem with the imask[] array. | |||
1999-07-25 | move around ioctl definitions | Jason Wright | |
1999-07-25 | Make sure pciide_machdep.c is uncommented | Constantine Sapuntzakis | |
1999-07-25 | add ti* | Jason Wright | |
1999-07-25 | costa owes me a beer | Theo de Raadt | |
1999-07-25 | remove extra comments | Theo de Raadt | |
1999-07-25 | disable wt0 by default | Theo de Raadt | |
1999-07-25 | Enable new ATA/ATAPISCSI functionality as default. | Constantine Sapuntzakis | |
1999-07-24 | silently ignore EIO on a disk, since this typically means it is | Theo de Raadt | |
removable media, and guess what, it's probably been removed. | |||
1999-07-24 | PCMCIAVERBOSE not default anymore | Theo de Raadt | |
1999-07-23 | add fga, daadio, fvme, scf, flash for FORCE boards (commented out) | Jason Wright | |
1999-07-23 | Drivers 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-23 | From NetBSD; let i386 run audio at a high IPL | Niklas Hallqvist | |
1999-07-22 | rename primary/secondary to channel 0/1 | Theo de Raadt | |
1999-07-21 | define some more cache-related pdc routines | Michael Shalayeff | |
1999-07-21 | rewrite 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-21 | better fields order for pv_entry | Michael Shalayeff | |
1999-07-21 | skip break insn in the proper place, print cr28 in ddb, some debugging cruft | Michael Shalayeff | |
1999-07-21 | isapnp wdc | Theo de Raadt | |
1999-07-21 | sync to GENERIC | Theo de Raadt | |
1999-07-20 | Add wdc pcmcia controller. This needs the new ATA code. | Federico G. Schwindt | |
1999-07-20 | midi at ym/mpu | Theo de Raadt | |
1999-07-20 | first cut at isapnp and ym mpu | Theo de Raadt | |
1999-07-20 | export cr28 for DEBUGging purposes | Michael Shalayeff | |
1999-07-20 | don't cache pagetables on microsparc 1 either. From NetBSD | Artur Grabowski | |
1999-07-20 | add support for "floating accent" and compose. -moj | Mats O Jansson | |
1999-07-20 | 126 -> NBT_BAD | Constantine Sapuntzakis | |
Fix disklabel/bad sectors stuff in wd | |||
1999-07-19 | some more comments | Michael Shalayeff | |
1999-07-18 | Get rid of useless #include's of wdc.h | Constantine Sapuntzakis | |
1999-07-18 | Import 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-18 | regen | Michael Shalayeff | |
1999-07-18 | better cpu ids | Michael Shalayeff | |
1999-07-18 | print layout as %x, to match kbd(8) | Theo de Raadt | |
1999-07-18 | pmap_activate() and pmap_deactivate() are MD | Theo de Raadt | |
1999-07-18 | Add code to support none us keyboards in kernel. -moj | Mats O Jansson | |
1999-07-18 | rf support; m4@umn.edu | Theo de Raadt | |
1999-07-18 | fix pmap_activate() and pmap_deactivate() arguments after art changed things | Theo de Raadt | |
1999-07-18 | fix pmap_activate() and pmap_deactivate() arguments after art changed things | Theo de Raadt | |
1999-07-18 | fix {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-18 | SIS_85C503 misidenties itself; g.mcgarry@qut.edu.au | Theo de Raadt | |
1999-07-17 | do not brelse() badly | Theo de Raadt | |
1999-07-17 | Fix a bug that caused panic instead of error return with invalid disk | Constantine Sapuntzakis | |
geometries. Make sure we don't brelse a buf that we don't have. |