aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* These two drivers have not been converted for newbus eisa yet.Peter Wemm1999-05-022-2/+10
* Get extern declarations right.Greg Lehey1999-05-021-4/+4
* close_drive:Greg Lehey1999-05-021-30/+45
* vinum_mallocinfo:Greg Lehey1999-05-021-1/+1
* set_sd_state:Greg Lehey1999-05-021-6/+9
* sizespec:Greg Lehey1999-05-021-1/+3
* Remove some dead variables.Greg Lehey1999-05-021-3/+1
* Oops. Introduced a typo in one of previous commits.Nick Hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withNick Hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.Nick Hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set someNick Hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of theNick Hibma1999-05-012-1/+18
* Z direction was upside down.Nick Hibma1999-05-011-2/+6
* Added vendor OmniVision and cameraNick Hibma1999-05-012-0/+16
* My last commit accidentally undid the changes made in rev 1.68Roger Hardiman1999-04-301-1/+5
* Add a test to ti_encap() to try and prevent the transmit producer indexBill Paul1999-04-291-2/+5
* Added initial code for VBI capture based on work byRoger Hardiman1999-04-291-36/+224
* Add support for VBI capture from /dev/vbi.Roger Hardiman1999-04-291-2/+13
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIRoger Hardiman1999-04-291-9/+217
* Fix crashes caused by rows=0 or columns=0.Roger Hardiman1999-04-291-6/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-2811-20/+20
* Suser() simplification:Poul-Henning Kamp1999-04-2716-52/+52
* Fix from Justin for transfer negotiations for targets up to target ID 7.Kenneth D. Merry1999-04-261-39/+43
* Allow multiple opens.Poul-Henning Kamp1999-04-251-5/+10
* Add $Id: $Bill Fumerola1999-04-241-0/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-2420-23/+102
* Replace the pcidevice_set linker set based configuration mechanism for oldPeter Wemm1999-04-242-11/+29
* Modify the non-i386 version of disable_intr() and enable_intr() so that theyDmitrij Tejblum1999-04-241-3/+3
* Revert part of 1.9; we don't need to reset the port after release now thatPeter Wemm1999-04-241-2/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.Peter Wemm1999-04-241-2/+2
* ahc_pci.c:Justin T. Gibbs1999-04-232-116/+151
* staticize.Justin T. Gibbs1999-04-231-2/+2
* ahb.c:Justin T. Gibbs1999-04-232-26/+18
* bt.c:Justin T. Gibbs1999-04-232-10/+18
* Complete conversion to bus dma. This driver now works on the alpha.Justin T. Gibbs1999-04-234-434/+702
* Kill a compiler warning.Justin T. Gibbs1999-04-231-1/+2
* Fix so that this driver works again when compiled with EGCS (whichDavid Nugent1999-04-221-31/+31
* Return the port size from the probe.Peter Wemm1999-04-221-2/+3
* Fix the promise_intr function, it should use 'lun' not 'unit'Søren Schmidt1999-04-221-2/+2
* Forgot one.Nick Hibma1999-04-211-1/+1
* Merge a diff that Soren sent me to resolve some lun / unit problems.Peter Wemm1999-04-211-29/+20
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-33/+28
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenienceNick Hibma1999-04-202-0/+16
* 1) Change printf's into DPRINTF.Nick Hibma1999-04-202-85/+96
* Add defines for Mass Storage Bulk-Only and COmmun. Class devices.Nick Hibma1999-04-201-19/+37
* Enclose .hcidebug in '#ifdef N.HCI'Nick Hibma1999-04-201-6/+20
* Make bt driver work on eisa again.Doug Rabson1999-04-201-2/+2
* Preserve termination settings across the card reset in our shutdown hook.Justin T. Gibbs1999-04-191-4/+36
* Handle the case when auto sense retrieval fails.Justin T. Gibbs1999-04-192-3/+13
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)Nick Hibma1999-04-193-20/+73