summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
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 user/kerne...Theo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
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
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
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
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
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-11-09Proper break handlingThorsten Lockert
1996-11-07Conditinally unused variable (-Wall fix)Niklas Hallqvist
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
1996-10-22patch com speed initializationJason Downs
1996-10-18-Wall happinessMichael Shalayeff
1996-10-17One too much ifdef..Niklas Hallqvist
1996-10-16the Wall thing, you knowTheo de Raadt
1996-10-16proto rtcintrTheo de Raadt
1996-10-13Add some more offsets, from Erik.Jason Downs
1996-10-13Clean up ioctl and flush the input buffer.Jason Downs
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
1996-10-04Make it compileable.Jason Downs
1996-10-04ahc on eisa, netbsdTheo de Raadt
1996-09-23adjust number of types, since we've got 16 partitions in disklabel now.Michael Shalayeff
1996-09-23propagte FD{UNIT,PART} definitions.Michael Shalayeff
1996-09-23use <dev/ic/mc6845.h> for CRTC registers definitions.Michael Shalayeff
1996-09-23separate mc6845 definitions in dev/ic/mc6845.hMichael Shalayeff
1996-09-21Added a swedish ISO 8859-1 keyboard map with national ISO 8859-1 characters.Mats O Jansson
1996-09-17support standalone.Michael Shalayeff
1996-09-09Don't be uncertain about wether clock interrupts were meant for usThorsten Lockert
1996-09-09Add seperate profiling/statistics clock running at 1024/128 Hz, using theThorsten Lockert
1996-09-08Only count the interrupt if the interrupt handler claims that it didThorsten Lockert
1996-09-06remove keyboard randomness supply.Michael Shalayeff
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-29Add `flags' specification to floppy devices.Jason Downs
1996-08-29sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.cTheo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-28kill keyboard randomness; it causes random problemsTheo de Raadt
1996-08-27Add:Jason Downs
1996-08-27curses! "you should call keypad()" is dumbTheo de Raadt