summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-17189-756/+759
* Adjust $FreeBSD$'s.obrien2004-03-172-5/+1
* Implement "arlconfig arlX quality".fjoe2004-03-163-41/+103
* Update the SiS support to distinguish older southbridges better.sos2004-03-162-9/+21
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskscottl2004-03-16134-42360/+0
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-153-0/+1637
* Add support for detaching PCI controllers.sos2004-03-157-97/+129
* Remove isa compat stuff.imp2004-03-141-2/+0
* Regen.joe2004-03-142-2/+9
* Add support for Handspring TREO 600.joe2004-03-142-0/+2
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.ru2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-1437-129/+7
* Allow swap-backed devices to run without Giant.alc2004-03-141-3/+1
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-1310-16/+16
* Recognise the 82845G AGP bridge, and poke it appropriately atpeadar2004-03-131-0/+5
* Add support for the Epson Perfection 1670 scanner.tjr2004-03-131-0/+1
* Regentjr2004-03-132-2/+9
* Add EPSON Perfection 1670 scanner.tjr2004-03-131-0/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-128-13/+16
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+8
* Don't set ifp->if_output to ether_output(), since ether_ifattach()mux2004-03-121-1/+0
* Properly count references of our dev_t to avoid triggering a KASSERT inle2004-03-112-0/+4
* Add yet another VIA pci id.sos2004-03-112-2/+4
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-115-5/+0
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-112-0/+2
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-111-0/+123
* Make the extern for adv_mcode match the reality: it's u_int8_t, butphk2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-101-3/+5
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-107-15/+0
* Use the external clock input for our PLL.phk2004-03-101-1/+1
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-092-26/+0
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* Fix an integer overflow when dealing with very large volumes. This bugle2004-03-091-1/+1
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().le2004-03-092-62/+0
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-092-6/+6
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.cognet2004-03-072-25/+50
* Sync to 1.166 of usbdevssanpei2004-03-072-2/+16
* Add support 2 devices(USB-DVD-R drives)sanpei2004-03-072-0/+10
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-074-222/+648
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0624-44/+58
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-055-6/+2
* Lock Giant around the body of the adlink_loran() function used by thejhb2004-03-051-0/+2
* Document a sysctl.njl2004-03-051-1/+2
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.njl2004-03-051-1/+1
* Implement a crude but functional usbd_ratecheck() to limit the numberphk2004-03-041-5/+3
* Only setup sii_reset on sii311[24].sos2004-03-041-2/+3
* Use auto-sense data provided by the lowlevel ATA code.thomas2004-03-041-1/+10
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalbms2004-03-041-7/+7
* Sync to 1.165 of usbdevssanpei2004-03-042-2/+18
OpenPOWER on IntegriCloud