summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow newer Linksys 10/100 PCMCIA cards to work.ps2000-06-181-12/+10
* Matching commits to pccard for last pcic changes. We now at least toimp2000-06-183-29/+32
* Almost make loading work. This is a checkpoint. With these change weimp2000-06-183-43/+85
* Clean up firmware load issues and remove darn near all config options.mjacob2000-06-181-95/+43
* Add new functions. Also add comments to existing functions. Theseimp2000-06-181-0/+37
* Removing this bulky one large f/w file. This f/w is now in dev/ispfw.mjacob2000-06-181-36137/+0
* Once we have firmware running (if isp_reset) and this is the first timemjacob2000-06-181-34/+74
* Remove all ISP2100_SCCLUN define protected code and replace it withmjacob2000-06-181-23/+12
* Remove all ISP2100_SCCLUN define based code and replace it with runtimemjacob2000-06-181-27/+27
* Roll platform minor number. Force definition of SCSI_ISP_FABRICmjacob2000-06-181-8/+6
* Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxlunsmjacob2000-06-181-11/+4
* add "disable autodisconnect" flagsmjacob2000-06-181-0/+1
* cleanup i_int_X vs. uint_X definitionsmjacob2000-06-181-16/+16
* add MBOX_GET_RESOURCE_COUNT commandmjacob2000-06-181-0/+1
* Add in (separate files for different board's firmware) new files for ispfwmjacob2000-06-187-0/+20877
* replace a line erroneously removed in 1.28, should fix xmmscg2000-06-171-3/+5
* Allow these drivers to be detached.jake2000-06-162-0/+2
OpenPOWER on IntegriCloud