summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
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
1998-01-19fix ifdef; marc@snafu.orgTheo de Raadt
1998-01-11scanset probing like pccons does; vons@usa.netTheo de Raadt
1998-01-04support Trident TVGA9440Theo de Raadt
1998-01-04quieter on bootTheo de Raadt
1998-01-04add TVGA9440Theo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-25prettyJason Downs
1997-12-25If you're going to panic, at least print the IRQ so the user knows what toJason Downs
1997-12-25Update for new isapnp configuration.Jason Downs
1997-12-25isa_has_been_seen; NetBSDJason Downs
1997-12-21ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP.Jason Downs
1997-12-17I586_CPU -> I586_CPU || I686_CPUJason Downs
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-11-06oopsTheo de Raadt
1997-11-05flush tty queue when entering/exiting X; cgd & meTheo de Raadt
1997-10-24s/DEBUG/SPKR_DEBUG/gMichael Shalayeff
1997-10-08define from smp specTobias Weingartner