aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a braino from last commit.Peter Wemm1999-04-191-4/+0
* GC some now unused (and #if 0) code.Peter Wemm1999-04-191-321/+3
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.Peter Wemm1999-04-191-1/+2
* Set the bus description for EISA, like it is for ISA.Peter Wemm1999-04-191-2/+3
* Update to use the new-bus framework. No functional changes.Søren Schmidt1999-04-183-110/+220
* Make the bt isa driver work..Peter Wemm1999-04-181-5/+11
* Check bus_setup_intr() as a seatbelt...Peter Wemm1999-04-181-2/+7
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-1813-1191/+1438
* Merge revs 1.57 and 1.60 of i386/isa/psm.cPeter Wemm1999-04-181-51/+97
* Merge missing changes from i386/isa/sioreg.h (PC98 related)Peter Wemm1999-04-181-1/+14
* Tidy up a few things left over from the conversion from i386/isa/sio.c.Peter Wemm1999-04-181-4/+21
* Register sio interrupts as fast (fixing some silo overflow messages).Doug Rabson1999-04-181-2/+2
* Set ifq_maxlen to IFQ_MAXLENPaul Richards1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.Paul Richards1999-04-181-1/+2
* The changes to vm_page.c have broken the assumption that mallocingPaul Richards1999-04-181-13/+24
* UHCI_DEBUG should of course be OHCI_DEBUGNick Hibma1999-04-171-13/+12
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-172-15/+2
* free_vinum: clear up a warning message.Greg Lehey1999-04-171-0/+2
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.Peter Wemm1999-04-171-115/+206
* Merge up to rev 1.226 of i386/isa/sio.cPeter Wemm1999-04-171-210/+14
* As a temporary anti-foot-shooting measure, don't let the user attachPeter Wemm1999-04-162-2/+34
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-1640-1008/+1787
* Added missing newline to "no ports found!" message.Alexander Langer1999-04-151-2/+2
* temp fix for internal queue overflow problemMatt Jacob1999-04-141-14/+34
* Shorten line.Eivind Eklund1999-04-121-3/+3
* PCX loader for pseudo-device splash.Dag-Erling Smørgrav1999-04-121-0/+262
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-125-12/+37
* 1) Make debugging more selective.Nick Hibma1999-04-1118-201/+180
* Applied patch for ukbd disconnect. Disconnect not fully functionalNick Hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &Nick Hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.Nick Hibma1999-04-112-2/+0
* Reenable the recursive disconnection from a hub. Stop gap solutionNick Hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.Nick Hibma1999-04-111-2/+5
* Remove unused function int fi() {return 0;}Eivind Eklund1999-04-111-4/+1
* Staticize.Eivind Eklund1999-04-114-7/+7