summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFNetBSD Version 1.146julian2004-03-261-5/+11
* Add support for a new variant of the prism3 that has appaered in theimp2004-03-251-0/+1
* Sync to pccarddevs 1.82imp2004-03-251-2/+5
* Add a new Intersil card that DLINK is selling as the DWL-650.imp2004-03-251-1/+2
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.vkashyap2004-03-253-22/+38
* The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() iswpaul2004-03-241-5/+11
* Fix a bug introduced in rev 1.33(mega API change).simokawa2004-03-241-1/+1
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wastmm2004-03-231-2/+2
* Recently I realized that the ADMtek 8211 driver wasn't working correctlywpaul2004-03-231-3/+4
* Use the correct length for appending an extended irq resource. This maynjl2004-03-221-1/+1
* Shorten some printfs to fit better. No other functional changes.njl2004-03-221-6/+6
* Whitespace and comment changes. No MD5 change to the object file.njl2004-03-221-53/+62
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* Fix $FreeBSD$.obrien2004-03-211-4/+4
* Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on mediawpaul2004-03-211-1/+2
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-201-1/+1
* Don peril-sensitive sunglasses and add PCI Id's for two new cards. I'vescottl2004-03-201-0/+4
* Fix loop termination condition for parsing resources in _PRS buffers.njl2004-03-201-19/+18
* Let ether_ifattach() announce our MAC address.mdodd2004-03-202-10/+0
* Don't announce MAC addresses twice.mdodd2004-03-204-11/+0
* Fix the ioctl types for two ioctls. I'm not sure if the switch was myscottl2004-03-201-2/+2
* Fix braino in previous commit: getenv() can return NULL.marcel2004-03-201-0/+2
* Put the event notification back where it was for freeBSD, after device creation.julian2004-03-201-2/+2
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesmarcel2004-03-208-57/+304
* - Remove some unused #includes.alc2004-03-191-72/+58
* Add generic support for the recent Adaptec flavors of ServeRAID.scottl2004-03-192-4/+14
* When doing round-robin reads from a multi-plex volume, only switch to thele2004-03-193-4/+20
* Diff reduction to NetBSDjulian2004-03-191-22/+35
* Diff reduction to NetBSDjulian2004-03-192-23/+57
* Move the poweroff handler to a separate function. Make sure it is runnjl2004-03-191-15/+35
* Re-enable detach events after adding a bugfix from NetBSDjulian2004-03-191-1/+2
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-187-7/+34
* Fixed a nasty old bug where a visual bell in the currently activeru2004-03-181-1/+2
* Add tunables for disabling serialized method execution and disabling thenjl2004-03-181-0/+19
* Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeralalc2004-03-181-9/+9
* Back out code for auto-gdb detection that accidentally leaked into thenjl2004-03-181-17/+5
* Support the DPF (start dependent function) resource type in parsing _PRS.njl2004-03-181-10/+21
* Regen after 1.169 of usbdevs.sobomax2004-03-182-2/+23
* Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of themsobomax2004-03-182-0/+9
* Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it boguslygreen2004-03-171-4/+2
* Fix border error to allow systems that specify 100 for latency also usenjl2004-03-171-2/+2
* 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
OpenPOWER on IntegriCloud