summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
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-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-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-07-22rename primary/secondary to channel 0/1Theo de Raadt
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-20126 -> NBT_BADConstantine Sapuntzakis
Fix disklabel/bad sectors stuff in wd
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-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo 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.
1999-07-14Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what youTodd C. Miller
expect. Also, add xref's to the pcvt userland utils.
1999-07-11WaveLANNiklas Hallqvist
1999-07-09MANSUBDIRTheo de Raadt
1999-07-09Fixup for linkTobias Weingartner
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08same here..Theo de Raadt
1999-07-08flesh out .DtTheo de Raadt
1999-07-08byeTheo de Raadt
1999-07-08no man page!Theo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-02Kludge to not get locked threads with UVM, XXXNiklas Hallqvist
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell
also repairs to mdoc.samples(7) and tcpdump(8)
1999-06-22commented-out aeon supportTheo de Raadt
1999-06-04remove old MN code, which is not in use anymore, MNN been running forMichael Shalayeff
a year already, and upcoming new apm stuff is not compatible w/ the old MN. niklas@ ok
1999-06-03use __builtin_next_arg() for va_start()Theo de Raadt
1999-06-01&vm->vm_pmap -> vm->vm_map.pmapArtur Grabowski
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
be bridged. Do the real work in a scheduled netisr.
1999-05-24more buf oflowsAaron Campbell
1999-05-24fix buf oflowAaron Campbell
1999-05-23xircom ethernet fits!Theo de Raadt
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
others. syscall commit pending.