aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Do some minor cleanups found during backport to RELENG_4.Matt Jacob2002-08-233-25/+24
* Pick a cleaner method (and put in a separate function) for findingMatt Jacob2002-08-231-21/+43
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.Orion Hodson2002-08-233-6/+39
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-2211-15/+15
* Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm2002-08-221-1/+1
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.Matt Jacob2002-08-221-0/+3
* unused variable removal (pointed out by bde)Matt Jacob2002-08-221-1/+0
* Add an entry for Avlab's low profile 4 serial port card.John Hay2002-08-221-0/+12
* Add an entry for VScom PCI-200L 2 port serial card.John Hay2002-08-221-0/+10
* TX/RX descriptor/buffer management changes.Prafulla Deuskar2002-08-212-312/+216
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-214-7/+7
* Use the _STA method of a battery control method to see if a battery isJohn Baldwin2002-08-211-10/+16
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyWarner Losh2002-08-211-11/+20
* comment about the magic number -149Warner Losh2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigWarner Losh2002-08-211-0/+1
* A chunk of cleanup, both stylistic and substantive.Matt Jacob2002-08-206-330/+1021
* - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadMaxime Henrion2002-08-201-14/+4
* Back out last commit. Needs slightly more subtle handling.Orion Hodson2002-08-201-33/+35
* de-count atkbdc. I have more extensive patches to make properly dynamic,Peter Wemm2002-08-192-4/+2
* de-count schistory.c. The handling of NSC was rather bogus here and wasPeter Wemm2002-08-191-4/+13
* style(9) nit.Maxime Henrion2002-08-191-1/+1
* Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead ofMaxime Henrion2002-08-191-14/+2
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likeSemen Ustimenko2002-08-192-25/+18
* 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-85/+88
* 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