aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Remove some unused #includes.Alan Cox2004-03-191-69/+55
* Add generic support for the recent Adaptec flavors of ServeRAID.Scott Long2004-03-192-4/+14
* When doing round-robin reads from a multi-plex volume, only switch to theLukas Ertl2004-03-193-4/+20
* Diff reduction to NetBSDJulian Elischer2004-03-191-22/+35
* Diff reduction to NetBSDJulian Elischer2004-03-192-23/+57
* Move the poweroff handler to a separate function. Make sure it is runNate Lawson2004-03-191-15/+35
* Re-enable detach events after adding a bugfix from NetBSDJulian Elischer2004-03-191-1/+2
* Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij2004-03-187-7/+34
* Fixed a nasty old bug where a visual bell in the currently activeRuslan Ermilov2004-03-181-1/+2
* Add tunables for disabling serialized method execution and disabling theNate Lawson2004-03-181-0/+19
* Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeralAlan Cox2004-03-181-9/+9
* Back out code for auto-gdb detection that accidentally leaked into theNate Lawson2004-03-181-17/+5
* Support the DPF (start dependent function) resource type in parsing _PRS.Nate Lawson2004-03-181-10/+21
* Regen after 1.169 of usbdevs.Maxim Sobolev2004-03-182-2/+23
* Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of themMaxim Sobolev2004-03-182-0/+9
* Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it boguslyBrian Feldman2004-03-171-4/+2
* Fix border error to allow systems that specify 100 for latency also useNate Lawson2004-03-171-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-17189-756/+759
* Adjust $FreeBSD$'s.David E. O'Brien2004-03-172-5/+1
* Implement "arlconfig arlX quality".Max Khon2004-03-163-41/+103
* Update the SiS support to distinguish older southbridges better.Søren Schmidt2004-03-162-9/+21
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskScott Long2004-03-16134-42360/+0
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.Max Khon2004-03-153-0/+1637
* Add support for detaching PCI controllers.Søren Schmidt2004-03-157-97/+129
* Remove isa compat stuff.Warner Losh2004-03-141-2/+0
* Regen.Josef Karthauser2004-03-142-2/+9
* Add support for Handspring TREO 600.Josef Karthauser2004-03-142-0/+2
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.Ruslan Ermilov2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-1437-129/+7
* Allow swap-backed devices to run without Giant.Alan Cox2004-03-141-3/+1
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-1310-16/+16
* Recognise the 82845G AGP bridge, and poke it appropriately atPeter Edwards2004-03-131-0/+5
* Add support for the Epson Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* RegenTim J. Robbins2004-03-132-2/+9
* Add EPSON Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-128-13/+16
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+8
* Don't set ifp->if_output to ether_output(), since ether_ifattach()Maxime Henrion2004-03-121-1/+0
* Properly count references of our dev_t to avoid triggering a KASSERT inLukas Ertl2004-03-112-0/+4
* Add yet another VIA pci id.Søren Schmidt2004-03-112-2/+4
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-115-5/+0
* Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp2004-03-112-0/+2
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driversBill Paul2004-03-111-0/+123
* Make the extern for adv_mcode match the reality: it's u_int8_t, butPoul-Henning Kamp2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-101-3/+5
* Eliminate multiple __FBSDID and sys/cdefs.h.Bruce M Simpson2004-03-107-15/+0
* Use the external clock input for our PLL.Poul-Henning Kamp2004-03-101-1/+1
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedBill Paul2004-03-092-26/+0
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inBill Paul2004-03-091-0/+20
* Fix an integer overflow when dealing with very large volumes. This bugLukas Ertl2004-03-091-1/+1