aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Detach the device at shutdown.Alexander Langer1996-06-111-6/+4
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'Justin T. Gibbs1996-06-092-2/+32
* Scan PCI buses in order the BIOS has assigned them. This is sometimesSatoshi Asami1996-06-091-2/+4
* Eliminate a struct copy that gcc doesn't inline and ends up as a call toPeter Wemm1996-06-081-2/+2
* Removed recently introduced unnecessary #includes of <machine/cpu.h>Bruce Evans1996-06-081-4/+1
* Fixed group and permissions for devfs devices (group operator was games;Bruce Evans1996-06-082-22/+26
* Hopefully fix the parity problem and the hang on message reject for good.Justin T. Gibbs1996-06-081-5/+12
* A trailing patch Jim left out of the last commit.Jordan K. Hubbard1996-06-071-1/+7
* Hide the ``wrong signature'' message behind bootverbose. It'sJoerg Wunsch1996-06-021-2/+4
* Set ifnet.baudrate for ethernet / FDDI interfaces too. MakesGary Palmer1996-06-011-1/+2
* Don't use the auto ATN on parity error feature. It may be the sourceJustin T. Gibbs1996-05-311-4/+4
* When estimating the time (in ms) left to drain the output queue basedPeter Wemm1996-05-301-4/+4
* Fix regression. It seems that you need at least one instruction betweenJustin T. Gibbs1996-05-301-3/+3
* Merge in changes for NetBSD/OpenBSD.Justin T. Gibbs1996-05-301-2/+6
* Fix a race condition in p_mesgout* and inb* code that could allow aJustin T. Gibbs1996-05-271-3/+3
* Clean up the warnings produced by the recent PCI code. Requested byGary Palmer1996-05-271-1/+3
* Fix the warnings about "cant inline call to xxx" by reordering twoPeter Wemm1996-05-271-46/+49
* Properly determine the offset of the remaining bytes we need to transferJustin T. Gibbs1996-05-241-2/+2
* Correct a botched commit from yesturday. It helps to bring over theJustin T. Gibbs1996-05-231-3/+4
* Let the user know what errors are experienced on received packets.Garrett Wollman1996-05-211-2/+13
* Enable/Disable Ultra mode on a per target basis. This allows the driverJustin T. Gibbs1996-05-212-3/+21
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probeStefan Eßer1996-05-182-25/+185
* Fix range check to actually test the variable that will be used asStefan Eßer1996-05-181-2/+2
* A patch for the meteor device driver. It fixes:Jordan K. Hubbard1996-05-171-1/+2
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideSatoshi Asami1996-05-131-1/+3
* Leave 16 lines in front of each component partition. It's now safe toSatoshi Asami1996-05-131-3/+10
* Fix the "well-known retries bug" (a logic-o).Joerg Wunsch1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after someJoerg Wunsch1996-05-111-5/+7
* One more linux -> __linux__Justin T. Gibbs1996-05-101-2/+2
* aic7xxx.seq:Justin T. Gibbs1996-05-102-4/+7
* *blush* How did this slip through?Peter Wemm1996-05-081-2/+5
* Change the logic of the interrupt/poll loop. It no longer loops untilPeter Wemm1996-05-051-4/+15
* Change the compiled-in polling parameters to a sysctl setting.Peter Wemm1996-05-051-7/+11
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-2/+2
* Typo.Poul-Henning Kamp1996-05-031-2/+2
* Forget that TAILQ's must be init'ed.Poul-Henning Kamp1996-05-032-2/+4
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).Poul-Henning Kamp1996-05-033-33/+27
* Fix ^[[1K (clear from beginning of line to cursor) andAndrey A. Chernov1996-05-021-4/+4
* removed:Poul-Henning Kamp1996-05-021-3/+3
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-023-83/+3
* Fixed a race that caused panics in kernel printfs when the screen timeoutBruce Evans1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in useSøren Schmidt1996-04-261-2/+1
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondarySatoshi Asami1996-04-251-2/+2
* Add missing "int" to static var.Satoshi Asami1996-04-241-2/+2
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-233-162/+150
* Turn on SCB paging for aic7770 chips rev E or greater.Justin T. Gibbs1996-04-202-13/+33
* Implement SCB paging. This allows up to 255 active commands onJustin T. Gibbs1996-04-202-100/+181
* Update PCI bus code from my current sources:Stefan Eßer1996-04-141-155/+165
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.Bruce Evans1996-04-131-3/+3
* Improve the handling of receive errors. Fix a nasty bug in the receiveJohn Hay1996-04-122-110/+324