summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
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 sti...Theo de Raadt
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-16Fix attribute handling. FromTobias Weingartner
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
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
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
1998-07-12Fix for the new fast PII-400 machines. This makes them work, and does notTobias Weingartner
1998-07-12add .OsTheo de Raadt
1998-07-09never set PSL_IOPL at high securelevel (except the one xf86 case, controlled ...Theo de Raadt
1998-07-03who cares if joystick is attachedTheo de Raadt
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
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
1998-06-16Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru>Todd C. Miller
1998-06-02untested isapnp joystick driverTheo de Raadt
1998-05-29protect from multiple define collisions w/ pccons.hMichael Shalayeff
1998-05-21typoMatthieu Herrb
1998-05-14* Better XR16C850 support.Jason Downs
1998-05-13bad toddTheo de Raadt
1998-05-13main returns int, not voidTodd C. Miller
1998-04-05Support for the XR16850; currently just treat it like an ST16650V2 withJason Downs
1998-04-01Add a write function and make the raw mode real raw in the PS/2 driverMatthieu Herrb
1998-03-28complete TVGA 9660 supportTheo de Raadt
1998-03-28grok trident 9660Theo de Raadt
1998-03-16please gcc (couldn't find any reference, so just deleted offending declaration)Jason Downs
1998-03-08move to 2.3Theo de Raadt
1998-02-23New probe routine, add support for ST16650 (works).Jason Downs
1998-02-22GCC 2.8 WallNiklas Hallqvist
1998-02-22GCC 2.8 -WallNiklas Hallqvist
1998-02-22fix db_console chunk of code properlyTheo de Raadt
1998-02-22fix db_console chunk of code properlyTheo de Raadt
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1998-02-02support non-ISA caseTheo de Raadt
1998-01-21doc keys; ian@darwinsys.comTheo de Raadt
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist