summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-1/+1
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-051-16/+0
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-051-1/+4
* Add a line discipline close routine which restores some functionalitydd2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-041-10/+0
* While in the interrupt loop, check for a bogus interrupt value of 0xff.jlemon2001-06-041-0/+9
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-044-5/+5
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-031-1/+1
* Fix reversed arguments to pci_write_config()peter2001-06-031-2/+2
* Remove unused includes, use *min() inline functions rather than add2001-06-031-26/+8
* Only touch the PCR register in order to set bits for the fxp driver.jlemon2001-06-021-1/+3
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-5/+1
* Add device driver support for the Level 1 LXT1001 NetCelleratorwpaul2001-05-312-0/+2240
* fix typocg2001-05-302-2/+2
* no longer usedcg2001-05-301-3496/+0
* update this driver to use new firmware and incorporate many fixes.cg2001-05-304-258/+313
* state the licencing terms for this filecg2001-05-301-0/+23
* Dont try to play tracks outside whats on the media.sos2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.sos2001-05-301-2/+16
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'smsmith2001-05-302-1/+1
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andwpaul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofwpaul2001-05-291-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-2918-140/+157
* Remove MFS compat bits.phk2001-05-291-11/+0
* Fix bug in debug codesos2001-05-291-2/+2
* Fix for the fixate problem on the Yamaha burners.sos2001-05-292-4/+2
* Spring MegaChange #1.mjacob2001-05-289-255/+565
* Make the beep duration independent of HZ.phk2001-05-282-2/+3
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-271-1/+5
* beginnings of virtual playback channel supportcg2001-05-2710-212/+927
* add a new method for retrieving feeder parameterscg2001-05-273-4/+39
* don't erase info in sndbuf_setup()cg2001-05-272-6/+24
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofdd2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historydd2001-05-271-0/+6
* Acquire vm_mtx before calling vm_pager_deallocate.dd2001-05-271-1/+7
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919sanpei2001-05-261-0/+1
* Dang, I lost the sign in that brucification. DTRT with PCATCH.phk2001-05-261-17/+17
* Currently, each wireless networking driver has it's own control programphk2001-05-269-6/+1068
* Separate out pci cardbus bridge definitions to a common file for useimp2001-05-252-37/+66
* Fix DMA on machines with more than 128MB.scottl2001-05-251-1/+1
* Don't lie to diskerr() now that it listens to us.phk2001-05-251-5/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-238-31/+27
* Regeneratewpaul2001-05-231-1/+6
* Tweak the xmphy driver a little bit based on something I learned aboutwpaul2001-05-233-8/+23
* Vlan tags are 12 bits, mask off anything above since the chip doesn'tphk2001-05-231-2/+2
OpenPOWER on IntegriCloud