summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-234-0/+3201
* Check compatibility partitions on all archs. This makes vinumharti2003-06-231-2/+0
* This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-235-0/+6659
* Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-231-0/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-231-0/+12
* prevent the number of patterns from exceeding the number of pci devices.jmg2003-06-231-1/+1
* cleanup /dev/pci code some:jmg2003-06-231-54/+20
* Remove 256 unit limit, there is no evil minor number encoding tophk2003-06-221-2/+0
* Re-enabled PCI irq routing on pc98.nyan2003-06-221-1/+1
* use a REG macro that was already defined.jmg2003-06-221-3/+10
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-201-1/+3
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
* Add vm object locking.alc2003-06-191-0/+6
* Fixing some glaring problems with aac_disk_dump().scottl2003-06-191-2/+18
* Add a solaris compatible ofw interface for third party software thatjake2003-06-192-0/+264
* Initialize struct fileops with C99 sparse initialization.phk2003-06-181-2/+7
* Style: __FBSDID().harti2003-06-185-10/+16
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-178-0/+6017
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.ps2003-06-171-2/+2
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orimp2003-06-171-0/+1
* Sync to 1.53imp2003-06-171-1/+5
* Add FREECOM PCCARD-IDEimp2003-06-171-0/+2
* Re-introduction of the matcd CD driver.uhclem2003-06-176-0/+4127
* Bound check for broken Configuration ROM.simokawa2003-06-161-5/+19
* Force media autodetection if the device has lost its parameter table.yar2003-06-161-1/+7
* Fix for big endian.simokawa2003-06-161-2/+1
* If in non-blocking mode, return EAGAIN instead of ENXIOyar2003-06-161-1/+4
* Revert previos change for prior release/branch.simokawa2003-06-161-0/+21
* In the device attach routine, don't depend on uaa->iface beingwpaul2003-06-152-4/+24
* Always set bio_resid properly in fdstrategy(),yar2003-06-151-3/+2
* Check whether the floppy type pointer has been set before tryingyar2003-06-151-0/+4
* If the device goes away during ulpt_reset(), make sure not to calliedowse2003-06-151-1/+7
* - Enable support for building Configuration ROM.simokawa2003-06-153-19/+109
* Fix crom_add_simple_text().simokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.simokawa2003-06-151-0/+7
* check_drive: If the partition isn't a Vinum drive, release it againgrog2003-06-151-35/+35
* White space fix.simokawa2003-06-151-3/+3
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-19/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-1415-265/+17
* Fix alignment requirements of tulip_rombuf by further increasingticso2003-06-131-4/+4
* Add a comment about the MPSAFEness of this pccard_intr handler. Givenimp2003-06-131-0/+4
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosmux2003-06-131-46/+0
* Implement the ioctl that returns a list of currently open VCCs.harti2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-133-6/+86
* Regen.joe2003-06-132-2/+9
* Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.joe2003-06-132-0/+2
* Add vm object locking.alc2003-06-131-1/+8
* As a workaround for the latest problems, don't init hermes cards moreimp2003-06-131-1/+1
* Add change that allows PAE to work.mjacob2003-06-121-1/+2
OpenPOWER on IntegriCloud