summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-032-2/+2
* - Various comment fixes and additions.groudier2000-07-022-267/+62
* This is the patch to make my soundcard, a Creative Ensoniq AudioPCI (anroberto2000-07-021-3/+6
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-293-22/+18
* Staticize a variable.markm2000-06-282-2/+2
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsroger2000-06-284-77/+126
* Fix usage of DELAY (SYS_DELAY is the platform independent localmjacob2000-06-271-469/+382
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedmjacob2000-06-271-34/+93
* Clean up private storage so that we can use the spriv_field0 tomjacob2000-06-271-12/+33
* Add 8 bits of volatile mailbox busy mask- this will be the bitmask ofmjacob2000-06-271-3/+5
* Add mailbox bitmask macros (numbers of available mailbox registersmjacob2000-06-271-1/+9
* Add an isp_handle_index function- this is prepatory to loading more intomjacob2000-06-271-3/+15
* I am guilty of an act of ommission. There is no longer a /dev/urandommarkm2000-06-272-2/+12
* - Fix a harmless compilation warning on Alpha.groudier2000-06-263-19/+62
* style(9) fixes from BDE.markm2000-06-264-4/+4
* Update to driver 2.13.roger2000-06-269-240/+306
* Fix include for non-module case.markm2000-06-252-2/+2
* Fix include for the non-module case.markm2000-06-252-2/+2
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-251-7/+0
* Remove unneeded header.markm2000-06-253-3/+0
* Only print the diagnostic about extended I/O ports if bootverbose is true.dfr2000-06-251-2/+4
* New machine-independant /dev/random driver.markm2000-06-256-0/+800
* New machine independant /dev/null and /dev/zero driver. This device ismarkm2000-06-252-0/+274
* Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, whichcokane2000-06-242-4/+9
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+44
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devcokane2000-06-232-1/+6
* Minor redundant #include fix.cokane2000-06-231-1/+0
* Fixed problem with linux ioctl code, module loading should work now.cokane2000-06-232-0/+59
* Put RF_SHAREABLE into the bus_alloc_resource call.cokane2000-06-221-1/+1
* Stick in header, $FreeBSD$.cokane2000-06-224-28/+188
* This really shouldn't be here, fragment left over from the tarball.cokane2000-06-211-2/+0
* Subtle Tx bugs - I wonder why the cast wans't picked up...dmlb2000-06-211-4/+4
* This commit was generated by cvs2svn to compensate for changes in r61911,cokane2000-06-215-0/+876
|\
| * First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graph...cokane2000-06-215-0/+876
* Added Altima Communications OUI and their AC101 10/100semenu2000-06-213-0/+14
* Added support for SMC9432BTX cards.semenu2000-06-213-11/+87
* Checkpoint commit. I can actually receive HDLC frames now.phk2000-06-211-53/+669
* add record channel irq timeouts toocg2000-06-201-2/+12
* fix a bug where opening for write would not fail if channel allocation failedcg2000-06-205-11/+30
* Minor tweaks to error messages (after writing man page).dmlb2000-06-201-49/+81
* Terminate aic_ids[]brian2000-06-191-0/+1
* make mixer reads return the value written instead of the value setcg2000-06-191-1/+1
* Implemented some optimizations which result in 14 fewer instructions in thedg2000-06-191-2/+6
* Bring the an(4) fixes to wi(4):roberto2000-06-191-3/+10
* - Add suser check before SIOCSAIRONET.roberto2000-06-181-3/+10
* Remove RECERR from RAY_DEBUGdmlb2000-06-181-2/+1
* General tidy up and plough through TODO list.dmlb2000-06-181-303/+143
* Add a desired network parameter structure to runq entries.dmlb2000-06-181-0/+2
* Added support for the i82559ER (10/100Mbps NIC for embedded applications).dg2000-06-182-9/+16
* MF4: add support for the Am79C973.gj2000-06-182-0/+2
OpenPOWER on IntegriCloud