aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Catch up to csareg.h rev 1.3.Seigo Tanimura2001-06-081-4/+7
* Add support for yet another Promise ATA100 variantSøren Schmidt2001-06-082-8/+13
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-083-5/+5
* lock sound device when adding/removing channelsCameron Grant2001-06-074-20/+102
* Quiet the READ_TOC errors that can appear on empty CDR's.Søren Schmidt2001-06-071-2/+2
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-073-5/+5
* Add PnP IDs for AHA-1530 and AHA-1520 cards.Warner Losh2001-06-061-1/+7
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-063-8/+10
* - Remember to set the 'extsts enable' bit in the CFG register to enable theBill Paul2001-06-062-16/+16
* Activate the kthread mechanism for doing usb bus discovery. This meansPeter Wemm2001-06-062-49/+48
* Style fixes from SaschaPoul-Henning Kamp2001-06-061-4/+3
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.Bill Paul2001-06-061-0/+2
* Use LGE_INC() macro to increment tx producer index in lge_encap().Bill Paul2001-06-061-2/+3
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isJoerg Wunsch2001-06-061-1/+1
* Use bus_space when reading CIS. This allows us to access it in 8 bitWarner Losh2001-06-051-7/+11
* In lge_detach(), don't contigfree() the jumbogram buffer memory;Bill Paul2001-06-051-1/+0
* Commit part of the patch that I have for card eject problems with theWarner Losh2001-06-051-0/+5
* Make the FDC (state machine) state an enum, as opposed to an intJoerg Wunsch2001-06-051-16/+0
* Fix botch for state levels. Role minor release. Start adding code for aMatt Jacob2001-06-053-10/+14
* Close the line displine on detach. Lots of folks have submittd this, andWarner Losh2001-06-051-1/+4
* Add a line discipline close routine which restores some functionalityDima Dorfman2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)Dima Dorfman2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.Dima Dorfman2001-06-041-10/+0
* While in the interrupt loop, check for a bogus interrupt value of 0xff.Jonathan Lemon2001-06-041-0/+9
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-044-5/+5
* Fix my email address. I accidentally cut'npasted the wrong (old)Joerg Wunsch2001-06-031-1/+1
* Fix reversed arguments to pci_write_config()Peter Wemm2001-06-031-2/+2
* Remove unused includes, use *min() inline functions rather than aDima Dorfman2001-06-031-26/+8
* Only touch the PCR register in order to set bits for the fxp driver.Jonathan Lemon2001-06-021-1/+3
* Backout previous revision. While it fixed many platforms, it brokeAndrew Gallatin2001-05-311-5/+1
* Add device driver support for the Level 1 LXT1001 NetCelleratorBill Paul2001-05-312-0/+2240
* fix typoCameron Grant2001-05-302-2/+2
* no longer usedCameron Grant2001-05-301-3496/+0
* update this driver to use new firmware and incorporate many fixes.Cameron Grant2001-05-304-258/+313
* state the licencing terms for this fileCameron Grant2001-05-301-0/+23
* Dont try to play tracks outside whats on the media.Søren Schmidt2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.Søren Schmidt2001-05-301-2/+16
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'sMike Smith2001-05-302-1/+1
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andBill Paul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofBill Paul2001-05-291-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-2918-140/+157
* Remove MFS compat bits.Poul-Henning Kamp2001-05-291-11/+0
* Fix bug in debug codeSøren Schmidt2001-05-291-2/+2
* Fix for the fixate problem on the Yamaha burners.Søren Schmidt2001-05-292-4/+2
* Spring MegaChange #1.Matt Jacob2001-05-289-255/+565
* Make the beep duration independent of HZ.Poul-Henning Kamp2001-05-282-2/+3
* finally fix intr routing on alphas such as the as500 after months ofAndrew Gallatin2001-05-271-1/+5
* beginnings of virtual playback channel supportCameron Grant2001-05-2710-209/+924
* add a new method for retrieving feeder parametersCameron Grant2001-05-273-4/+39
* don't erase info in sndbuf_setup()Cameron Grant2001-05-272-6/+24