aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likeSemen Ustimenko2002-08-192-24/+17
* Do not reset card in epic_freebsd_attach() as reset is done inSemen Ustimenko2002-08-191-7/+0
* Fix buffer length.Søren Schmidt2002-08-191-1/+1
* Fix typo.Søren Schmidt2002-08-191-1/+1
* 1. Allow information about current history size be retrieved using ioctl(2);Maxim Sobolev2002-08-191-5/+44
* Cater for ich4 quirks.Orion Hodson2002-08-192-9/+29
* Apply reference counting patch. Fixes problem of two applicationsOrion Hodson2002-08-181-35/+33
* Fix args for contigmalloc, cosmetics.Søren Schmidt2002-08-183-83/+86
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-181-28/+22
* Add a comment to remind that uhci_pci_match will never return NULL.Josef Karthauser2002-08-181-6/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-183-6/+6
* Fix VRA configuration.Orion Hodson2002-08-181-3/+6
* Consolidate the device recognition code.Josef Karthauser2002-08-181-57/+4
* If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotMatt Jacob2002-08-171-22/+63
* We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-Matt Jacob2002-08-171-0/+12
* Fix the incorrect parsing of the Risc2Host isr. For RIO_16,Matt Jacob2002-08-171-1/+13
* Add ICBXOPT_ZIO definition.Matt Jacob2002-08-171-0/+1
* Add ISPASYNC_FW_DUMPED async event.Matt Jacob2002-08-171-0/+3
* Support for VIA VT8233 audio controller.Orion Hodson2002-08-172-0/+800
* Remove support for the vt8233. Specs for chipset changed mid-revisionOrion Hodson2002-08-172-200/+75
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-173-2/+6
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-161-5/+2
* MFNetBSD: 1.51Josef Karthauser2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.Josef Karthauser2002-08-161-5/+5
* MFNetBSD:Josef Karthauser2002-08-161-6/+6
* UHCI_DEBUG -> USB_DEBUG.Josef Karthauser2002-08-151-1/+1
* pccbb -> cbbWarner Losh2002-08-152-2/+3
* Rename the pccbb device to cbb.Warner Losh2002-08-152-311/+318
* Move the symbol firmware loading routines into if_wi.Warner Losh2002-08-154-148/+161
* Improve handling of TX errors. Early reports indicate that thisMike Silbersack2002-08-152-13/+28
* Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and renameJoerg Wunsch2002-08-141-1/+9
* don't include redunant \n in panic messageWarner Losh2002-08-121-2/+2
* Don't redundantly include \n in panic messagesWarner Losh2002-08-121-1/+1
* Shut up warning in debug code.Søren Schmidt2002-08-121-5/+5
* Add PCI ID for ICH4 SMBus controller.Mark Peek2002-08-121-1/+5
* Add PCI ID for the ICH4 AC97 controller.Mark Peek2002-08-121-0/+4
* Add support for the LSI-Logic Fusion/MP architecture.Matt Jacob2002-08-1116-0/+7920
* Add the uftdi ucom driver which supports the following adapters:Josef Karthauser2002-08-112-0/+959
* RegenJosef Karthauser2002-08-112-2/+9
* Add Palm M515.Josef Karthauser2002-08-112-0/+2
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceWarner Losh2002-08-113-16/+16
* Fix GET_TRAN_SETTINGS to be more correct.Scott Long2002-08-102-10/+9
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.Scott Long2002-08-101-8/+7
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().Alan Cox2002-08-102-6/+3
* Minor corrections.Søren Schmidt2002-08-101-13/+3
* When we allocate our bus address via the kludge that we have in theWarner Losh2002-08-102-16/+23
* confirmed OZ6912 and 6972 share same pci IDWarner Losh2002-08-101-1/+1
* Add the ability to use ATAPI devices via CAM.Søren Schmidt2002-08-094-31/+752
* Fix wrong member variable ordering of struct acpi_bif.Mitsuru IWASAKI2002-08-091-1/+1
* use the new interface to ether_input(), with eh = NULL andLuigi Rizzo2002-08-091-7/+1