summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-244-3/+8
* - Add binary compatibility support for obsolete console/mouse ioctlsyokota1998-01-201-1/+51
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-121-10/+10
* add devfs entries for a few more syscons devices (e.g. sysmouse)julian1998-01-121-3/+9
* - Produce the accent letter if the user hits the accent key twice.yokota1998-01-091-4/+28
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsamurai1998-01-081-4/+71
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-072-6/+356
* More cleanup relating to our use of the TSC.phk1997-12-281-40/+30
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-11/+11
* Fixed initialization of the divisor latch. We depended on siocnopen()bde1997-12-281-2/+21
* Always call ttwwakeup() before returning from comstart(). It isn'tbde1997-12-281-1/+2
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-28/+28
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-072-50/+437
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-062-6/+6
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-5/+5
* Move the hardware currsor off screen when getting back from ansos1997-11-251-2/+9
* Make comp_vgaregs() less strict about VGA register values whenyokota1997-11-212-145/+232
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* Removed #unused includes.bde1997-11-181-3/+4
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-4/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* - MF22: (I reversed these). Simplify code.nate1997-11-021-2/+3
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-281-2/+5
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-8/+3
* - Slightly change the way the border color register is updated so thatyokota1997-10-261-4/+3
* - Functional changes to PCCARD support.nate1997-10-261-41/+15
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-41/+41
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-232-26/+84
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBjoerg1997-10-191-2/+15
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-121-2/+2
* Change default keymap (I left all the international ones alone) sojkh1997-10-101-2/+2
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-012-13/+25
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-212-18/+25
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-191-13/+122
* Enable the FIFO on enhanced floppy controllers. This reduces thetegge1997-09-173-3/+60
* Make FDC_DEBUG a supported option.joerg1997-09-161-10/+21
* Update select -> poll in drivers.peter1997-09-142-4/+4
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-042-14/+19
* General cleanup of the sub-system locking macros.fsmp1997-09-012-104/+52
* Removed unused #includes.bde1997-09-011-8/+1
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
* Another round of lock pushdown.fsmp1997-08-302-51/+64
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-251-3/+2
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-10/+1
OpenPOWER on IntegriCloud