summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Bugs/Enhancements:ahasty1998-02-023-149/+289
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-011-20/+5
* Make the debug options new-style.eivind1998-01-312-2/+6
* Attempt at making this use DEVFS properly. (Now it should at least work.)eivind1998-01-312-3/+6
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Remove unused devfs include. (Julian or Satoshi might want to add propereivind1998-01-311-4/+1
* Don't clobber pp_flags when PP_KEEPALIVE must be set.jhay1998-01-302-6/+8
* Update to version stable-165jkh1998-01-291-196/+251
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-281-5/+5
* Add Simon Shapiro's DPT driverjulian1998-01-264-0/+5321
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-2418-14/+40
* Driver for the new SMC 9432TX cards.jkh1998-01-211-0/+1051
* - Add binary compatibility support for obsolete console/mouse ioctlsyokota1998-01-201-1/+51
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isbde1998-01-163-6/+6
* 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
* Make INET a proper option.eivind1998-01-0820-26/+95
* 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
* Actually implement the internals of the 'ppi' device.msmith1998-01-022-17/+94
* Reviewed by: Amancio Hastyahasty1997-12-311-4/+20
* Fixed initialization of the divisor latch. We depended on siocnopen()bde1997-12-281-2/+21
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).bde1997-12-282-2/+4
* Always call ttwwakeup() before returning from comstart(). It isn'tbde1997-12-281-1/+2
* Removed unnecessary (and broken) wakeup code in rpstart(). There is nobde1997-12-281-15/+0
* Change major number to match the one actually used (whoops!).jkh1997-12-261-1/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-167-5/+18
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-155-5/+11
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-072-69/+640
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-068-22/+22
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-025-13/+13
* Shuffle things a bit for better cacheline behavior.dg1997-11-291-6/+6
* Recognize 3C569 network interface when `PC98' is defined.kato1997-11-271-2/+7
* Move the hardware currsor off screen when getting back from ansos1997-11-251-2/+9
* update of Luigi's sound drivers...jmg1997-11-238-316/+690
* Ifdefed a conditionally used #include.bde1997-11-221-2/+4
* Add Winbond W89C940 ID to the list.msmith1997-11-221-1/+2
* Make comp_vgaregs() less strict about VGA register values whenyokota1997-11-212-145/+232
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-204-8/+8
* Removed unused #includes. Ifdefed a conditionally used #include.bde1997-11-181-14/+7
* There is no ccdread() nor ccdwrite().phk1997-11-181-3/+1
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-181-2/+2
* Reviewed by: Amancio Hastyahasty1997-11-162-9/+185
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tbde1997-11-102-4/+4
* Merge 971020 stuff.. Check 21142? SROM CRC.peter1997-11-082-7/+13
* 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-079-31/+18
* Rats. Committed the wrong version.markm1997-11-061-5/+11
OpenPOWER on IntegriCloud