aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.Jens Schweikhardt2005-11-131-1/+1
* Really fix it this time.Ruslan Ermilov2005-11-121-3/+3
* Attempt to fix pc98 GENERIC compile breakage.Ruslan Ermilov2005-11-121-3/+3
* Fix a > 1 year old typo that caused the ulpt driver to try readingIan Dowse2005-11-121-1/+1
* Update PCI ids to add the E200, E200i, P400, and P400i storagePaul Saab2005-11-111-3/+8
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-1145-103/+100
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-115-7/+6
* Add /dev/speaker support to amd64.Ruslan Ermilov2005-11-112-4/+4
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-116-22/+5
* Give a try to autoconfiguring the number of transmit and receiveGleb Smirnoff2005-11-102-7/+14
* Unbreak second joystick (joy1) support.Jean-Yves Lefort2005-11-091-2/+8
* - Introduce two more stat counters, counting number of RXGleb Smirnoff2005-11-092-4/+9
* Make em(4) work on big-endian architectures.Pyun YongHyeon2005-11-094-66/+75
* Improve diagnostic message.Warner Losh2005-11-091-2/+3
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasVinod Kashyap2005-11-0816-22601/+44153
* Mollify the whitespace policeWarner Losh2005-11-081-27/+27
* Fix support for multiple RocketPort cards in the same machine by includingJohn Baldwin2005-11-081-1/+1
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR andCraig Rodrigues2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanJohn Baldwin2005-11-071-3/+3
* *sigh* Revert stuff that wasn't supposed to be committed. TheJohn Baldwin2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTJohn Baldwin2005-11-073-4/+16
* Eliminate tinderbox errors.Craig Rodrigues2005-11-071-3/+5
* Fix recording device selection based on ALS4000 datasheet.Ariff Abdullah2005-11-071-21/+10
* Fix kernel panic caused by double mss_unlock().Ariff Abdullah2005-11-071-1/+1
* Remove unecessary include file. machine/rpb.h is very alpha specificWarner Losh2005-11-071-1/+0
* Refactor the PCI probe code a bit.Scott Long2005-11-061-49/+45
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromBill Paul2005-11-061-7/+6
* Avoid trouble with PUC_FASTINTR if it is already defined.Poul-Henning Kamp2005-11-061-0/+2
* Remove spl markers from AMR.Scott Long2005-11-064-54/+6
* Now that fast interrupts can be shared we can use them in puc.Poul-Henning Kamp2005-11-051-0/+1
* Add yet another entry to the list.Poul-Henning Kamp2005-11-051-0/+9
* Remove spl.Bernd Walter2005-11-051-28/+16
* Appropriate NULL pointer checking to avoid mysterious panic duringAriff Abdullah2005-11-032-2/+2
* Tests with my dual Opteron system have shown that it's possibleBill Paul2005-11-021-3/+0
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-016-189/+221
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.Scott Long2005-11-012-2/+1
* Add proper debugging infrastructure for acpi_hpet.c.Scott Long2005-11-012-0/+5
* Add a basic HPET timecounter.Poul-Henning Kamp2005-10-311-0/+190
* - Use callout_*() to manage the callout and make it MPSAFE.John Baldwin2005-10-312-16/+11
* Put probe-time printf of adapter speed and duplex behind bootverbose:Robert Watson2005-10-311-10/+14
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-3114-15/+15
* The mediasize shouldn't be multipled by the sector size when it wasPeter Grehan2005-10-311-1/+2
* Pickup I/O lock in aac_get_bus_info, as this code will callChristian S.J. Peron2005-10-311-0/+6
* Add some safeguards to AIOSFMT:Dag-Erling Smørgrav2005-10-301-2/+8
* MFp4: When doing lazy allocation, it turns out that we need to record theWarner Losh2005-10-291-0/+3
* Use symbolic name rather thanhard coding the cap pointer offset forWarner Losh2005-10-292-1/+2
* Add Billionton LNA-100B variation that Alan reported in arch. [1]Warner Losh2005-10-291-1/+3
* Add Global Village lan modem.Warner Losh2005-10-291-2/+6
* Shutdown a little better by commenting the shutdown code and acknowledgingWarner Losh2005-10-291-4/+9
* Shut down the card bus bridge hardware on detach. Before we'd justWarner Losh2005-10-291-6/+14