summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usespeter1999-11-081-1/+1
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().peter1999-11-082-3/+8
* No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().peter1999-11-081-1/+1
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-082-4/+2
* Update the stream socket fileops table to match fo_stat() additions.peter1999-11-081-1/+1
* Remove the devsw magic from DEV_MODULE()phk1999-11-072-2/+4
* Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.tanimura1999-11-072-6/+6
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-066-78/+148
* resource_list_{alloc,release}() takes a struct resource_list * as itsmdodd1999-11-061-3/+4
* The unit of sndstat is fixed to zero.tanimura1999-11-062-2/+2
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-051-6/+0
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsgallatin1999-11-031-4/+4
* Emergency fix to stop world breakage.grog1999-11-031-4/+0
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcmdodd1999-11-031-1/+1
* Fix for multiple pcm devices.tanimura1999-11-032-20/+20
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-2/+0
* Change isspace() macro name to avoid conflict.archie1999-11-022-14/+14
* Fix typo in previous commit.archie1999-11-022-2/+2
* Correctly compute the block count. In reality, it seems that themsmith1999-11-022-2/+2
* Don't print the chipset value; it's not useful.msmith1999-11-023-4/+30
* fix misordering of two lines in this file.jmb1999-11-021-1/+1
* Sync with RELENG_3.nsouch1999-11-014-7/+15
* Do some more work on the mxphy pseudo-driver to make it better at mediawpaul1999-11-011-77/+88
* Call make_dev() to shut up the warning.tanimura1999-11-012-2/+24
* User netgraph typedefs for methodsjulian1999-11-014-36/+36
* correct moronic typomjacob1999-11-011-2/+2
* rearrange order of tests for NE1000, NE2000, and Linksysjmb1999-11-011-17/+21
* Change Linksys registers base/offset.nyan1999-10-311-6/+8
* The total uiomoved size is accumulated in c, not tmp.tanimura1999-10-312-4/+4
* Organize things to cope with the (possible) lack of downloadablemjacob1999-10-301-11/+27
* Remove firmware from tree until a better copyright from Qlogic is forthcoming.mjacob1999-10-301-24949/+7
* Use pointer to f/w in md structure as to whether f/w exists or not.mjacob1999-10-301-14/+7
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-2/+2
* Don't test boolean return against != 1.phk1999-10-291-4/+4
* useracc() the prequel:phk1999-10-292-2/+0
* Disable old PCCARD_MODULE code.imp1999-10-293-0/+6
* Added code to enable BusMaster operations.semenu1999-10-293-4/+39
* Add (untested) support for the 3C562D/3C563D. I have been unable toimp1999-10-291-0/+3
* Update to driver release 2.04roger1999-10-289-65/+164
* Fix some resource allocation peculiarities of the intpm device.dfr1999-10-281-65/+103
* Fix identify code. This also fixes the eeprom messages.imp1999-10-281-13/+12
* Bug fix: allow reset device command to complete.luoqi1999-10-281-1/+5
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-283-25/+6
* Add comments to Linksys probe code.imp1999-10-281-7/+20
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesmjacob1999-10-281-2/+8
* HEADS UP! All 3c5x9 users!mdodd1999-10-277-796/+707
* Make these compile. Next step is to connect newbus plumbing.imp1999-10-275-70/+88
* Move some hardware-related items to the hardware-related header.msmith1999-10-265-168/+185
* Change the queueing model used by the controller to drastically reducemsmith1999-10-263-44/+49
OpenPOWER on IntegriCloud