summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Collapse)Author
1997-10-24s/DEBUG/SPKR_DEBUG/gMichael Shalayeff
1997-10-08define from smp specTobias Weingartner
1997-10-07make it compileMichael Shalayeff
1997-10-01patch another version dependency. this one should be fixed right! XXXTheo de Raadt
1997-09-24Revert, as we won't have enough time to test this fully before release.Niklas Hallqvist
1997-09-22Use vm_page_alloc_memory API. Some cleanup.Niklas Hallqvist
1997-09-18set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0Theo de Raadt
when the device has not been opened yet.
1997-09-11toast BDB; netbsdTheo de Raadt
1997-09-03fix cua/tty lockingTheo de Raadt
1997-08-29Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house.kstailey
Move init code to pmsopen() since pmsclose() clobbers it.
1997-08-29M$ IntelliMouse supportkstailey
1997-07-25Typo (from NetBSD #2622)Tobias Weingartner
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-07Mirror com changesNiklas Hallqvist
1997-06-30install libs mode 444 like other libskstailey
1997-06-25remove _STANDALONEMichael Shalayeff
be carefull about leap years (;
1997-06-17Use a blank screen screensaver by default (for energy-saver monitors).dm
1997-05-30sighTheo de Raadt
1997-05-30arghTheo de Raadt
1997-05-30glidepoint & hot-swap support; koji@math.human.nagoya-u.ac.jpTheo de Raadt
1997-05-30add koi8 supportMichael Shalayeff
from Roman Palagin <romanp@mutant.mybody.ryazan.ru>
1997-05-29add S3 ViRGE detectMichael Shalayeff
1997-05-29-Wall w/ PCVT_EMU_MOUSEMichael Shalayeff
1997-05-22sync with sys/param.h changesTodd C. Miller
1997-05-04Add newer S3 chipsets that pcvt supports. Fix from William WisnerTodd C. Miller
<wisner@gryphon.com>. Closes PR#180.
1997-04-17more equipment bits!Michael Shalayeff
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-04-15support more S3 chipsets. done by comparing against SuperCode;Theo de Raadt
wisner@gryphon.com
1997-04-11If someone pressed a nonprintable character in getsn (eg in boot -c) theMats O Jansson
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj
1997-03-30Previous commit was in error, definition of MANDIR was correctTodd C. Miller
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk.
1997-03-30/usr/share/man/cat -> /usr/share/manTodd C. Miller
NetBSD PR #3401
1997-03-03Add a little ioctl at 4am to set the screen blanking.Jason Downs
1997-02-08Provide more information on FP exceptionsThorsten Lockert
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-01-27select subsystem si_pid becomes si_selpid, to not conflict against ↵Theo de Raadt
user/kernel siginfo si_pid #define
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-04Remove extra blank lineNiklas Hallqvist
1996-12-29add some comments to some things we removed to get also more brokenThomas Graichen
keyboards working
1996-12-21-Wall madness.Todd C. Miller
1996-12-20add missing #ifdef COMPAT_10Thomas Graichen
1996-12-18Make pccom compile. This stull really needs to be merged into theTodd C. Miller
normal com driver.
1996-12-1232 bit cleanup, because this code is going to be copied by other ports soonTheo de Raadt
1996-12-11TS_WOPEN on cua close, like com.cTheo de Raadt
1996-12-05Implement a few more escape sequences that BSD/OS has defined for pccons;Thorsten Lockert
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored
1996-12-04DESTDIR fixingTheo de Raadt
1996-11-30bus changesJason Downs
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-11-09Proper break handlingThorsten Lockert