summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.schweikh2005-11-131-1/+1
* Really fix it this time.ru2005-11-121-3/+3
* Attempt to fix pc98 GENERIC compile breakage.ru2005-11-121-3/+3
* Fix a > 1 year old typo that caused the ulpt driver to try readingiedowse2005-11-121-1/+1
* Update PCI ids to add the E200, E200i, P400, and P400i storageps2005-11-111-3/+8
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1145-103/+100
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-115-7/+6
* Add /dev/speaker support to amd64.ru2005-11-112-4/+4
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-116-22/+5
* 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
OpenPOWER on IntegriCloud