summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Operator precedence bugpeter1999-05-021-2/+2
* Operator precedence bugpeter1999-05-022-2/+2
* s/size == 0;/size = 0;/peter1999-05-022-6/+6
* Make this compile with CY_PCI_FASTINTR again.peter1999-05-021-2/+5
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-021-17/+26
* These two drivers have not been converted for newbus eisa yet.peter1999-05-022-2/+10
* Get extern declarations right.grog1999-05-021-4/+4
* close_drive:grog1999-05-021-32/+47
* vinum_mallocinfo:grog1999-05-021-1/+1
* set_sd_state:grog1999-05-021-6/+9
* sizespec:grog1999-05-021-1/+3
* Remove some dead variables.grog1999-05-021-3/+1
* Oops. Introduced a typo in one of previous commits.n_hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withn_hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.n_hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set somen_hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of then_hibma1999-05-012-1/+18
* Z direction was upside down.n_hibma1999-05-011-2/+6
* Added vendor OmniVision and cameran_hibma1999-05-012-0/+16
* My last commit accidentally undid the changes made in rev 1.68roger1999-04-301-1/+5
* Add a test to ti_encap() to try and prevent the transmit producer indexwpaul1999-04-291-2/+5
* Added initial code for VBI capture based on work byroger1999-04-291-36/+224
* Add support for VBI capture from /dev/vbi.roger1999-04-291-2/+13
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIroger1999-04-291-9/+217
* Fix crashes caused by rows=0 or columns=0.roger1999-04-291-6/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-2811-20/+20
* Suser() simplification:phk1999-04-2716-52/+52
* Fix from Justin for transfer negotiations for targets up to target ID 7.ken1999-04-261-39/+43
* Allow multiple opens.phk1999-04-251-5/+10
* Add $Id: $billf1999-04-241-0/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-2420-23/+102
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-242-11/+29
* Modify the non-i386 version of disable_intr() and enable_intr() so that theydt1999-04-241-3/+3
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-241-2/+2
* ahc_pci.c:gibbs1999-04-232-117/+152
* staticize.gibbs1999-04-231-2/+2
* ahb.c:gibbs1999-04-232-26/+18
* bt.c:gibbs1999-04-232-10/+18
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-234-435/+703
* Kill a compiler warning.gibbs1999-04-231-1/+2
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-221-31/+31
* Return the port size from the probe.peter1999-04-221-2/+3
* Fix the promise_intr function, it should use 'lun' not 'unit'sos1999-04-221-2/+2
* Forgot one.n_hibma1999-04-211-1/+1
* Merge a diff that Soren sent me to resolve some lun / unit problems.peter1999-04-211-29/+20
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-33/+28
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for conveniencen_hibma1999-04-202-0/+16
* 1) Change printf's into DPRINTF.n_hibma1999-04-202-85/+96
* Add defines for Mass Storage Bulk-Only and COmmun. Class devices.n_hibma1999-04-201-19/+37
OpenPOWER on IntegriCloud