aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Actually implement the internals of the 'ppi' device.Mike Smith1998-01-022-17/+94
* Reviewed by: Amancio HastyAmancio Hasty1997-12-311-4/+20
* Fixed initialization of the divisor latch. We depended on siocnopen()Bruce Evans1997-12-281-2/+21
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).Bruce Evans1997-12-282-2/+4
* Always call ttwwakeup() before returning from comstart(). It isn'tBruce Evans1997-12-281-1/+2
* Removed unnecessary (and broken) wakeup code in rpstart(). There is noBruce Evans1997-12-281-15/+0
* Change major number to match the one actually used (whoops!).Jordan K. Hubbard1997-12-261-1/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-167-5/+18
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-155-5/+11
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-072-68/+639
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that areBruce Evans1997-12-061-2/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-068-22/+22
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-025-13/+13
* Shuffle things a bit for better cacheline behavior.David Greenman1997-11-291-6/+6
* Recognize 3C569 network interface when `PC98' is defined.KATO Takenori1997-11-271-2/+7
* Move the hardware currsor off screen when getting back from anSøren Schmidt1997-11-251-2/+9
* update of Luigi's sound drivers...John-Mark Gurney1997-11-238-316/+690
* Ifdefed a conditionally used #include.Bruce Evans1997-11-221-2/+4
* Add Winbond W89C940 ID to the list.Mike Smith1997-11-221-1/+2
* Make comp_vgaregs() less strict about VGA register values whenKazutaka YOKOTA1997-11-212-145/+232
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-204-8/+8
* Removed unused #includes. Ifdefed a conditionally used #include.Bruce Evans1997-11-181-14/+7
* There is no ccdread() nor ccdwrite().Poul-Henning Kamp1997-11-181-3/+1
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.Bruce Evans1997-11-181-2/+2
* Reviewed by: Amancio HastyAmancio Hasty1997-11-162-9/+185
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tBruce Evans1997-11-102-4/+4
* Merge 971020 stuff.. Check 21142? SROM CRC.Peter Wemm1997-11-082-7/+13
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-4/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-079-31/+18
* Rats. Committed the wrong version.Mark Murray1997-11-061-5/+11
* 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.Mark Murray1997-11-061-14/+113
* Add the IOCTL for Luigi's BT848 -> I2C bus driver.Mark Murray1997-11-061-1/+8
* - MF22: (I reversed these). Simplify code.Nate Williams1997-11-021-2/+3
* Sigh, kill setting of 0WS...it breaks more machines than it fixes.David Greenman1997-11-021-4/+3
* This updates Luigi's sound code to the basic code in snd971023...John-Mark Gurney1997-10-3110-716/+1100
* Improve PAL support and fix mux selector values.Eivind Eklund1997-10-302-32/+104
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()Nate Williams1997-10-291-1/+2
* The previous change added a use of the DATA_SET macro, but forgotJohn Polstra1997-10-291-1/+2
* Removed unused #includes.Bruce Evans1997-10-283-10/+2
* Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other portJoerg Wunsch1997-10-271-2/+16
* Fix a comment about multicast; since the Etherlink III has noBill Fenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-264-37/+13
* - Slightly change the way the border color register is updated so thatKazutaka YOKOTA1997-10-261-4/+3
* - The daemon might go off the screen and crashed the system if theKazutaka YOKOTA1997-10-261-35/+148
* - Functional changes to PCCARD support.Nate Williams1997-10-264-178/+64
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-264-201/+195
* Recognize even more of the Znyx 314 cards.Poul-Henning Kamp1997-10-251-2/+2
* Statizice.Poul-Henning Kamp1997-10-241-21/+24
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notKazutaka YOKOTA1997-10-232-26/+84
* Rewrote fxp_start() for better clarity and efficiency.David Greenman1997-10-231-101/+101