summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Collapse)Author
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-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-22reportedly 2000 works alsoTheo de Raadt
1999-05-21longer delay in pms probe for thinkpads; joshp@ioactive.comTheo de Raadt
1999-05-21Don't turn off uart when closing cua device if tty is waiting.Jim Rees
Instead just drop dtr briefly.
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-12builtin -> built-inAaron Campbell
1999-04-23correct keycap.pcvt pathTodd C. Miller
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-09$Log is uglyTheo de Raadt
1999-02-08Fix cua device to not block on open.Jim Rees
Turn off chip (and dtr) on interrupted open.
1999-01-31Fix clobbers so that GENERIC may compile with egcs.Marc Espie
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code.
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
work again
1999-01-13RCSIdsNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will ↵Theo de Raadt
still fail in some cases
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
for machines low on interrupts. work by fgsch, and myself
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-16Fix attribute handling. FromTobias Weingartner
John Wright <juggler@oaktree.co.uk>
1998-10-07Fix trigger level initializations; fixes mouse for XFree86.Jason Downs
1998-09-28Add Trident 9750Jason Downs
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-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist
1998-08-13Fix card list: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-10allow -d option to work with -c [change screen]Todd C. Miller
1998-08-10reflect realityTodd C. Miller
1998-08-09Wait for ACK's back from the kbd controller when setting typematic rate.Todd C. Miller
Fixes a hang when starting X windows on pc's with picky kbd controllers.
1998-08-07fix PMS_INT_DISABLETheo de Raadt
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-19COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well.Jason Downs
1998-07-17make isa_intr_establish() once again not panicTheo de Raadt
1998-07-14add "ctl" and "swap" sample keyboard mappings;Marco S Hyman
document the proper name of keycap file
1998-07-12Fix for the new fast PII-400 machines. This makes them work, and does notTobias Weingartner
seem to have an adverse affect on other machines. Thanks to martin@ for testing on the PII-400 (wish I had one...), and millert@ for testing on his machines (and finding a bug in my original fix). pccons & pckbd need fixing too...
1998-07-12add .OsTheo de Raadt
1998-07-09never set PSL_IOPL at high securelevel (except the one xf86 case, controlled ↵Theo de Raadt
by the aperture driver; problem noted by csapuntz
1998-07-03who cares if joystick is attachedTheo de Raadt
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me]
1998-06-29Add and use isa_intr_check().Jason Downs
1998-06-28Accept Modem and modem as match strings for PCMCIA modem cards.Angelos D. Keromytis
1998-06-27have pmsprobe() attempt interrupt establishment; fail probe if interrupt in useTheo de Raadt
1998-06-27make isa_intr_establish not panic, but return NULL for failureTheo de Raadt
1998-06-25Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvtTodd C. Miller
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one.
1998-06-16Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru>Todd C. Miller