summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix one more misuse of u_long when uint32_t is actually meant.cognet2005-05-241-1/+1
* Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* According to STP2002QFP User's Guide, it seems that driver shouldyongari2005-05-231-1/+4
* o Clear device-specific PCI register 0x41 (Retry Timeout) during attachdamien2005-05-223-20/+140
* Fix WPA (802.11i) support.damien2005-05-222-0/+24
* Clear device-specific PCI register 0x41 during attach and on resume.damien2005-05-221-0/+4
* Add PCI ID for BCM5789.silby2005-05-222-0/+3
* Add machfb(4), a driver for ATI Mach64 graphics chips intended formarius2005-05-212-0/+1948
* o creator(4):marius2005-05-212-166/+316
* - Remove duplicate FBSDID.marius2005-05-213-13/+3
* - Not every architecture defaults to a black background (e.g. sparc64marius2005-05-211-9/+9
* On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME somarius2005-05-211-0/+8
* Remove superfluous braces and add #ifndef __sparc64__ around themarius2005-05-211-18/+41
* - Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asmarius2005-05-211-11/+21
* For sparc64 conditionalize the compilation of the gfb_cursor() variantmarius2005-05-211-4/+1
* Fix yet another cut-and-paste bug.emax2005-05-201-1/+1
* Recognize the integrated (though not necessarily enabled) FireWiremarius2005-05-202-0/+14
* If devclass_get_devices() returns success but a count of 0, free thenjl2005-05-201-1/+4
* Deal with a few bootstrap issues:wpaul2005-05-201-1/+1
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andwpaul2005-05-201-2/+0
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichmarius2005-05-191-0/+14
* o mc146818(4):marius2005-05-192-17/+31
* - Add locking.marius2005-05-193-41/+120
* Support the 5714Cps2005-05-194-0/+20
* Take advantage of ebus(4) having switched to SYS_RES_MEMORY for themarius2005-05-191-5/+2
* Sync with openfirm(4) and check the return value of malloc() althoughmarius2005-05-191-2/+15
* Update the names of some member variables in comments to refect reality.marius2005-05-191-2/+2
* - Try to not leak resources in the attach functions of the esp(4) SBusmarius2005-05-194-127/+466
* Use General definition for general notify.takawata2005-05-191-4/+2
* Convert to the faster bus_dmamap_load_mbuf_sg() interface.alc2005-05-182-34/+16
* Support passthru ioctl commands from 32bit binaries.ps2005-05-182-1/+30
* Make certain the the 48bit flag is reset if we dont translate LBA.sos2005-05-171-2/+2
* Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.emax2005-05-161-1/+1
* Correct type for workitem routines.wpaul2005-05-161-3/+3
* longer used (contents added to sys/ata.h)sos2005-05-161-130/+0
* Change the way ioctls are issue to ATA.sos2005-05-1611-425/+398
* Add convenience functions to get port and interface.imp2005-05-161-0/+15
* Print a warning once when trying to bring up interface before firmware load.imp2005-05-152-0/+4
* Remove old epson note support.nyan2005-05-151-21/+2
* - Add color tables for 16 colors mode and 8 colors mode, use a differentnyan2005-05-151-27/+16
* - Mask an underline attribute on the pc98 console. It enables to use the samenyan2005-05-151-49/+28
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.nyan2005-05-151-6/+0
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-152-0/+226
* Fix my copyright.nyan2005-05-141-1/+1
* cosmetic change.nyan2005-05-141-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-141-23/+0
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-142-35/+85
* Cleanup commentssos2005-05-135-22/+11
* Fix more ATAPI breakage.sos2005-05-131-3/+9
* If there is a problem during probe, be sure to free up any resourcesnjl2005-05-121-2/+2
OpenPOWER on IntegriCloud