summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-309-9/+9
* Release devq before detach.simokawa2003-04-301-0/+3
* Set status to FWDEVINVAL if probe failed.simokawa2003-04-301-6/+7
* o Don't announce that the timer is good when in fact it isn't timingmarcel2003-04-301-22/+43
* Fix tpyo in last commit.imp2003-04-301-1/+1
* Get rid of the redundant 'gone' field, and overload suspend instead.imp2003-04-302-13/+12
* Add missing crom_next() in the previous revision.simokawa2003-04-291-1/+3
* Support functions for the new ACPI import.njl2003-04-295-6/+125
* Set recv.len to zero if we get no response.simokawa2003-04-291-1/+4
* Get correct firmware/model information for multiple unit directories.simokawa2003-04-291-0/+4
* Fix indentation.simokawa2003-04-291-13/+13
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-2911-14/+11
* Move CSR definitions to iec*.h from firewirereg.h.simokawa2003-04-293-28/+28
* Add module data and version to the atm_subr and reference this info from theharti2003-04-292-5/+7
* Keep syscons specific I/O functions internal/specific to syscons onmarcel2003-04-291-1/+27
* Fix typo on O2Micro devices names.imp2003-04-291-2/+2
* (5) from last commit was omitted by mistake:imp2003-04-291-0/+3
* Fix 5 bugs:imp2003-04-292-8/+11
* Don't hold a driver lock across bus_teardown_intr. Jhb points outimp2003-04-291-2/+1
* Make IRQ shareable for the cardbus case too.imp2003-04-281-0/+1
* Pull the pst driver out from under GAINT.sos2003-04-284-75/+151
* Don't pass pointers to kernel data structures through 32-bit fieldsscottl2003-04-281-13/+51
* Make compiled on RELEGN_4simokawa2003-04-281-1/+2
* Initialize error.imp2003-04-271-1/+1
* Make 2/3 of my symbol cards work again. The 3rd symbol card card hasimp2003-04-271-15/+24
* recognize the Sun Crypto 5821 and Crypto 1K cards;sam2003-04-272-4/+22
* Add generic OEM1 PRISM3 card.imp2003-04-271-0/+1
* Sync to 1.50imp2003-04-271-1/+7
* Mystery OEM #1: A really no-name prism3 card that wi supports.imp2003-04-271-0/+4
* Sync to 1.49imp2003-04-271-1/+5
* MF-p4:imp2003-04-261-1/+19
* Add a generic cdrom.imp2003-04-261-0/+2
* Update the mbuf watermark settings to match the latest documentationps2003-04-261-3/+3
* - Improve configuration ROM parser for multiple unit directory.simokawa2003-04-265-149/+139
* Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs withanholt2003-04-261-10/+17
* Convert the midway driver to use busdma. Except for this conversion theharti2003-04-254-3381/+3191
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):njl2003-04-252-51/+134
* Import latest changes from the vendor. This also is reported to fix thescottl2003-04-254-38/+116
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-2531-2552/+437
* Fix printf warnings for i386 with PAE.simokawa2003-04-242-14/+16
* Fix printf warning for RELENG_4.simokawa2003-04-241-0/+4
* Add some IEEE 1394 OHCI chips.simokawa2003-04-242-1/+26
* Add accessor for cis4 string. Neither OLDCARD nor NEWCARD supportimp2003-04-231-0/+1
* Use bus_space*() instead of in*() and out*().jhay2003-04-234-317/+280
* Comment out the mixer entry for igain for the mic 20dB boost for now sincejhb2003-04-231-0/+2
* Add constants for USB programming interfaces. These are already defineddes2003-04-231-0/+3
* Get rid of kvtop().jhay2003-04-234-79/+75
* Keep the proc locked while we set PS_INMEM so that either of the proc lockjhb2003-04-221-1/+1
* Set the local bus address in xfer->dst.simokawa2003-04-221-2/+2
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-215-5/+5
OpenPOWER on IntegriCloud