summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Give a try to autoconfiguring the number of transmit and receiveglebius2005-11-102-7/+14
* Unbreak second joystick (joy1) support.jylefort2005-11-091-2/+8
* - Introduce two more stat counters, counting number of RXglebius2005-11-092-4/+9
* Make em(4) work on big-endian architectures.yongari2005-11-094-66/+75
* Improve diagnostic message.imp2005-11-091-2/+3
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-0816-22638/+44190
* Mollify the whitespace policeimp2005-11-081-27/+27
* Fix support for multiple RocketPort cards in the same machine by includingjhb2005-11-081-1/+1
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR androdrigc2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanjhb2005-11-071-3/+3
* *sigh* Revert stuff that wasn't supposed to be committed. Thejhb2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-073-4/+16
* Eliminate tinderbox errors.rodrigc2005-11-071-3/+5
* Fix recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
* Fix kernel panic caused by double mss_unlock().ariff2005-11-071-1/+1
* Remove unecessary include file. machine/rpb.h is very alpha specificimp2005-11-071-1/+0
* Refactor the PCI probe code a bit.scottl2005-11-061-49/+45
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-061-7/+6
* Avoid trouble with PUC_FASTINTR if it is already defined.phk2005-11-061-0/+2
* Remove spl markers from AMR.scottl2005-11-064-54/+6
* Now that fast interrupts can be shared we can use them in puc.phk2005-11-051-0/+1
* Add yet another entry to the list.phk2005-11-051-0/+9
* Remove spl.ticso2005-11-051-28/+16
* Appropriate NULL pointer checking to avoid mysterious panic duringariff2005-11-032-2/+2
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-3/+0
* Catch up with ACPI-CA 20051021 importjkim2005-11-016-189/+221
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.scottl2005-11-012-2/+1
* Add proper debugging infrastructure for acpi_hpet.c.scottl2005-11-012-0/+5
* Add a basic HPET timecounter.phk2005-10-311-0/+190
* - Use callout_*() to manage the callout and make it MPSAFE.jhb2005-10-312-16/+11
* Put probe-time printf of adapter speed and duplex behind bootverbose:rwatson2005-10-311-10/+14
* Normalize a significant number of kernel malloc type names:rwatson2005-10-3114-15/+15
* The mediasize shouldn't be multipled by the sector size when it wasgrehan2005-10-311-1/+2
* Pickup I/O lock in aac_get_bus_info, as this code will callcsjp2005-10-311-0/+6
* Add some safeguards to AIOSFMT:des2005-10-301-2/+8
* MFp4: When doing lazy allocation, it turns out that we need to record theimp2005-10-291-0/+3
* Use symbolic name rather thanhard coding the cap pointer offset forimp2005-10-292-1/+2
* Add Billionton LNA-100B variation that Alan reported in arch. [1]imp2005-10-291-1/+3
* Add Global Village lan modem.imp2005-10-291-2/+6
* Shutdown a little better by commenting the shutdown code and acknowledgingimp2005-10-291-4/+9
* Shut down the card bus bridge hardware on detach. Before we'd justimp2005-10-291-6/+14
* Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needswpaul2005-10-291-2/+0
* Add an ioctl framework for doing FC task management functions frommjacob2005-10-294-1/+73
* Fix ndis_getstate_80211() so that it properly reports the authmodewpaul2005-10-291-32/+77
* Return the right format (LBA/MSF) in TOC entries.sos2005-10-281-5/+7
* In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe ismarcel2005-10-281-1/+1
* o Style(9) nitsmarcel2005-10-281-10/+9
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*marcel2005-10-281-3/+1
* Cardbus has only 1 slot, so simplify a little.imp2005-10-282-44/+37
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
OpenPOWER on IntegriCloud