summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enclose .hcidebug in '#ifdef N.HCI'n_hibma1999-04-201-6/+20
* Make bt driver work on eisa again.dfr1999-04-201-2/+2
* Preserve termination settings across the card reset in our shutdown hook.gibbs1999-04-191-4/+36
* Handle the case when auto sense retrieval fails.gibbs1999-04-192-3/+13
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)n_hibma1999-04-193-20/+73
* Fix a braino from last commit.peter1999-04-191-4/+0
* GC some now unused (and #if 0) code.peter1999-04-191-321/+3
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.peter1999-04-191-1/+2
* Set the bus description for EISA, like it is for ISA.peter1999-04-191-2/+3
* Update to use the new-bus framework. No functional changes.sos1999-04-183-110/+220
* Make the bt isa driver work..peter1999-04-181-5/+11
* Check bus_setup_intr() as a seatbelt...peter1999-04-181-2/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-1813-1217/+1464
* Merge revs 1.57 and 1.60 of i386/isa/psm.cpeter1999-04-181-53/+99
* Merge missing changes from i386/isa/sioreg.h (PC98 related)peter1999-04-181-1/+14
* Tidy up a few things left over from the conversion from i386/isa/sio.c.peter1999-04-181-4/+21
* Register sio interrupts as fast (fixing some silo overflow messages).dfr1999-04-181-2/+2
* Set ifq_maxlen to IFQ_MAXLENpaul1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.paul1999-04-181-1/+2
* The changes to vm_page.c have broken the assumption that mallocingpaul1999-04-181-13/+24
* UHCI_DEBUG should of course be OHCI_DEBUGn_hibma1999-04-171-13/+12
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-172-15/+2
* free_vinum: clear up a warning message.grog1999-04-171-0/+2
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.peter1999-04-171-115/+206
* Merge up to rev 1.226 of i386/isa/sio.cpeter1999-04-171-210/+14
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-162-2/+34
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1640-1012/+1791
* Added missing newline to "no ports found!" message.alex1999-04-151-2/+2
* temp fix for internal queue overflow problemmjacob1999-04-141-14/+34
* Shorten line.eivind1999-04-121-3/+3
OpenPOWER on IntegriCloud