summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use a dynamic major assignment for the raidctl device.scottl2003-09-292-2/+1
* Eliminate the use of a statically assign major number for the aac device.scottl2003-09-291-3/+0
* If we fail to complete configuring a subdisk because of some error,grog2003-09-291-9/+15
* Revert last commit. It built the kernel module just fine, but brokegrog2003-09-291-0/+10
* If asked to stall for more than 100 us (which is specified as the max innjl2003-09-291-1/+9
* Remove calls to makedev. They were never needed.grog2003-09-292-22/+12
* I don't know from where the notion that device driver should orphk2003-09-286-35/+2
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asmarcel2003-09-281-1/+0
* Removed some nearly dead code in comparam(). We don't need to recoverbde2003-09-281-9/+0
* Set the baud rate to 1200 if the device is a keyboard.jake2003-09-281-1/+4
* Only create the ofwcons device nodes if it has been initialized, notjake2003-09-281-1/+2
* Make ofw_console a low priority console device, so that uart will bejake2003-09-281-1/+1
* Typo when setting wirespeed. || != |ps2003-09-281-1/+1
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).bde2003-09-272-46/+24
* Return ENOIOCTL for unknown ioctls, don't use noioctl to return ENODEV.phk2003-09-271-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-276-13/+0
* Cleaned up and fixed setting of speeds in comparam():bde2003-09-271-31/+20
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andbde2003-09-272-8/+48
* Fix dev_t handling to avoid needless makedev() call.phk2003-09-272-12/+6
* Fix compilation on alpha.phk2003-09-261-1/+1
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withnjl2003-09-262-15/+66
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-263-6/+6
* Convert to cn_name rather than cn_dev.phk2003-09-261-2/+2
* Catch up with the console interface change: the use of makedev() hasmarcel2003-09-261-3/+2
* Remove code previously under #ifdef ASR_VERY_BROKENphk2003-09-261-42/+0
* Update email addresses, copyrights, and tweak the management interface.scottl2003-09-264-22/+47
* Use the correct speed in the delay for the transmission of a characterbde2003-09-261-1/+4
* Initialize the cn_name instead of the cn_devphk2003-09-261-1/+2
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-263-87/+6
* Eliminate bogus use of makedev(): rather than synthesize the dev_t, usephk2003-09-261-2/+1
* Adhere to the new console API:phk2003-09-261-15/+21
* Consistently print attach messages.njl2003-09-265-6/+6
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-2617-61/+99
* Make the port number available to the sub-device with PUC_IVAR_PORT.marcel2003-09-262-4/+10
* Sort debugging levels and update the man page to match reality. Alsonjl2003-09-261-3/+2
* aic79xx_pci.c:scottl2003-09-252-4/+8
* Phy register map.simokawa2003-09-251-0/+168
* CARDMEM is the offset of the address ON THE CARD (eg which page).imp2003-09-241-1/+1
* Enable DMA for ATAPI/CAM input/output operations.thomas2003-09-241-3/+10
* Add VidzMedia MonsterTV (MPEG video/TV capture box).jb2003-09-243-2/+22
* By not setting No_CRC in the Mode Control Register, we must alsops2003-09-231-1/+1
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-235-6/+6
* Initialize iobase, bsh and bst.nyan2003-09-231-0/+4
* Compare base address instead of bus_handle.nyan2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-2311-51/+17
* Remove unneeded includes.nyan2003-09-231-5/+0
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-235-9/+17
* From the Broadcom Eratta:ps2003-09-231-2/+1
* add lockingsam2003-09-232-65/+104
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.tmm2003-09-222-6/+6
OpenPOWER on IntegriCloud