summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-053-0/+3485
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-013-5/+12
* Fix typo that prevented the initial/lock state devices from workingpeter1996-06-301-2/+2
* Bump various timeouts in scprobe(). This finally fixes the brokenjoerg1996-06-271-6/+6
* Fixed bug in pasting 8bit char (ache).sos1996-06-262-81/+57
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-256-5/+12
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-252-116/+216
* Moved declarations of static functions to the correct file. This fixesbde1996-06-232-37/+37
* When writing the settings for stop bits and output hardware flow control,peter1996-06-211-18/+24
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-211-2/+6
* Some news for syscons (long overdue):sos1996-06-212-101/+182
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-188-19/+7
* This time, get rid of the struct copies that were really causing gcc topeter1996-06-171-4/+4
* Stomp another compiler warning: sc_devfs_token[] should only be declaredwpaul1996-06-171-1/+3
* Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).bde1996-06-171-36/+15
* Fix cut/paste error; a read-only variable should have been read/write.peter1996-06-161-2/+2
* Whoops, I accidentally deleted a necessary ":" which is part of thenate1996-06-151-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releasenate1996-06-142-3/+219
* Better code for switching the ethernet transceiver.nate1996-06-141-30/+32
* The Great PC98 Merge.asami1996-06-141-1/+5
* Updated this driver to a newer version from Matt. This should fix severaldg1996-06-141-664/+2352
* Clean up -Wunused warnings.gpalmer1996-06-1213-64/+40
* Detach the device at shutdown.alex1996-06-111-6/+4
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'gibbs1996-06-092-2/+32
* Scan PCI buses in order the BIOS has assigned them. This is sometimesasami1996-06-091-2/+4
* Eliminate a struct copy that gcc doesn't inline and ends up as a call topeter1996-06-081-2/+2
* Removed recently introduced unnecessary #includes of <machine/cpu.h>bde1996-06-081-4/+1
* Fixed group and permissions for devfs devices (group operator was games;bde1996-06-082-22/+26
* Hopefully fix the parity problem and the hang on message reject for good.gibbs1996-06-081-5/+12
* A trailing patch Jim left out of the last commit.jkh1996-06-071-1/+7
* Hide the ``wrong signature'' message behind bootverbose. It'sjoerg1996-06-021-2/+4
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-011-1/+2
* Don't use the auto ATN on parity error feature. It may be the sourcegibbs1996-05-311-4/+4
* When estimating the time (in ms) left to drain the output queue basedpeter1996-05-301-4/+4
* Fix regression. It seems that you need at least one instruction betweengibbs1996-05-301-3/+3
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-2/+6
* Fix a race condition in p_mesgout* and inb* code that could allow agibbs1996-05-271-3/+3
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-271-1/+3
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-241-2/+2
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-3/+4
* Let the user know what errors are experienced on received packets.wollman1996-05-211-2/+13
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-212-3/+21
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-182-25/+185
* Fix range check to actually test the variable that will be used asse1996-05-181-2/+2
* A patch for the meteor device driver. It fixes:jkh1996-05-171-1/+2
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideasami1996-05-131-1/+3
* Leave 16 lines in front of each component partition. It's now safe toasami1996-05-131-3/+10
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
OpenPOWER on IntegriCloud