aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* OOPS, remove local change that somehow slipped into a commit (I swear thatMaxim Sobolev2001-08-271-1/+0
* Systems based on the ICH2/ICH2-M chip from Intel have a defect whereJonathan Lemon2001-08-272-24/+132
* - On module unload try to detach all configured disks and let unload proceedMaxim Sobolev2001-08-271-57/+69
* Make pccard_product_lookup non-static again...Jonathan Chen2001-08-271-4/+1
* Fix the hack that allocates memory when the bios haven't already done so.Jonathan Chen2001-08-271-1/+1
* Note difficulties we had in OLDCARD using NEWCARD's methods of debouncing car...Warner Losh2001-08-271-0/+6
* More notes to the reader about issues in pccard code here.Warner Losh2001-08-271-6/+15
* Merge notes, but not code, from my latest tree on pccard_function_init and pc...Warner Losh2001-08-271-0/+9
* now we have the rate feeder, we don't need to constrain the default channelCameron Grant2001-08-271-1/+3
* MFS rev 1.8.2.8:Cameron Grant2001-08-271-2/+22
* Part two of this NEWCARD update:Jonathan Chen2001-08-279-844/+1769
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-261-12/+12
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-269-1029/+1042
* Updates to match the ACPI CA 20010816 import:Mike Smith2001-08-2610-162/+163
* The EXTENDED_GEOMETRY flag is really bit 7. This affects >2GB drives.Peter Wemm2001-08-261-1/+1
* Add support for the SiS 7018George C A Reid2001-08-262-9/+39
* Get rid of redundant device_set_desc. Both the PCI and PCCARD versionsNick Sayer2001-08-241-4/+0
* In order for the MA301 to pass interrupts from the PCCard, you mustNick Sayer2001-08-242-2/+23
* the feederchain builder is currently broken for recording channels. disableCameron Grant2001-08-231-0/+3
* handle bogus values passed to SOUND_PCM_WRITE_CHANNELS/SNDCTL_DSP_CHANNELSCameron Grant2001-08-231-4/+5
* make the 4dwave nx chip workCameron Grant2001-08-231-1/+1
* MFS: make SNDCTL_DSP_SETTRIGGER workCameron Grant2001-08-232-7/+5
* MFS: allow multiple opens of mixer devicesCameron Grant2001-08-231-8/+11
* many changes:Cameron Grant2001-08-2340-405/+736
* Oops. The new pci_ids array should be static.Nick Sayer2001-08-231-1/+1
* Do not printf when we get called as a result of a pci shared interrupt,Peter Wemm2001-08-232-6/+2
* Revert part of the last commit, as suggested by Nick. This is expected,Peter Wemm2001-08-231-4/+1
* Add support for the Netgear MA301 PCI adapter for the MA401.Nick Sayer2001-08-232-6/+15
* Make these depend on the usb module so they can use its symbols if theyPeter Wemm2001-08-223-2/+5
* Find spurious interrupts.Nick Hibma2001-08-212-3/+11
* Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)Nick Hibma2001-08-211-1/+2
* Add support for the HP 4300C scanner.Nick Hibma2001-08-211-0/+1
* Support for the HP 8200e CD writer. (commented out)Nick Hibma2001-08-211-0/+12
* Add support for the Microtech CameraMate.Nick Hibma2001-08-211-0/+9
* Deconfuse a debugging message.Nick Hibma2001-08-211-3/+3
* Regen.Nick Hibma2001-08-213-9/+55
* Add Mustek, National and Ultima scanners.Nick Hibma2001-08-211-1/+9
* Fresh code drop from the vendor. This fixes some critical bugs and addsScott Long2001-08-218-194/+542
* Fix error checking about device state transition from D0 to D3.Mitsuru IWASAKI2001-08-211-4/+27
* Add support for the newer Promise chips here as well.Søren Schmidt2001-08-211-0/+2
* Finally commit some of the minor things I've collected over the last month(s):Søren Schmidt2001-08-219-50/+76
* Remove noisy printfs from the notify handler; having these go offMike Smith2001-08-211-2/+0
* Clean up some ways in which we set defaults for SCSI cardsMatt Jacob2001-08-201-136/+172
* Add MBOX_GET_PCI_PARAMS alias.Matt Jacob2001-08-201-0/+1
* Clarify the description string for one of the StrongARM based cards.Scott Long2001-08-171-1/+2
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpauseJustin T. Gibbs2001-08-171-2/+4
* After one more day of testing, make what I hope are the final tweaks toBill Paul2001-08-161-3/+5
* oops- typo in a previous commitMatt Jacob2001-08-161-1/+1
* Fix a spelling error in a comment.Matt Jacob2001-08-161-1/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoWarner Losh2001-08-161-0/+2